Danielhiversen / PyXiaomiGateway

PyXiaomiGateway
MIT License
152 stars 55 forks source link

Unsupported device found! #162

Closed hzx1987227 closed 4 years ago

hzx1987227 commented 4 years ago

2019-11-13 13:44:41 ERROR (SyncWorker_10) [xiaomi_gateway] Unsupported device found! Please create an issue at https://github.com/Danielhiversen/PyXiaomiGateway/issues and provide the following data: {'cmd': 'read_ack', 'model': 'switch_b2lacn02', 'sid': '158d0003d378d9', 'short_id': 61592, 'data': '{"voltage":3300,"channel_0":"off","channel_1":"off"}'}

The new device model is Aqara switch D1.

Thank you

hadrianl commented 4 years ago

{'cmd': 'read_ack', 'model': 'remote.b286acn02', 'sid': '158d0003d3976c', 'short_id': 17038, 'data': '{"voltage":3055}'} Unsupported device found!

crhan commented 4 years ago
2020-03-29 18:49:13 ERROR (SyncWorker_28) [xiaomi_gateway] Unsupported device found! Please create an issue at https://github.com/Danielhiversen/PyXiaomiGateway/issues and provide the following data: {'cmd': 'read_ack', 'model': 'switch_b2nacn02', 'sid': '158d00041d9f54', 'short_id': 35129, 'data': '{"voltage":3600,"channel_0":"off","channel_1":"on"}'}
2020-03-29 18:49:13 ERROR (SyncWorker_28) [xiaomi_gateway] Unsupported device found! Please create an issue at https://github.com/Danielhiversen/PyXiaomiGateway/issues and provide the following data: {'cmd': 'read_ack', 'model': 'remote.b286acn02', 'sid': '158d0003d3a9b3', 'short_id': 21569, 'data': '{"voltage":3125}'}
oxelwhy commented 4 years ago

model":"lumi.switch.l3acn3" from Mi gateway hub. This is Aqara Switch D1

ogger: xiaomi_gateway Source: components/xiaomi_aqara/init.py:145 First occurred: April 26, 2020, 11:22:59 AM (1 occurrences) Last logged: April 26, 2020, 11:22:59 AM

The device with sid isn't supported of the used gateway firmware. Please update the gateway firmware if possible! This is the only way the issue can be solved.

oxelwhy commented 4 years ago

Is there any plan to have new release to support new D1 switch?

chouking commented 4 years ago

ERROR (SyncWorker_1) [xiaomi_gateway] Unsupported device found! Please create an issue at https://github.com/Danielhiversen/PyXiaomiGateway/issues and provide the following data: {'cmd': 'read_ack', 'model': 'switch_b2nacn02', 'sid': '158d000xxxxxd5', 'short_id': 00004, 'data': '{"voltage":3600,"channel_0":"off","channel_1":"off"}'} ERROR (SyncWorker_1) [xiaomi_gateway] Unsupported device found! Please create an issue at https://github.com/Danielhiversen/PyXiaomiGateway/issues and provide the following data: {'cmd': 'read_ack', 'model': 'switch_b2nacn02', 'sid': '158d000xxxxx16', 'short_id': 00003, 'data': '{"voltage":3600,"channel_0":"off","channel_1":"off"}'} ERROR (SyncWorker_1) [xiaomi_gateway] Unsupported device found! Please create an issue at https://github.com/Danielhiversen/PyXiaomiGateway/issues and provide the following data: {'cmd': 'read_ack', 'model': 'switch_b2nacn02', 'sid': '158d000xxxxxca', 'short_id': 00009, 'data': '{"voltage":3600,"channel_0":"off","channel_1":"off"}'} ERROR (SyncWorker_1) [xiaomi_gateway] Unsupported device found! Please create an issue at https://github.com/Danielhiversen/PyXiaomiGateway/issues and provide the following data: {'cmd': 'read_ack', 'model': 'switch_b2nacn02', 'sid': '158d000xxxxx95', 'short_id': 00005, 'data': '{"voltage":3600,"channel_0":"off","channel_1":"off"}'} ERROR (SyncWorker_1) [xiaomi_gateway] Unsupported device found! Please create an issue at https://github.com/Danielhiversen/PyXiaomiGateway/issues and provide the following data: {'cmd': 'read_ack', 'model': 'remote.b286acn02', 'sid': '158d000xxxxxdd', 'short_id': 0002, 'data': '{"voltage":3075}'}

syssi commented 4 years ago

Fixed.