-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added total sensor, hourly and previous cycle for energy based sensors #42
base: main
Are you sure you want to change the base?
Conversation
miczlo
commented
Aug 6, 2024
- Added total that never resets
- Added an attribute to all sensors which is previous cycle - I feel it's more important for me to know how much energy I used last hour, day, week or month then till this point in the cycle. I'm tempted to actually add separate sensors for that to be honest to be able to have recorder track the history and give me better stats but still undecided
- Changed the list of excluded words when creating the friendly name so that things like month or today don't get in there from some plugs like Tapo P110 for example
- Added friendly name generation for the integration entries page based on another pull request but used same logic as in this repo as it's more robust I think plus again added more excluded words
…ycle (day, month etc). Added hourly. Added total. Added a list of excluded number to help with auto generation of names. Avg sensor in progress
Should be fine, I merged with @Kathou99 one before adding this pull request, but then reverted |
So when i merge @Kathou99 first and then yours, everything should be ok? |
I think so but there will be a conflict or two as like I said I modified there code after the merge. |
@miczlo , could you please check the these two conflicts, so i can merge your pull request |