-
Notifications
You must be signed in to change notification settings - Fork 590
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
Energy usage over time #254
Comments
We only support The easiest way to figure out the datapoints it by adding the device via Configuration->Integrations as you will get lists presented with them there. |
I'm new to HA world but I assume that if I define something in config I would like it to be repeatable on next machine using that config - i tried to do naming from inside yaml because it is my goal to test and tinker with it on test setup, and then move the yaml to proper installation thats why i was fighting with names. Im new to HA but each time I edit configuration.yaml i do restart ha with control panel - or do i need system reboot? You are right, now I have localtuya in integration which is helpful, but Im still trying to add the most of my devices thru configuration.yaml so I can copy it over with fresh data and fresh system. If I have you here, could you explain what is the point for:
when clearly those information are added to sensors with same id's? does it give extra information somewhere? Going back to main issue, |
@bigretromike The aggregation is not accessible from the device itself, HA will get the power consumption and you should use other entities to aggregate. sensor:
- platform: integration
source: sensor.c594_power
name: c594_power_aggregation
unit_time: h
round: 1
utility_meter:
c594_power_daily:
source: sensor.c594_power_aggregation
cycle: daily
This will introduce a new sensor named |
Works flawless. Thank you so much, I can now unplug my plugs from cloud :-) (if thats possible with localtuya), now I need to add reset of my plugs and other stuff. Lets the work begin :-) 👍 |
Hello,
Great work on project! Im unable to tazmotize most of the pluging thanks to tuya update, so I was hoping to make it run local.
I installed version 3.1 because master throw me errors (manual install).
I would like to add my power plug (16A) with power monitor to HA.
I had hard time forcing proper entities name and end up with using friendly_name and then changing them to something better so Im getting proper name of entities now (also didnt know you have to remove device after modifying entities and names so the old one can be removed and new one will get create with new names - now they get assign to the old ones even when new friendly_name and 'name' and 'entities_namespece' does not work).
I was trying to add total_power_usage but id:9 probably is not that thing, tried with 25. and any other id.
(btw is there a quick way to list all available dp's without installing intergation via hasc (or how ever its called)?
I would like to have counter or some sort of way to count each month power usage for that plug - that was almost the main selling point for me because that the easiest way to monitor power usage without adding extra things to fuse box.
The text was updated successfully, but these errors were encountered: