Freifunk-IoT / esp8266-examples

ESP8266-examples für Freifunk-IoT
GNU General Public License v3.0
2 stars 0 forks source link

DHT22 example does weird things #4

Open adnidor opened 5 years ago

adnidor commented 5 years ago

Don't have the time to look into it atm, code can't read sensor value (may be pebcak) and transmits invalid JSON via MQTT.

MQTT DEBUG Received iot_input b'{"ud-dht22.temperature":%.3f, ".humidity":%.3f, ".errorCode":1073644376}'
MQTT WARNING Error decoding payload: Expecting value: line 1 column 25 (char 24)
margau commented 5 years ago

Hmmm, there seems to be a invalid value inside the data vars. Unfortunately, I have very few time too, but I try to fix it.