Thank you @Jeroen_Tebbens . That is no problem. I will wait for the next update.
Just saw the Dutch presentation from HomeWizard about Energy+ ( Live Event: āDit is Energy+ā - YouTube). They have some new features on a monthly subscription of ⬠0,99/month.
- Ghost usage
- Notifications of unusual usage
- 3-phase insight
- infinite data storage
- exporting data to csv
New FREE features will be:
- API also for kWh meters (!) - can be activated in the Energy app
- weekly report in the Energy app
Firmware 2.11, as of version 1.5.0 Homewizard Energy app you can enable Local API / Lokale API.
instellingen > meters > kwh meter > Lokale API.
BETA code released to allow support for phase 1 and 3 kwh meters. I donāt own these devices so this is a run at own risk and untested by me.
@Jeroen_Tebbens, you did a good job!!!
My 1 phase kWh meter has been updated to firmware version 2.15.
After updating the Homewizard app to beta version 2.0.5 it was possible to add the 1 phase kWh meter. Everything works well.
When searching for new ākwh meter (1 phase)ā devices, it also found this one:

The data are almost the same as the P1 Dongle is giving. But it is not showing everything. Normaly I have day and night metering.
Strange I donāt touch those. Default from Homey insight so do me a favor and sent me a PM with your api output for this device to verify.
P1 dongle api shows Watts in the api so not sure why you say it is wrong.

When you talk about āStroomverbruikā (Current in ENG), it must be in Amps. Watts is Power.
Now the chart says it would show a current chart but is actually showing a power chart with the name āStroomverbruikā
āStroomverbruikā is the default text from Homey so I must overwrite it with other text now to make it match your expectation.
Or remove it. Because āHuidig vermogenā is the same chart.
Sorry clueless, which capability you have as āStroomverbruikā in your insights if I dont have it as a capability in the driverā¦
"capabilities": [
"measure_power.active_power_w",
"meter_gas",
"meter_power",
"meter_power.consumed.t1",
"meter_power.produced.t1",
"meter_power.consumed.t2",
"meter_power.produced.t2",
"measure_power.l1",
"measure_power.l2",
"measure_power.l3"
],
"energy": {
"cumulative": true
},
"capabilitiesOptions": {
"measure_power": {
"title": {
"en": "Current usage",
"nl": "Huidig vermogen"
}
},
"measure_power.active_power_w": {
"title": {
"en": "Current usage all phases",
"nl": "Huidig gebruik alle fases"
}
},
"measure_power.l1": {
"title": {
"en": "Current usage phase 1",
"nl": "Huidig gebruik fase 1"
}
},
"measure_power.l2": {
"title": {
"en": "Current usage phase 2",
"nl": "Huidig gebruik fase 2"
}
},
"measure_power.l3": {
"title": {
"en": "Current usage phase 3",
"nl": "Huidig gebruik fase 3"
}
},
"meter_power.consumed.t1": {
"title": {
"en": "Total t1 usage",
"nl": "Totaal t1 gebruik"
}
},
"meter_power.produced.t1": {
"title": {
"en": "Total t1 deliver",
"nl": "Totaal t1 teruglevering"
}
},
"meter_power.consumed.t2": {
"title": {
"en": "Total t2 usage",
"nl": "Totaal t2 gebruik"
}
},
"meter_power.produced.t2": {
"title": {
"en": "Total t2 deliver",
"nl": "Totaal t2 teruglevering"
}
},
"meter_power": {
"title": {
"en": "Total usage KWh",
"nl": "Totaal verbruik KWh"
}
}
}
You are Incorrect.
amperage = stroom (so no āverbruikā/āusageā as suffix).
It still isnāt correct as āstroomverbruikā (capability: meter_power) should be in kWh though, seems more like an Homey or WebUI error then an app error.
And the value being incorrectly chosen/displayed in the GUI
Try rebooting your Homey and see if that fixes it.
Reboot didnāt solve the problem.
But am I the only one with charts named āstroomverbruikā and showing power (W)? Donāt think so⦠
André-Marie Ampère (1775-1836) would not be happy with that⦠
Not my problem, am just another developer utilizing Athom/Homey sdk code.
Donāt shoot the messenger and it is all volunteering work.
Seems like the insight gui is acting on its own as I have flagged Huidig Vermogen and not vermogen or Stroomverbruik as per insight.
So this needs to go to support @ athom not matching the code what the driver covers.
Iām not blaming you at all. Letās see if Homey can do something about it.
Edit: I have send a feature request to Homey and got an answer that they agree it is wrong and will (try to) look at it.
hey , @Jeroen_Tebbens
is it true that the value of the kWh meter indicates negative values. while via energy link the values āāare positive.





