mark-wade / homebridge-hive

Hive Thermostat plugin for Homebridge
MIT License
12 stars 5 forks source link

Request: Support for Hive Active Plug and Bulb #13

Closed mehtaman closed 7 years ago

mehtaman commented 7 years ago

Hi

As per the title... are you able to look into adding: Hive Active Plug On/Off command

Hive Bulb On/Off command 0-100% Brightness slider

Thank you

mark-wade commented 7 years ago

The plug I am hoping to work on.

The bulb I have no plans to support (I don't have any Hive bulbs, using Hue throughout my home).

I'll add something to the readme about this because I get asked a lot :p

mehtaman commented 7 years ago

Great, Thanks for taking time to work on this when you can :+1:

I was reading through this API the other day to see if I could add the device list to your code but my coding skills are very very limited :(

http://www.smartofthehome.com/2016/05/hive-rest-api-v6/

mark-wade commented 7 years ago

Yeah that's the API I'm using. The main issue I have to overcome is that currently the plugin is designed to just find one device (I kind of hacked it up for people with multiple thermostats) whereas I really need to re-engineer it to create a bridge device (for the hub) and then add all the Hive products as children of that... and then having a device to test with.