mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 17:45:49 +00:00
Fixed bug that makes the sensor not reporting values even when everything is well connected. The problem is that the Sensor is in "Query reporting" mode, and therefore it is not actively sending values. The fix consist of setting the Sensor in "Active reporting" (command 2,1,0), when setting the working during configuration.