Yannick Schaus

Results 226 comments of Yannick Schaus

Sounds reasonable! Do you expect the list of choices to change while the widget is running? For simplicity reasons it might be better to load them only when it's initializing...

Looks good @mhilbush! Feel free to update this issue as the discussions on the ESH side evolve. > However, my one question at this point is whether HABpanel detects that...

What persistence service are you using? First time I see this. It could simply a misconfiguration on that end?

Okay, this doesn't happen with rrd4j obviously because it "rounds" them itself according to the step time: that's part of its "data consolidation" feature. Neither the chart widget nor the...

AFAIK the proxy servlet still can't serve resources not referenced in a sitemap. i.e. the whitelist-based authorization mentioned in https://github.com/eclipse/smarthome/pull/2753 is still not implemented in ESH: > A follow-on PR...

Actually not too sure about this. openHAB has a concept of items so that end user interfaces like HABPanel remain oblivious of the underlying physical side (things) and only see...

Okay, seems like a nice idea. 🙂 That would involve the widget author maintaining the versions, though and it should avoid hitting the GitHub API too much. The version field...

Looks like `vm.original_url` could indeed be undefined. https://github.com/openhab/org.openhab.ui.habpanel/blob/7fbdf026e18656ede362351d44267bce844e665b/web/app/widgets/image/image.widget.js#L70 Since it's only defined here - only for static urls: https://github.com/openhab/org.openhab.ui.habpanel/blob/7fbdf026e18656ede362351d44267bce844e665b/web/app/widgets/image/image.widget.js#L58-L60 This was introduced in #143. I _think_ the rationale at the...

Planning to use a library like https://github.com/hackedbychinese/ng-idle to detect idle users?

To be honest this speech recognition feature is far less useful now that [Chrome has disabled support for insecure (non-HTTPS) origins](https://www.chromestatus.com/feature/5639479519870976). It doesn't work anymore over HTTP on intranets...