lswee
lswee
I found a fix here https://github.com/KhaosT/HAP-NodeJS/issues/77 sudo apt-get install libavahi-compat-libdnssd-dev
I believe this is meant to work actually... looking at index.js there is getPowerState etc. However, I am having issues with this too - It can't seem to find whether...
I’d be willing to help test too. Also worth noting that with the new iOS beta a lot of TV features have been enabled: https://twitter.com/KhaosT/status/1088678984970162176 Does the Speaker Service support...
Thank you! The last command didn't work for me on macOS SSH'ing into a Pi: > -bash: rollup: command not found So I'm assuming it's not properly installed for me,...
Great, thank you. It doesn't seem to be working or registering for me: `rollup -c` > src/index.js → dist/index.js... > (!) node-resolve plugin: The onwrite hook used by plugin node-resolve...
Thanks @stfnhmplr . I've cloned the latest version, `npm install`: > added 166 packages from 152 contributors and audited 1542 packages in 26.344s > found 0 vulnerabilities I feel like...
> What directory did you clone it to? It must be the global npm modules folder. Or you have to run it in development mode, see the Homebridge ReadMe for...
Thanks for your reply @stfnhmplr My config is: ``` { "platform": "DenonMarantzAVR", "name": "Speakers", "host": "192.168.1.9", "maxVolume": 70 } ``` Should that work? My Denon should be available over the...
I've looked into this further, it seems telnet does not come as standard with Raspbian... I've now installed it using: `sudo apt-get install telnet` I can connect to the Denon,...
@stfnhmplr I've looked at this again. Using `telnet 192.168.1.9` I can connect to my receiver. Sending `PWON` turns it on and `PWSTANDBY` turns it off. So it seems telnet is...