ESP8266 + BME280 to domoticz over JSON and HTTP
Posted: Thursday 11 March 2021 13:30
Hi all,
I made a sensor based on the BME280 and tried to translate it data via moscquitto-brocker:
mosquitto_pub -h 192.168.1.32 -t 'domoticz/in' -m '{"idx":"8","nvalue":"0","svalue":"22;0;60;0;820;0"}'

what is wrong?
------------------
Trying to send data via HTTP with description from domoticz-wiki:

can someone explain me, what I did wrong?
Thank you for any advise.
I made a sensor based on the BME280 and tried to translate it data via moscquitto-brocker:
mosquitto_pub -h 192.168.1.32 -t 'domoticz/in' -m '{"idx":"8","nvalue":"0","svalue":"22;0;60;0;820;0"}'

what is wrong?
------------------
Trying to send data via HTTP with description from domoticz-wiki:

can someone explain me, what I did wrong?
Thank you for any advise.

