Zacknetic
Zacknetic
Hi, the plugin grabs information from the actual lights, not the Magichome app. The Magichome app does not send customized names to the lights and therefor the plugin has no...
For the PIR Motion Sensor, I can add the details. `[ { name: 'PIR Sensor', id: '70575700ecfabc671e7e', key: 'bc130b6e5e9e5958', def: { schema: '[{"mode":"ro","code":"PIR","name":"PIR","property":{"range":["pir"],"type":"enum"},"id":101,"trigger":"direct","type":"obj","desc":"pir \\u68c0\\u6d4b"},{"mode":"ro","code":"battery","name":"\\u7535\\u6c60\\u7535\\u91cf","property":{"unit":"","min":0,"max":10000,"scale":0,"step":1,"type":"value"},"id":103,"type":"obj","desc":"mcu \\u4e0a\\u62a5\\u7535\\u6c60\\u7535\\u91cf"}]', }, }, ] `
I was able to get it to compile by adding this. ` homekit_characteristic_t cha_in_use = HOMEKIT_CHARACTERISTIC_(IN_USE, false);` However the device continuously says "updating". Perhaps in_use is an int8?
updated all values to uint8. Looked at HAP 8.43 and it describes the only values needed are Active, In Use, and Valve Type if the valve type is anything other...
Hey, thanks for reporting the bug and the very detailed report. A couple questions: 1. Have you had older versioned bulbs work with this setup and the plugin (not the...
Considering your response and after closer inspection of your logs, I can see at least 1 device loading. Let's skip the non-VM troubleshooting for now. I also now realize that...
I was not observing that the bulbs become unresponsive but instead that they were being set as "off" if the plugin didn't receive a response fast enough. Is that what...
Thank you very much for the detailed response. The change to allow the new v10 bulbs is literally 1 line change. The difficulty will be that I'm not entirely certain...
I have made the relevant changes and published version 1.9.10 as latest. If you are restoring from a Homebridge backup, please install version 1.9.10 or disable Homebridge Magichome before loading...
Please do not update from scratch if you had it working before. I personally know how long that takes and I don't believe that will solve anything for now. When...