I’ve contacted Somfy about the bug they introduce in their API. If they don’t fix it quickly, I will patch my client API.
At least, it shows they work on it But without any non regression testing…
The issue I mentioned is about the position Int/Str issue, not about the URI issue (the one with the callback mismatch on Somfy side). Am I right?
I got an answer from the Somfy support. They will quickly fix the issue related to the position.
Now I am excited - It is Christmas time
hi i don’t know where to ask this question and google brought me here so i will try. I keep getting “couldn’t update setting. Please check your connection” error when linking google home and somfy connexoon. Please if anyone knows the solution. Appreciate it.
what did you ask ?
Hey guys, I’ve just installed my first motorized blind, controlled by the Somfy Conexoon hub. But when I integrate somfy, it says accounts are linked successfully, however it say I have no devices :(, what am I missing?
According to the Somfy Support all the blinds must be supported by the API. Can you contact them giving your blind reference?
Anyone has experience when linking google home and connexoon? After signing in to somfy account, it always shows error “couldn’t update the setting. Please check your connection” Appreciate any feedback. Thanks
Hi, sorry but your question is out of topic. Here we talk about the Somfy integration within Home Assistant. Your question is related to Google Home and Somfy. Contact their support.
Thanks for the reply. Sorry for asking something out of topic.
Hello All,
I have experienced some odd behavior so disabled the automation a while ago - now I did return to it and seems that the API logic for tilt position is reversed? Not sure when it changed
When I call the following service
cover.set_cover_tilt_position
{
"entity_id": "cover.v_pracovna_o",
"tilt_position": 80
}
The blind will be almost closed, however the numbers are different when I query the tilt position in HA or Node Red:
cover.v_pracovna_o
current_position: 0
current_tilt_position: 20
friendly_name: V- Pracovna o
supported_features: 255
Am I missing something or is this working as designed? In’m OK with either way but have a feeling that the logic has changed recently.
Thanks for your insight and all the best in 2020.
Hi, just to be sure can you confirm the state of your blind when the tilt position is 0 and 100? It will be really easy to fix the component: core/homeassistant/components/somfy/cover.py at cac750066ae5ccaf906a4fbf1c45c4756bcefca5 · home-assistant/core · GitHub
Edit: I got it. I think I make a mistake here: core/homeassistant/components/somfy/cover.py at cac750066ae5ccaf906a4fbf1c45c4756bcefca5 · home-assistant/core · GitHub
It should be
self.cover.orientation = 100 - kwargs[ATTR_TILT_POSITION]
So it’s why when you set the tilt position to 80, you see at the end 20. I will fix my code asap.
Thank you!
Can you confirm open and close tilt are reverse too (using open_cover_tilt
and close_cover_tilt
services)?
Hi Tetienne,
thanks for the quick reaction. I can confirm that open_cover_tilt
and close_cover_tilt
is reversed at the moment as well.
Cheers,
Jiri
Hi, since begin of december the tahoma component does not work anymore? i understand i can switch to the somfy api instead but my connexoon io devices are not visible with it.
Is there anything i can do currently to get it working again?
Great! I’ve opened a PR. Now we have to wait: https://github.com/home-assistant/home-assistant/pull/30428
What’s your country and your devices?
My Tahoma component in HASS IO isn’t working anymore.
I used the string converter to get the right link from hassio.
When i created an app using the official somfy doc info from home assistent this give my a site not responding url.
When I test it with the devoloper.somfy.com api I see my devices
This is a roller_shutter & and curtain (this I don’t see on the list)
My country is the Netherlands
Instead of creating your own app, when enable the Somfy API component, select the cloud suggestion. It will work out of the box without any configuration on your side.