uebelack / python-maxcube-api

A python api to control the Max! Cube thermostats.
https://github.com/uebelack/python-maxcube-api
MIT License
21 stars 26 forks source link

Home Assistant Integration #3

Closed tringler closed 7 years ago

tringler commented 7 years ago

Hello @goodfield ,

can you tell me how to implement your api into configuration.yaml of Home Assistant?

I found that thread eq3-max-i2c-one-wire in the Home Assistant forum, but component thermostat.max is not existing anymore (component climate.max is also not existing)

Do you have any hint for me how to get it working? Thanks in Advance, Thomas

uebelack commented 7 years ago

Hi sorry, but i'm not longer using home assistant ... this library was never integrated into home-assistant, that's why you can't use it.

You would have to write a plugin for home assistant (https://home-assistant.io/developers/), for the communication you could use this api.

Best regards,

David