Hello,
I’m a real beginner. I need to connect to HA a Velux KLF 200 interface.
I’ve added to configuration.yaml the following lines:
velux:
host: "192.168.90.37"
password: "velux123"
Starting Home-Assistant I get the following error:
ERROR (MainThread) [homeassistant.setup] Error during setup of component velux
Traceback (most recent call last):
File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/setup.py", line 191, in _async_setup_component result = yield from component.async_setup(hass, processed_config)
File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/velux.py", line 34, in async_setup from pyvlx import PyVLXException
File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/pyvlx/__init__.py", line 1, in <module> from .pyvlx import PyVLX
File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/pyvlx/pyvlx.py", line 15
async def connect(self):
^
SyntaxError: invalid syntax
Can anyone suggestion any other ways to troubleshoot the problem please?
I’m using Hass.io 0.54.0.
Thanks in advance!
I have a KLR200 with the newest SW version, and I have made the changes to the configuration.yaml, I do not get any errors - that I know off (I’m new to Linux) so don’t know where to look.
But nothing happens, how I’m I suppose to see the VELUX products are accessible from inside HA?
Perfect thanks a lot. I now have the possibility to control the VELUX products from inside HA control panel,
To be correct you need to create programs inside the KLR 200, and then they will appear inside HA, as Scenes. I was not able to find any information about this in the documentation, maybe that would be relevant to include for future users.
Another Question, the Scenes does not seem to be available in HomeKit (Homebridge) is that a mistake, do I need to include something in the Homebridge config file, or what is the best approach for solving that task?
You actuality copy the products from the KLR200 into the KLR200. Then you create the Scenes in the KLF200 these scenes will then become available inside HA.
Its is not directly to the integration into HA but Hardware-Related.
I had the Velux KLF 200 running since more then 1 year, but the Interface got faulty so I bought a new one.
Unfortunaltey I am not able to access the new one. If I connect it to Power it just shows a static yellow LED.
If I follow the “Factory Reset” Guide (10 sec Reset Button) it does the same.
If I just press the Factory Reset Button for a second then the LED starts blinking in yellow.
But I cannot see the SSID of the Velux, nor it will request an IP via the Ethernet Interface.
I moved from Tahoma box to Velux KLF200 in order to get rid of somfy servers. I could transfer all my devices (9 shutters and 4 exterior venetian blinds) quickly and control them (open and close). Actually the API specification allow nearly everything to control, but the current implementation of pyvlx provides not all functions. One lovely feature I’m missing is the control of the tilt of the blinds. So I would much appreciate if someone could support to modify pyvlx in that way that it would be able to control also the functional parameter in order to allow hassio to control all parameter of io-homecontrol devices. Also would be great if the complete velux integration would be part of home-assistant and not just a bridge to pyvlx package.
I managed to add the tilt function, however at the moment only with my custom component, see link below. I simply don’t have the time to update the official component at the moment.