How can we get all the data that is on api/v1/telegram to HA? Currently, P1 just sends the data from api/v1/data.
Hi,
I’ve issues to synchronize P1 with HA but in the Energy app from Home wizard everything is OK.
My issue seems very similar to this one 87432 which is supposed to be closed. I’ve tried to power off 5 min and plug it again, it works when I plug it then stops.
My P1 meter has SW5.19 (says no update availble for firmware) and my HA is on the latest core version 2024.11.0.
@DCSBL any idea what can be wrong ?
I’m connected over WiFi with a quite poor connection but as data on the Energy app is OK it should be OK in HA no ?
I’m in Switzerland if it can have any impact.
Thank you in advance
Does anyone have any idea why both of my tarrifs are not showing? I can only see T2. This is the data from diagnostics:
"data": {
"wifi_ssid": "**REDACTED**",
"wifi_strength": 74,
"smr_version": null,
"meter_model": "ISKRA 2M551T-200",
"unique_meter_id": "**REDACTED**",
"active_tariff": null,
"total_energy_import_kwh": 5365.081,
"total_energy_import_t1_kwh": 2182.155,
"total_energy_import_t2_kwh": 3182.926,
"total_energy_import_t3_kwh": null,
"total_energy_import_t4_kwh": null,
I have sum, t1 and t2. But in HA I can only see the sum and T2, not T1:
"total_energy_import_kwh": 5365.081,
"total_energy_import_t1_kwh": 2182.155,
"total_energy_import_t2_kwh": 3182.926,
You may have the same issue as found here: Missing value HomeWizard P1 total_power_import_t1_kwh · Issue #133379 · home-assistant/core · GitHub
Do you have my any change disabled ‘export’ totals?
Yes this is exactly the same issue that user is having. I have replied to the topic. No idea where or how to “disable ‘export’ totals” or every why this is needed.
Edit: Oh sorry. I see you are same author. I wrote more details to the Github ticket. For sure this is a bug. I have two tarrif. Low and high. And both produce values which are then summed. Only input, not export. So this should be correctly displayed in integration.
Who can help me with this? I have solar panels. I would like to know my current net consumption (kW). As far as I know, the P1 meter shows the export/import consumption.
I have 2 sensors:
A) sensor.solar_invertor_current_power (kW)
B) sensor.p1_meter_actueel_vermogen (current power consumption, kW)
Situation 1 The Sun production is bigger than my consumption
A>B
A-B = (current power consumption, kW)
Situation 2 My consumption is bigger than my sun production
A<B
B-A = (current power consumption, kW)
I have created 2 template sensors
A-B = (current power consumption, kW)
B-A = (current power consumption, kW)
The P1 meter can have “negative” current power consumption when the inventor produces more energy than my house uses.
How can I create 1 sensor for both situations?
Hello,
I would like to track my current consumption on my energy dashboard as I have solar panels.
It seems I don’t have the current consumption as a sensor even with the p1 meter. In only have export and import sensors…
Do I need to subscribe to the Home Wizard Energy + service and then link it to my inverter ?
Thanks
You don’t need to subscribe to the energy + service.
Here is my energy panel configuration and the energy display.
The energy usage (consumption and injection) comes from the Homewizard P1 meter,
And the solar production data comes from another integration, that reads the data directly from my solar invertor.
Hi, I want to add my HomeWizard P1 meter to HA, but have a weird situation. I get the error ‘device not reachable’ when adding the integration.
When I go to the URL /API/v1/data I get the data (on my phone and the laptop).
When I ping with the ping integration in HA, the ping is not successful.
So other devices can reach the IPaddress, but HA not. I have other integrations working fine.
My router is a tplink deco and everything connects to the guest network.
Any idea’s what the problem is? Thanks!
Can you try to move everything from the guest network to the internal tp link network?
And double check that everything is on the internal network? And then try again?
I don’t have tp link equipment. But generally speaking guest networks have all kind of restrictions. Like a device on a guest network cannot reach stuff which is in the internal network.
So if your HA is on the guest network and the P1 meter is on the internal network then HA is blocked from accessing the P1 meter.
Start with everything in the internal network