-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current position doesn't work #153
Comments
Hello. I changed the value of HORIZONTAL_AWNING in const.py from 0x0400 to 0x0401, just to try and it worked. But the current position is messed up. It simply shows a negative value and it doesn't change when opening/closing. Can this be related to the wrong node type with subtype? I mean, should I investigate the pyvlx code or it's more likely a problem with the device (maybe incorrect set up)? |
The "target position" seems to work nicely; it rotates the blades to the desired position, but the current position is never updated (always 0xF7FF). Could it be, that some other parameter contains the position? It's not evident from the debug logs. Which parameter is for the tilt position (e.g., for the venetian blinds)? Please help! I have a Somfy slim receiver IO plug. I also tried to readjust the end positions and it was the same (target pos. worked, current pos. didn't work).
|
Another update, maybe someone finds it useful. This time I set in const.py |
I'm facing also this issue. Attached the log: KLF-200 is managing 4 SOmfy motors, probably via such a device: https://www.somfy.co.uk/products/1811131/evb-slim-receiver-for-variation-io-plug Any update on this issue? |
I believe I'm affected by this as well. Got 12 somfy roller shutters paired, and one gate. For some reason 2 of the shutters are stuck at -24% in HA, I can open and close them just fine, but their position is never updated, and I can't set them manually either. I would say that's an issue maybe with the klf200, or more likely the shutters themselves as I've got 10 of them working fine. Here are working and non working position from the pyvlx api, you can see that the non-working one is at 54272 and reports being neither closed nor open. I tried repairing them to the klf200 but it didn't help. Any ideas? Should I have them reset or replaced? They are brand new :/ |
Oh well, after a few repairings it's finally working here. |
@alucryd |
Just deleted the device from the KLF web ui, and added it again. Unfortunately, it seems I need to do that more often than I'd like to. My devices regularly stop sending position information, and doing this is the only surefire way I found to get rid of the |
OK, that's a pitty. This is definitely too much effort as a long term "solution". |
Well, I have some devices that never get corrected, so the only way to get them working again is to go through this procedure :/ I initially thought distance was a factor as only the farthest ones from the klf200 were affected, but now even the closest one has been stuck at |
Do you have the KLF200 updated to the "actual" 2018 version (2.0.x.x)? |
Yeah, it's fully up to date. |
Is your Velux (Integra) window (motor) producing date from before 2013 or after 2013? |
I don't have any Velux device (yet, 5 blinds incoming). Right now I have a dozen Somfy IO blinds and a gateway motor paired with the gateway. They've all been installed fairly recently so I guess their production date isn't that old. |
Ahh, OK. Somfy is known for many issues within the io-homecontrol family. There are a lot of complaints about Somfy and io-homecontrol protocol out there. |
Is there any update on this? The missing node issue was resolved in the latest version of pyvlx, but it didn’t address the current_position issue for the specific device, Somfy Slim Receiver IO. |
Hello. I really appreciate your work!!
But I'm asking for a little help. I want to configure the automation of my pergola (with Somfy io motors/controllers). Sadly, I realized one of them breaks the Velux integration. After adding several vertical awnings to KLF200, everything worked fine, but when I added Somfy LED dimmer and horizontal awning (pergola blades) & rebooted the gateway & HA the integration failed.
I suspect horizontal awning is causing troubles as node 1025 (0x0401) is fairly close to the 0x0400 mentioned in the API to be the horizontal awning. It is also displayed under "My products" in the Velux KLF200 web interface as the horizontal awning. I really need this one to work (and probably many others will follow). Any suggestion, solution?
Log output:
The text was updated successfully, but these errors were encountered: