Temperature Humidity sensor No Display
Posted: Thursday 15 December 2016 15:27
I have created a combined virtual Temperature / Humidity sensor
It show fixed values in the header until I send data to it and then shows nothng.
From a web browser I send
http://192.168.1.221:6788/json.htm?type ... ue=59.5;97
From Mosquitto I send
mosquitto_pub -h localhost -m '{ "idx" : 186, "nvalue" : 0, "svalue" : "44.0;77" }' -t 'domoticz/in'
From my MQTT device I send
{ "idx" : 0186, "nvalue" : 0, "svalue" : "44.4;88" }
All three examples cause the sensor to show the last seen message with correct time and Date so I asume the syntax is OK.
I have other sensors receiving Temperatures from my MQTT device, also weather info all OK.
The log shows a graph of temperature and humidity OK
But No Values in the sensor Header Bar
have recreated new virtual sensors OK - problem seems to be with combined temperature/humidity
Humidy alone I send
http://192.168.1.221:6788/json.htm?type ... 8&svalue=0
thanks
It show fixed values in the header until I send data to it and then shows nothng.
From a web browser I send
http://192.168.1.221:6788/json.htm?type ... ue=59.5;97
From Mosquitto I send
mosquitto_pub -h localhost -m '{ "idx" : 186, "nvalue" : 0, "svalue" : "44.0;77" }' -t 'domoticz/in'
From my MQTT device I send
{ "idx" : 0186, "nvalue" : 0, "svalue" : "44.4;88" }
All three examples cause the sensor to show the last seen message with correct time and Date so I asume the syntax is OK.
I have other sensors receiving Temperatures from my MQTT device, also weather info all OK.
The log shows a graph of temperature and humidity OK
But No Values in the sensor Header Bar
have recreated new virtual sensors OK - problem seems to be with combined temperature/humidity
Humidy alone I send
http://192.168.1.221:6788/json.htm?type ... 8&svalue=0
thanks