Custom Components for Home-Assistant (http://www.home-assistant.io)
My device is RT301i, it is working with it500 thermostat, the ideea is simple if you have a Salus Thermostat and you are able to login to salus-it500.com and controll it from this page, this custom component should work. Component to interface with the salus-it500.com. It reads the Current Temperature, Set Temperature, Current HVAC Mode, Current Relay Mode.
Keep in mind this is my first custom component and this is also the first version of this Salusfy so it can have bugs. Sorry for that.
**** This is not an official integration.
- If not exist, in config/custom_components/ create a directory called salusfy
- Copy all files in salusfy to your config/custom_components/salusfy/ directory.
- Configure with config below.
- Restart Home-Assistant.
To use this component in your installation, add the following to your configuration.yaml file:
climate:
- platform: salusfy
username: "EMAIL"
password: "PASSWORD"
id: "DEVICEID"
- Loggin to https://salus-it500.com with email and password used in the mobile app(in my case RT301i)
- Click on the device
- In the next page you will be able to see the device ID in the page URL
- Copy the device ID from the URL
salus-it500.com server is bloking the IP of the host, in our case the HA external IP. This can be fixed with router restart in case of PPOE connection or you can try to send a mail to salus support...