Ondrej Pecta
Ondrej Pecta
Linking to https://github.com/openhab/openhab-addons/pull/12550, the PR containing the LAN mode support has been prepared. Unfortunately the local mode implementation has some bugs on the Somfy side and we need to wait...
Unfortunaly the discovery is not working for devices (only action groups work) and action groups are not working at all. These issues block the usable funtionality at least for me,...
If someone interested in testing, here is the latest snapshot https://www.dropbox.com/s/8tstagp8wfnivtn/org.openhab.binding.somfytahoma-3.4.0-SNAPSHOT.jar?dl=1 thanks
Thanks for the testing. Please check this out: https://www.dropbox.com/s/8tstagp8wfnivtn/org.openhab.binding.somfytahoma-3.4.0-SNAPSHOT.jar?dl=1 - added fallback to cloud mode - reusing of local tokens during login (quicker initialization) unfortunately I have found out, that...
thanks for the feedback, here is the actual version, which should much better handle the fallback. https://www.dropbox.com/s/8tstagp8wfnivtn/org.openhab.binding.somfytahoma-3.4.0-SNAPSHOT.jar?dl=1 I am not experiencing any problems with the stopped HttpClient, can you please...
I am glad it works. Here is the new updated snapshot. Discovery should be working in the local mode as well (and works for the cloud mode too). https://www.dropbox.com/s/8tstagp8wfnivtn/org.openhab.binding.somfytahoma-3.4.0-SNAPSHOT.jar?dl=1 I...
> Hello, > > i would use the LAN-Mode because the Cloud-Mode will stop all the time (to much refreshes). But the snapshot works bader als the original Binding. LAN...
Thanks, I think I know what causes the instability - enumeration of action groups (scenarios) returns "Bus error" during the discovery. It works well for me, maybe a different firmware?...
sorry for replying so late, I have been pretty busy last days. Currently this binding uses three auth schemas - JWT/OAUTH2 for Cozytouch cloud, simple JSESSIONID token for Tahoma cloud...
OK, but we need to be sure, that we do not break the local control funtionality, which recommends the JSESSIONID way according to the documentation. I implemented the OAUTH2 functionality...