Markus Hartung
Markus Hartung
What kind of bugs are they? I'm still running the preview-build you made and it still works without any issues for me.
At first I could no longer control my somfy devices, but after digging in the logs I found that the local developer mode didn't find the gateway using mDNS. It...
I'm unable to control anything when the local mode fails or if I disable local mode. The stacktraces I get are also appearing when I'm on local mode so it...
The local mode still works perfectly.
Alright, I remember now it was also some cookie involved but it's good to know that just pasting the token is not enough to gain access to my system.
The updated version has working fallback to cloud mode if lan mode was unsuccessful detecting using mDNS and just vanilla cloud mode works for me aswell in this version. I...
The authentication is done on somfy's servers, from there you get the token you can use on your local device. So after getting the initial handshake up I guess you'd...
It seems to live 14 days according to this link https://developer.somfy.com/apis-docs I'd love a 100% local mode too. My Somfy devices have been more reliable and faster to respond now...
This code is out of my skill so I hope someone will pickup this and continue maintain it to keep in sync with the new patches
This is a working example: ``` [Put("/{path}")] [QueryUriFormat(UriFormat.Unescaped)] public Task SendStatusNotificationAsync(string path, StatusNotificationRequest request); ``` Then we need to have the path without the leading / as it will fail...