eschava / broadlink-mqtt

MQTT client to control BroadLink devices
MIT License
222 stars 60 forks source link

Not showing all devices #65

Closed cgorms closed 4 years ago

cgorms commented 4 years ago

I have 4x BG1 plugs, when I run MQTT.py all plugs are discovered but only 3 for the BG1 plugs show their status i.e.

DEBUG Sending BG1 pwr1 '0' to topic 'broadlink/BG1_00_00_00/state/pwr1' DEBUG Sending BG1 pwr2 '0' to topic 'broadlink/BG1_00_00_00/state/pwr2' DEBUG Sending BG1 maxworktime2 '0' to topic 'broadlink/BG1_00_00_00/state/maxworktime2' DEBUG Sending BG1 idcbrightness '50' to topic 'broadlink/BG1_00_00_00/state/idcbrightness' DEBUG Sending BG1 maxworktime1 '0' to topic 'broadlink/BG1_00_00_00/state/maxworktime1' DEBUG Sending BG1 maxworktime '0' to topic 'broadlink/BG1_00_00_00/state/maxworktime' DEBUG Sending BG1 pwr '0' to topic 'broadlink/BG1_00_00_00/state/pwr'

Is there a limitation to the number of plugs?

eschava commented 4 years ago

There is no limitation Sorry, but from your log, it isn't clear what exactly goes wrong