Like it. But the tables are not that comfortable. The total width is wasting a lot of space on bigger screens. E.g. here, but for sensors, etc. as well:
entity_id seems to be the default for an attribute listing the compound entities, so maybe a change to that would be helpful? wouldnāt break anyoneās install as far as I can see now.
it would probably also allow us to use the expand filter in jinja on the powercalc sensorā¦?
It has been entities since the beginning of powercalc groups implementation, so I am not sure if we should change it, because people may already depend on it.
But when some core functions can be used in conjunction with powercalc groups the pros outweighs the cons for me.
Hi all
I added yesterday a sonoff basic switch which controls my water heater with fixed method. I can see the entities but I donāt know what it needs to add them in the energy dashboard.
I can see in the instructions that they should generated automatically, but this is not my case
The energy entity is the one for the dashboard. If it isnāt showing up after you give it a little time to populate with data then you will need to check the attributes in the developer tools and see if any are missing. Check the energy dashboard thread which will have more info.
So, I think it is ok at least from this integration. Do you know if I have to add this sensor it in the recorder too? Now I am thinking about it I have disable the domain sensor from the recorder.
You should just be able to add it in the energy dashboard configuration under āIndividual Devicesā sensor.water_heater_energy is indeed the right one.
Even if it doesnāt populate yet you should be able to select the entity in the listing.
Well, this is my problem. Until now it is not in the list. I manually add it in the recorder.yaml (I have excluded various domains in order my backups to stay below 1gb) and I think (hope) that this will be the solution. I report back after an hour.
āsolution: after the addition in the recorder,yaml it appears at once
Ah ok, that would be the problem as only entities which have recording enabled are considered for calculating statistics (as the state history is needed for that).
I have installed this integration and want to create the same nice dashboard as shown in this topic. but I have no clue what I need to do for this. can you please provide information how to create it ?
Is anyone using Powercalc for a virtual EVSE sensor?
Iāve recently switched to Ford vehicles and chargers, and one of the downsides of the transition is that I no longer have access to all of the sensor data that can be easily accessed from Tesla. The challenge is that this scenario involves multiple vehicles and multiple EVSEs. Iām curious if anyone has any suggestions for this situation. Here are some of the details:
FordPass Integration through HACS provides a sensor for Distance To Empty, which has attributes for Charging Status, Charging Start Time, Charging End Time (predicted based on charge settings), and more. So it seems that creating a Template sensor for the Charging Status would be the first step, but this also doesnāt update in real-time as there is a delay of a few minutes.
Home Power Consumption reported through Tesla PowerWall integration, so I know that when my house is consuming more than 11.5kW of power, this particular EVSE without any sensor data is charging a vehicle.
There are two vehicles, both connected through the FordPass Integration above, so same limitations there.
There is another EVSE thatās on a 30Amp line, so it uses roughly half of the power of the other one. This EVSE has a Z-Wave switch and sensor on it, so it has near-real-time updates as to active consumption.
Iām ultimately exploring options to create a sensor for the EVSE that does not currently connect to HA, so it can track how much energy is consumed over time. I was thinking I could build some logic along the lines of IF one of the vehicles has charging status to X AND the overall consumption is greater than 11.5kW, then start this virtual sensor counter UNTIL the power consumption is reduced by 11.5kW OR the vehicle charging status changes. And this is why Iām asking for thoughts as it definitely complicates the normal virtual power sensor configurationā¦
I installed this great tool. Add al groups etc ā¦ since then my HA crash all the time. When I remove the tool everything is back to normal. Can this happen because all sensors with kHw, Watt, Volt etc will write to database and also powercalc will write to database. So there is an overkill of information?
Is it good to exclude all sensors from writing to database (recorder integration) and only let powercalc store in database?
Iām having some Hue bulbs that are powered off by a normal switch and therefore should become unavailable when turned off. (Im using Zigbee2Mqtt).
But where do they report that state?
Or how can i tell Powercalc that they are unavailable if the switch is turned off (itās also in HA through KNX integration).
Hard to say what causes this.
Itās definitely a good idea to only record states of stuff you need history / statistics of.
What kind of configurations do you use for powercalc? Any template sensors you use?
Maybe disable some powercalc entries until you find the culprit.
You can enable debug logging for powercalc and just monitor it for a bit to see if you see any strange things (like constant state changes or something like that).
Do you see a pattern in how long HA keeps running until it crashes?