HI, I am creating my own temperature and humidity sensor using an Arduino. I am sending reading from Arduino via MQTT. I am able to see the temperatures on VRM but I do not see the humidity value. According the the VRM update on 7th December the Humidity value should be displayed on the VRM dashboard underneath the temperature.
The MQTT topic I am using are:
For temperature: W/<portal id>/temperature/<device id>/Temperature
For humidity: W/<portal id>/temperature/<device id>/Humidity
I can also see the values on the local Venus MQTT (using MQTT Explorer) at
N/<portal id>/temperature/<device id>/Temperature and N/<portal id>/temperature/<device id>/Humidity
Am I doing something wrong?
Regards
Martin