Northern Man
Northern Man
The callback being triggered is from the MDNS browser and is expected Another approach I was thinking about was to change the function signature of registerpin and make it available...
2019-11-11T23:10:49.880Z hapNodeJSClient HAP instance address: Porch Camera -> 74_C4_D5_32_62_EC.local -> 192.168.1.104:45023 2019-11-11T23:11:08.754Z alexaActions registerEvents [ '{"host":"192.168.1.104","port":45023,"aid":1,"iid":29}': { endpointID: 'NzQ6QzQ6RDU6MzI6NjI6RUMtUG9yY2ggQ2FtZXJhLURlZmF1bHQtTWFudWZhY3R1cmVyLVBvcmNoIENhbWVyYS0wMDAwMDA4NS0wMDAwLTEwMDAtODAwMC0wMDI2QkI3NjUyOTE=', true: 'DETECTED', false: 'NOT_DETECTED', template: 'MotionSensor' }, '{"host":"192.168.1.104","port":51831,"aid":5,"iid":10}': { '0': 'NOT_DETECTED',...
Fix - Change key to be 74_C4_D5_32_62_EC.local, and lookup the address
Do you have this flag set ? https://github.com/homebridge/docker-homebridge?tab=readme-ov-file#compatibility
As you have found that setting is hard coded within rtl_433_ESP. To make it a changeable setting, changes would be required to both rtl_433_ESP and OMG.
Can you point out the actual location in your code with the `onSet ` handler ? ie a GitHub link to the line
So I cloned the repo into my test environment, and started it up ``` [homebridge-plugin-name-test] Set Characteristic On 2222 -> true [homebridge-plugin-name-test] Set Characteristic On 2222 -> false [homebridge-plugin-name-test] Set...
The countries are what amazon is supporting for the service. In other countries, just try it and see if it works.
HomeKit uses mDNS to communicate between homebridge and the Home app. In order for mDNS to function correctly, your iPhone and Homebridge need to on the same local network, within...
The current docker image is Package | Version -- | -- NodeJS | v20.17.0 Homebridge-Config-UI-X | 4.57.1 Homebridge | 1.8.4 You could just install another docker image, and then within...