davidusb-geek / emhass

emhass: Energy Management for Home Assistant, is a Python module designed to optimize your home energy interfacing with Home Assistant.
MIT License
260 stars 51 forks source link

Advanced and Basic Pages #212

Closed GeoDerp closed 4 months ago

GeoDerp commented 4 months ago

Basic

Screenshot from 2024-03-01 21-38-08

Advanced

Screenshot from 2024-03-01 21-38-15

GeoDerp commented 4 months ago

Based on @purcell-lab 's Idea PR builds on from PR #211. Hence the duplicate commits.

Please let me know what you would like changed with this. As I don't know this side of EMHASS as mutch as you both. @purcell-lab , @davidusb-geek

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.63%. Comparing base (9d85851) to head (3811b02). Report is 26 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #212 +/- ## ======================================= Coverage 87.63% 87.63% ======================================= Files 6 6 Lines 1707 1707 ======================================= Hits 1496 1496 Misses 211 211 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

GeoDerp commented 4 months ago

@davidusb-geek , Feel free to just pull in this PR and I will close RP #211.

davidusb-geek commented 4 months ago

@davidusb-geek , Feel free to just pull in this PR and I will close RP #211.

Ok let's go with this PR then. However could we just let that button on the basic page to just run the optimization without publishing anything. People will just run the optimization and then inspect the graphs. This is useful for testing and setting the add-on parameters without publishing undesired results to HA sensors.

GeoDerp commented 4 months ago

@davidusb-geek , Feel free to just pull in this PR and I will close RP #211.

Ok let's go with this PR then. However could we just let that button on the basic page to just run the optimization without publishing anything. People will just run the optimization and then inspect the graphs. This is useful for testing and setting the add-on parameters without publishing undesired results to HA sensors.

Sounds good. Give me a couple of minutes,

GeoDerp commented 4 months ago

@davidusb-geek , there you go. Sorry also tweaked the spacing quickly.