Blear
Blear
I also encountered this problem. Is there any solution?
``` 2024-02-19 22:49:48 [D] 192.168.199.28 [MQTT] gw/50EC50530201110A/heartbeat b'{"networkUp":true,"networkPanId":"0x1AF0","radioTxPower":12,"radioChannel":20,"Directory":"/data/zigbee_host/"}' 2024-02-19 22:49:54 [D] 192.168.199.28 [MQTT] central/report b'{"id":1186705739,"_to":128,"method":"_async.ble_event","params":{"dev":{"did":"1062425490","mac":"14:15:FC:8F:55:9C","pdid":3899},"evt":[{"eid":11,"edata":"2000000180906AD365"}],"frmCnt":37,"gwts":1708354192}}' 2024-02-19 22:49:54 [D] 192.168.199.28 [BLEE] 1415fc8f559c (3899) recv {'action': 'lock', 'action_id': 0, 'method_id': 2, 'message':...
> @Blear thanks! I can see that lock works without any problems with default converters. yes,that's good ,I tested the automation of the door lock and it runs very well...
> Thanks to you, I will write a more accurate converter for this model. But the result will still be the same The sensor Contact doesn't seem to work, the...
> Can't do anything with it. Lock sends this messages oh, that's okay .the automated scenarios are enough for me to use
不好意思,最近太忙了,ssl证书掉了,现在已经恢复,如果不能使用重启下ha
看下插件是否最新版插件,然后重启下ha
是否有安装控制插件?
> 以下是debug日志 [{"domain":"climate","service":"turn_on","data":{"entity_id":"climate.6_climate"}},{"domain":"climate","service":"set_temperature","data":{"temperature":26,"entity_id":"climate.6_climate"}}]}} 2024-09-02 10:23:05.101 DEBUG (Thread-3 (main)) [custom_components.hasslife] process_json_pack {'Type': 'DeviceControl', 'Payload': {'Rows': [{'domain': 'climate', 'service': 'turn_on', 'data': {'entity_id': 'climate.6_climate'}}, {'domain': 'climate', 'service': 'set_temperature', 'data': {'temperature': 26, 'entity_id': 'climate.6_climate'}}]}}...
> 我和另一位朋友应该是遇到了同样的问题,我在homeassitant看到的现象是只要我通过小爱音箱向发出任何命令(调节温度,调整风速,开机,甚至包括调整模式),都会首先发出一个制热的命令。例如我说把空调调到制冷模式,空调会先收到一个制热命令,然后收到一个制冷命令,这种操作从逻辑上也不可能和任何“默认值”有关。 但是从你上面发出来的调试日志里看,里面是没有看到切换模式的命令的,你用homeassistant的开发者里面的命令调用,调用下turn_on 和set_temperature 试试看呢