ckuburlis / homebridge-tado

16 stars 15 forks source link

Get user data #1

Closed jcastro closed 8 years ago

jcastro commented 8 years ago

Is there an 'easy' way to get the required ID? I already have a Tado account (user and password) but need to intercept the ID

Thanks!

ckuburlis commented 8 years ago

Hey, I've just updated the readme. Check it out and tell me if you have any issues :)

At the moment not all the Siri commands work so while you can set the temperature by saying something like "Set the air-con to 25º" you can't say "Turn the air-con [on/off]"... Currently the only way to turn it off is by adding it to a scene and changing the mode or using a home-kit friendly app.

jcastro commented 8 years ago

Thanks a lot! I was able to get the homeID now :)

One question, would it be possible to support the heat mode? I'm currently running homebridge on my Pi2 and on my iPhone I setup the thermostat by using Elgato Eve. I can see temperatures (though all referenced to cooling system) but I can't control or even get info about it with Siri

Thanks!

ckuburlis commented 8 years ago

Hey, try updating the plugin to version 0.1.0+ there's been a lot of updates to make things work. So far the only thing I can't seem to get Siri to do it change mode/turn the aircon or thermostat on/off directly.

I can use a scene to turn it on/off or tell Siri to turn the thermostat to a specific temperature but for some reason it doesn't find a thermostat when you say 'turn on the [aircon/thermostat]' - I'm not sure if this is a problem on my side as people with the nest plugin seem to be having the same problem & everything seems to be setup in home kit.

Currently the internal temperature and humidity sensor do work with Siri but you have to say something like 'What's the temperature inside' or 'What's the humidity in [room name]'.

As for controlling the different modes (heat/cool/auto) at the moment the plugin only supports cooling due to my aircon only doing cooling at the moment so I only send the cooling mode for all commands. I'll have a go at it, but there's no way for me to test it.

jcastro commented 8 years ago

Yes! I can now at least get info from Siri (temperature, humidity, etc). Thanks!

Let me know if I can help you with something to work out the heat-thermostat version! (I don't have the cooling one, actually)

ckuburlis commented 8 years ago

Peteakalas modified the plugin to do just that, you may want to check out https://github.com/peteakalad/homebridge-tadoheating :)

jcastro commented 8 years ago

that's great! thanks!