Replies: 4 comments 1 reply
|
@Paragalla We're not using the cloud API at this point, according to the dumps I've seen, the individual phase power should be available though. Please check the diagnostic dump you can fetch from the integration. It should actually show the values you're looking for. Also, I'm assuming that you're already seeing the powermeters itself with their total consumption. So it could be implemented, if someone finds the time for it (PRs welcome, AI if and only if you're a seasoned Python programmer). Please confirm both assumptions, that we can transform this into an issue. |
"get_powermeters_data": [ there are 3 blocks looking the same that fit to your description, ENERGY POWER and VOLTAGE
"e3dc_config": { all 3 powermeters are listeted ... with their E3DC given names - and yes, i use the total measurement of these powermeters allready sensor.s10x_additional Just would love eahc of the L1 L2 L3 values of Voltage, kW and kWh Hope that was the answer you asked me for |
|
just wanted to add, that I can find the values, that I am looking for, in the dump file (see below) but I do not have any idea how to use them in my HomeAssistant. Can you tell me the names of the entities ? "get_powermeters_data": [ |
|
If I only knew ..... |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have 2 additional PMs,
1 for the heatpump (sensor.s10x_additional_consumption)
1 for extra mini PVs (sensor.s10x_additional)
Is ist posssible to get the data of each of the phases of the PMs ?
tried to find more infos on https://api.e3dc.com/
Model 2: Consumption L1 - umberpower consumtion at Phase L1, ac value
so it seems to get data for each phase / line
All reactions