I am using EMS-ESP32 version dev3.0.0b1 with EMS bus Wi-Fi Gateway plugin version 1.3b8 21-DEC-2020 (DEVELOPMENT). After the update, the plugin stopped updating temperature data from dallas sensors. The data in the MQTT tree is up-to-date. As if the plugin couldn't interpret them.
My mqtt string from topic ems-esp/dallassensor_data :
{"28-B07E-AE13-1901":25.3,"28-F043-2800-0080":54.8,"28-28DA-B413-1901":21.3,"28-0E2C-2800-0080":50.4,"28-6E76-BA13-1901":44}
Okay, my fault. After updating EMS-ESP, by default the parameters of the dallas sensors in MQTT were sent as "by Sensor ID", and to work with the plugin you have to set "by Number".
I am using EMS-ESP32 version dev3.0.0b1 with EMS bus Wi-Fi Gateway plugin version 1.3b8 21-DEC-2020 (DEVELOPMENT). After the update, the plugin stopped updating temperature data from dallas sensors. The data in the MQTT tree is up-to-date. As if the plugin couldn't interpret them.
My mqtt string from topic ems-esp/dallassensor_data :
{"28-B07E-AE13-1901":25.3,"28-F043-2800-0080":54.8,"28-28DA-B413-1901":21.3,"28-0E2C-2800-0080":50.4,"28-6E76-BA13-1901":44}
Tom