joepool / homebridge-sky-q-no-logs

Homebridge plugin to control a Sky Q box with reduced logging.
https://www.npmjs.com/package/homebridge-sky-q-no-logs
MIT License
4 stars 0 forks source link

Possible to turn the sky box OFF? #5

Closed vadalus911 closed 3 years ago

vadalus911 commented 3 years ago

power command does not seem to do this. everything else works great! many thanks

joepool commented 3 years ago

what is your config.json for the switch you are trying to use to switch it off? There should be no issue turning a box off.

vadalus911 commented 3 years ago

{ "name": "Sky Q OFF", "ipAddress": "10.10.10.213", "cmd": "power", "accessory": "SkyQ" },

joepool commented 3 years ago

if you remove the line "cmd": "power", this will add a stateful switch to HomeKit that you can use to either turn on or off the sky q box.
Let me know if that works and is what you're trying to do

vadalus911 commented 3 years ago

perfect, my bad. i didnt understand the default behaviour is actually what i wanted. working perfectly.