I have a fairly simple OpenHab2 install Im currently testing. I have a single sitemap used in ClassicUI that loads a monitor/control section for my thermostat and a webview item that shows a frame with the utility prices for the day. The issue Im running into is that the ecobee temps are not auto-updating. If I hit temp up/temp down, the function works, however I have to manually refresh the page to get the monitored and set temps to reflect the change. Same thing with the room temp, it only updates when I manually refresh the page.
I used the example rules and items found under Basic Configuration here - http://docs.openhab.org/addons/bindings/ecobee1/readme.html#item-examples
I used similar sitemap, but removed what I didn’t need. Here’s my sitemap - https://pastebin.com/N9XZ3eMV
Any ideas? Ive been contemplating a way to inject html code to make the entire UI auto-refresh (which I’d be ok with, Im just not 100% how to do)