Hi,
the problem is that my gateway shows only that info (light and illumination) that was at hass start moment. After that it never updates. When I try to turn on light i click radio button and it actually turning on the light but after that switch moving to ‘off’ state and not reacting anymore. Lan control is enabled, key obtained and correct. Here is my config:
xiaomi_aqara:
gateways:
- key: ztlcrwntv58sut2y
host: 192.168.31.253
The behavior is very similar to this: Xiaomi gateway issue
but i have everything in single subnet and there is no error messages about invalid keys. With xiaomi_gateway: debug I see following when enabling light:
2019-01-24 19:34:36 DEBUG (SyncWorker_15) [xiaomi_gateway] _send_cmd >> b’{“cmd”: “write”, “sid”: “4cf8c743be0”, “data”: {“rgb”: 1694498815, “key”: “baf34bf97af0b747736cda2c98d9f041”}}’
2019-01-24 19:34:36 DEBUG (SyncWorker_15) [xiaomi_gateway] _send_cmd resp << {‘cmd’: ‘write_ack’, ‘model’: ‘gateway’, ‘sid’: ‘4cf8c743be0’, ‘short_id’: 0, ‘data’: ‘{“rgb”:1694498815,“illumination”:382,“proto_version”:“1.1.2”}’}
2019-01-24 19:34:36 DEBUG (SyncWorker_15) [xiaomi_gateway] write_ack << {‘cmd’: ‘write_ack’, ‘model’: ‘gateway’, ‘sid’: ‘4cf8c743be0’, ‘short_id’: 0, ‘data’: ‘{“rgb”:1694498815,“illumination”:382,“proto_version”:“1.1.2”}’}
Any ideas?