node-red-contrib-homebridge-automation icon indicating copy to clipboard operation
node-red-contrib-homebridge-automation copied to clipboard

Homebridge and Node-RED Integration

Results 33 node-red-contrib-homebridge-automation issues
Sort by recently updated
recently updated
newest added

Including some code that I've used successfully on one of my NR modules that allows for automated testing. It's very basic right now, but you can see some more examples...

Bumps [documentation](https://github.com/documentationjs/documentation) from 13.2.4 to 13.2.5. Changelog Sourced from documentation's changelog. 13.2.5 (2021-04-24) Bug Fixes add gfm format for remark fixed #1374 (#1375) (6b5bc25) jsx should be included for tsx...

dependencies

> Details > On receipt of any input message this node will poll the homebridge accessory and retrieve the status of the service. > For accessories with multiple services, **a...

## Backlog of Enhancements for Version 0.1.0 ### Functional Improvement for long standing issues * [ ] Switch from host:port to deviceid for homebridge instances * [ ] Enable multiple...

Addresses issue #64 This pull request consists of two commits: 1. A superficial typo fix changing all instances of `acknoledge` to `acknowledge`. 2. Adds `payload` as an argument for the...

Hi! Could you please look at following issue? 2020-12-12T08:39:23.355Z hapNodeJSClient Events [{"host":"192.168.2.4","port":51826,"aid":112,"iid":9,"value":39,"status":true}] 2020-12-12T08:39:29.307Z hapNodeJSClient Events [{"host":"192.168.2.4","port":51826,"aid":112,"iid":17,"value":38,"status":true}] 2020-12-12T08:39:29.425Z hapNodeJSClient Events [{"host":"192.168.2.4","port":51826,"aid":112,"iid":9,"value":38,"status":true}] 2020-12-12T08:39:37.057Z hapNodeJSClient Events [{"host":"192.168.2.4","port":51826,"aid":112,"iid":17,"value":79,"status":true}] 2020-12-12T08:39:45.344Z hapNodeJSClient Events [{"host":"192.168.2.4","port":51826,"aid":112,"iid":17,"value":16,"status":true}] 12 Dec...

Hi, I have window-covering accessory provided by Broadlink plugin. I can successfully get state {"CurrentPosition":100,"TargetPosition":100,"PositionState":2} but if I send {"TargetPosition" :90 } to hb-control I'm getting following error: Payload should...

I was constructing a workflow that involves multiple homebridge devices and their toggles need to happen sequentially. For example, I need to: 1. Switch my HDMI switch to channel 3...

![garage monitor](https://user-images.githubusercontent.com/19808920/63480645-a3788580-c460-11e9-8f70-8307cb4032b1.png)

It seems like "Microphone" and "Speaker" types are supported, but not cameras. Would it be possible to enable support? It would be terrific to be able to pull a snapshot...