HandisableL
HandisableL
设备: binary_sensor.hodor_cloud_6oeg00_state model: cgllc.magnet.hodor firmware_version: 1.1.1_0210 hardware_version: N/A for Cloud Mode magnet_sen_contact_state: true battery_battery_level: 5 friendly_name: 宿舍门 Magnet sen contact state device_class: door 目前读取到的主参数=state对应的是磁铁接触状态,即true=门关闭,看到插件的readme里有提到可以通过二次配置修改mapping/配置参数(param)来对应状态反转的问题,但是并没有查阅到相关参数.还请作者指点如何实现 当前的参数为 mapping {"magnet_sensor":{"contact_state":{"siid":2,"piid":1}},"battery":{"battery_level":{"siid":3,"piid":1}}} param {"magnet_sensor":{"contact_state":{"access":5,"format":"bool","unit":null},"main":true},"battery":{"battery_level":{"access":5,"format":"uint8","unit":"percentage","value_range":[0,100,1]}}} P.S目前临时解决措施是修改binary_sensor.py中的...
I have observed that the Raspberry Pi Pico W has enabled Bluetooth support following an update in June 2023. It appears that this functionality could potentially be used to create...