lorabridge / bridge-lcd-ui

LCD interface software for LoRaBridge bridges
GNU General Public License v3.0
1 stars 0 forks source link

TODO: Add number of connected devices #2

Closed hruotsalainen closed 2 years ago

hruotsalainen commented 2 years ago

Can be parsed out of MQTT topic zigbee2mqtt/bridge/devices

tobiasdam commented 2 years ago

already implemented by @hruotsalainen, added minor fix to remove devices other then enddevices (4aaaeb6a79835de94bac9f44daf10760bb6c2b89)

hruotsalainen commented 2 years ago

I paired today another device to the bridge pi, but the lcd display did not update from "1" -> "2" devices.

hruotsalainen commented 2 years ago

Reason for this issue: Mains powered smart plug is categorized as "Router", which got filtered away. Now all devices except for "Coordinator" gets counted and device counter works as indended.

Closing the issue