Home Assistant <-> Loxone integration
Einklappen
X
-
Thank you very much for your great work.
I treid to get it running but undortunatly it is not working in my setup.
I have home assistant running on a raspberry pi 5. I modified the confiration.yaml accordignly to your post:
Loaded your blueprint and generated one automation for the SoC of my Car:
In the loxone config I added a VI:
Unfortunatly I do not get any information into loxone. The VI stays at 0% although triggerd the action now several times:
Could you please help me figure out what might be going wrong? Let me know if you need any logs or more details about my setup. -
Hi! I have too little data to help unfortunately. First of all it would help if you show how exactly the entity is name in home assistant and what is the name of VI in Loxone (the one that is red taped on your screen shot).
The other thing I'd recommend is to try to update loxone value from Postman or similar tool - this way at least you'd know this part works. Also check you HA logs. You many want to increase the log level in the configuration.yaml file like that:
logger:
default: warning
logs:
homeassistant.components.rest_command: debugKommentar
-
c4yc0 Thank you very much for your very quick response!
Unfortunately, I can't show the exact name, as it contains the VIN of my vehicle.
However, I copied the data, so I assume it is identical.
I also did not copy the word "Sensor" at the beginning, just as you described.
I'm new to Home Assistant.
Could you maybe give me a bit of an explanation on how exactly to do this with Postman?
I actually thought that this part of the code was already sending the information to Loxone.
When I add the logger part to the yaml file:
I get thie error when I want to restart my system:
Kommentar
-
I'd suggest to try to solve it yourselfYou should need that knowledge soon if you're doing this stuff anyway.
This would be helpful:Kommentar
Kommentar