HandisableL
HandisableL
@heheda2033 理论上你可以在集成-XIAOMI MIOT插件里单独选中这个设备,点选项进行二次配置,然后手动在mapping里加入相应的属性读取区域定义...你的截图上看不出来这个设备提供了哪些参数供读取
> > 找到了解決的方法了: [Link](https://github.com/ha0y/xiaomi_miot_raw/issues/292#issue-1059024099) > > 發覺改了之後, 水浸警報器就誤鳴了, 好像門窗感應和水浸警報器也是使用binary_sensor.py, 所以改了後共中一個就會反轉了, 請問有什麼解決方法? 呃,一个临时解决方案是在hass的configuration.yaml里直接加代码创建一个虚拟的二元传感器(假设名字为doorsensor1),状态自动取该门窗传感器的相反值,然后你挂钩的那些自动化全部去关联这个doorsensor1的开关状态,这样应该就可以了... 用这种方案的话可以不去动binary_sensor.py 按你的情况的话就是...: binary_sensor: - platform: template sensors: doorsensor1: value_template: "{{ is_state('binary_sensor.dw2hl_cloud_g85o01_state', 'off') }}" device_class: door 推测出现这个问题可能是设备固件更新,把默认回报的状态从门的开关变成了传感器是否接触,所以导致了默认汇报的参数反转...
这种情况一般需要你用同IP 浏览器登录一下小米官网之类的验证一下
> It doesn't blink when the game controller is connected and any buttons are pressed. It does blink with every movement/button of the mouse I mentioned above. > > I...
> I'm going to see about getting the BT board so I can test that at the same time. I also have a few more USB controllers kicking around I...
> > Hello, may I ask which controllers you have tested that can successfully pair with the nrf52840's HID-Remapper? I have a Stadia and a DualShock 4 controller, and neither...
I try Solution 1&2,Both failed in Firefox,But solution 2 OK in new edge.
Flash firmware in Seeed Studio Xiao NRF 52840,Open WEB Config tool,Click open device,select HID Remapper Bluetooth,Connect press Pair new device, now you can turn BLE Device in Pairing mode(in my...
Addition:Pairing a Bluetooth Keyboard seems need input pair code in keyboard and press enter to complete,so i think maybe need some extra feature such as print code in webtool or...