Dan Cunningham
Dan Cunningham
I have not completed the move to a new proxy in production, and i don't have an ETA. I will make an announcement on the forums when i do
Hi, looking at the code it looks like IFTTT is polling for both the item name AND the state is wants to be triggered on, so this would break that,...
OK, I understand the functionality. My only concern is that this is not clear for users, how would they know that passing an empt string changes the functionality? But other...
So I have noticed this as well, only happens when the app is in the background for some extended period of time. I wonder if IOS is terminating the webview...
Yeah, after looking at your screen shots (i missed them in the email version of this ticket) , it might be also be the main UI is not able to...
HI @weakfl , @timbms This PR started with adding support to help with https://github.com/openhab/openhab-ios/issues/687 . There is a change to core, https://github.com/openhab/openhab-core/pull/3086 and a change to the Main UI, https://github.com/openhab/openhab-webui/pull/1499...
Hmm, i'm not that well versed in whats new with Swift, but Combine does look promising. We have this "AppData" object that we pass around thats kinda ugly, as well...
sorry for going MIA on this, unfortunately IRL got in the way, hopefully have some time to pick up later this week.
>If we think about a bigger refactoring we might also look into using websockets? Sorry i missed this. What would use websockets?
There is not websockets support, but sitemaps can use [Server Side Events (SSE) ](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events). There is a specific endpoint for subscribing to sitemaps, `/rest/sitemaps/events/subscribe` and `/rest/sitemaps/events/{subscriptionid}`, the classic UI as...