kabbi / zigbee2mqtt-adapter

zigbee2mqtt adapter for WebThings gateway
Mozilla Public License 2.0
21 stars 13 forks source link

Support devices with / in their names #21

Closed anvo closed 3 years ago

anvo commented 3 years ago

My devices have a slash in their names, e.g. "sensors/temp_1". Because of the way how the code extracts the friendly name from the topic, my devices are detected but their values are not updated.

The provided patch changes the way how to extract the friendly name from a topic to also support names with a slash.