Interesting. Are you suggesting that you can pair e.g. the Salus control box (KL08RF) and thermostats to a generic ZigBee coordinator?
I donāt have that device, but if it is zigbee based, it is a matter of getting it supported in ZHA or zigbee2mqtt.
I see, you use the SkyConnect as your coordinator. Did you have success in pairing any of the Salus underfloor heating devices, such as the wiring box KL08RF? It seems, from other forums, that it leaves the ZigBee network after successful connection, which is rather unusable.
Perhaps you refer to different Salus devices than the underfloor heating system?
Sorry, thatās correct, I donāt have the underfloor heating system, just other salus devices.
New to HA. Once the repository is copied to HA and the code added to YAML, how do you add the integration?
BunÄ,poČi sa ma ajuti te rog cu integrarea It600 in HA,cred ca ceva fac rÄu,nu reuses.Ms
Sigur, da-mi un mesaj cu ce probleme ai si incercam sa o rezolvam
Salut, ai o solutie care sa mearga? am incercat tot ce am gasit legat de integrarea IT600 in HA fara successā¦
@Virgil_Popa I just got my UGE600 and testing it. The system is set up in the Salus cloud, but I could not integrate it in Home Assistant. Downloaded integration from HACS and when configuring I get the āFailed to connect, please check IP addressā message. Although I see it in DHCP clients list, I cannot ping it. I have no VLANs or any kind of restrictions or policies set on my network, I use a basic Huavei router from DIGI.I tried all the troubleshooting, changing settings, EUID, resetting the system, nothing works. What am I missing? Thanks!
I also have uge600 and it worked just fine to integrate.
I tested now and (at least from windows) I can ping the gatewayās IP !
Also if I access http://<gateway_ip/ I see a dedicated error from the gateway (with something like access error, canot locate document ).
Iām not sure if this is a hint for an issue, but ā¦ if you can, check your routerās settings ā¦ maybe you have any limitation there
I add another question/topic:
Is there any solution to access from HomeAssistant also additional thermostat attributes (I have SQ610RF)? Iām interested in āunderfloor confortā option which can be set to None, Level1,2,3. These settings I can set from the Salus app.
Make sure you use the correct ip, is very easy to find what ip you have at your gateway, just open Salus app, go to gateway settings and there you will find you gateway ip.
You can see the Mac address of the gateway when you login into your router.
Hope you have solved it, else let me know and I can help
Is it possible to track the humidity just the way the temperature is?
On the graph today, only the temperature can be tracked. Would be great to also track the humidity!!!
Hello, I have a new HA instalation. First test, Salus IT600. My system includes thermostats sq610rf, TRV heads, relays, and boiler RX. Seems successful with one exception: 2 TRVS out of 4 were not added. Is there a way to add them manually? Thanks.
I had the same question and after couple of hours of investigations it was found collected as attribute of climate entities.
However if you want to save history for attribute (as for other sensor) you need to add into configuration.yaml something like:
- platform: template
sensors:
sq610_2_spalnia_humidity:
friendly_name: 'SQ610_2 Humidity'
value_template: '{{state_attr("climate.sq610_2_spalnia", "current_humidity")|float(0)}}'
unit_of_measurement: "%"
device_class: humidity
sq610_2_spalnia_temperature:
friendly_name: 'SQ610_2 Temperature'
value_template: '{{state_attr("climate.sq610_2_spalnia", "current_temperature")|float(0)}}'
unit_of_measurement: "Ā°C"
device_class: temperature
I removed salus and added back. Second time all devices were added.
Heads up, do not ipdate tp 2024.01 yet:
I received a message in āSalus smart homeā mobile app to accept a database migration to the new app: āSALUS Premium Liteā . Did enyone change to this? Is the HA access still working?
PS. Iām using through HACS : GitHub - epoplavskis/homeassistant_salus: Home Assistant integration with Salus devices
LATER EDIT:
Just to confirm (after being quite forced to move to the ānew databaseā) ā Itās working fine ! (at least after ~24 hours)