Hello
I'm new to the subject so please be understanding.
I have a BME280 sensor hooked up to esp8266 with ESPESY uploaded directly under Domoticz and it works fine.
However, I would like to base the control of my project (sensors, light switches, gates, etc.) via Arduino or ESP32, while Domoticz would act as a "window" where I could view everything and set parameters.
And this is where I run into a problem.
ESP transmits data via JSON format.
.
I cannot decode it so as to retrieve the temperature, pressure and humidity values.
I have made the following sketch:
.
However, it does not retrieve the above values.
.
Please help
I'm new to the subject so please be understanding.
I have a BME280 sensor hooked up to esp8266 with ESPESY uploaded directly under Domoticz and it works fine.
However, I would like to base the control of my project (sensors, light switches, gates, etc.) via Arduino or ESP32, while Domoticz would act as a "window" where I could view everything and set parameters.
And this is where I run into a problem.
ESP transmits data via JSON format.

I cannot decode it so as to retrieve the temperature, pressure and humidity values.
I have made the following sketch:
Code: C / C++
However, it does not retrieve the above values.

Please help