You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m encountering an issue with the MQTT integration where commands fail to work if an MQTT base with paths is used (e.g. ems-esp/esp32-12345). Receiving data works perfectly in this configuration, but commands result in an error.
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Check if data is published correctly to topic ems-esp/esp32-12345/boiler_data (via MQTT Explorer)
Publish command to ems-esp/esp32-12345/boiler/seltemp with payload 28.0 (via MQTT Explorer)
System log shows the following line: 2025-01-09 15:19:36.818 E 60: [mqtt] MQTT command failed with error invalid path ems-esp/esp32-12345/boiler/seltemp (Error)
EXPECTED BEHAVIOUR
System log should show the following line after publishing the command: 2025-01-09 15:15:41.993 I 56: [command] Called command boiler/seltemp (selected temperature) with value 28
Which works fine if I use a base like esp32-12345, but not with paths.
SCREENSHOTS
The text was updated successfully, but these errors were encountered:
DESCRIPTION
I’m encountering an issue with the MQTT integration where commands fail to work if an MQTT base with paths is used (e.g. ems-esp/esp32-12345). Receiving data works perfectly in this configuration, but commands result in an error.
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
http://<IP>/api/system
TO REPRODUCE
2025-01-09 15:19:36.818 E 60: [mqtt] MQTT command failed with error invalid path ems-esp/esp32-12345/boiler/seltemp (Error)
EXPECTED BEHAVIOUR
2025-01-09 15:15:41.993 I 56: [command] Called command boiler/seltemp (selected temperature) with value 28
Which works fine if I use a base like esp32-12345, but not with paths.
SCREENSHOTS
The text was updated successfully, but these errors were encountered: