You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I am trying to implement a stiebel WWK integration. So far, I managed to create a custom driver with a UI:
I visualize currentTemperature, current TargetTemperature Compressor On/Off.
Since I cannot set SG_Ready via this API, I plan to set target temperature. Therefore, der Target Temperatur should be more prominent than the small value.
Can I use the session soc limit for that? Make the Slider Readonly from UI to only visualize the value?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey,
I am trying to implement a stiebel WWK integration. So far, I managed to create a custom driver with a UI:
I visualize currentTemperature, current TargetTemperature Compressor On/Off.
Since I cannot set SG_Ready via this API, I plan to set target temperature. Therefore, der Target Temperatur should be more prominent than the small value.
Can I use the session soc limit for that? Make the Slider Readonly from UI to only visualize the value?
Current Code:
https://github.com/AAPohl/evcc/blob/master/charger/stiebelwwk.go
All reactions