Hello, I was trying to acquire a temperature reading from a DHT22 sensor connected to a Shelly Plus UNI. From the web interface, the Shelly responds and I can see the data (temperature and humidity). I installed an MQTT broker on the server, activated the MQTT function on the Shelly, and from a monitoring program (MQTT Explorer)
, everything seems to be working perfectly. I then created the MQTT broker on the OpenHAB binding, and I can normally see it ONLINE. At this point, I created a Generic MQTT Thing and linked the channel with the temperature topic.
The problem is that when creating the ITEM, it always shows the value NULL, as if it isn’t reading the value.
Do I need to set up any JSON configuration at the input level?