[APP][Pro] Homewizard 🧙‍♂️

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

The new app version of Homewizard Energy is available (version 1.5.0 -23).
Local API can not be activated yet for the kWh meters. I think we have to wait for new firmware for them.

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.

1 Like

@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:
2021-06-07_162314

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.

Homewizard app 2.0.5 beta

The chart from Insight are not right for the Current. Current should be in Amps, not in Watts. It looks like both Power and Current are the same charts :wink:

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 is doing the same, both current and power in Watts. Other devices like NEO Coolcam do it right.


I will sent you my API output, but think the problem is somewhere else.

P1 dongle api shows Watts in the api so not sure why you say it is wrong.

image

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… :grimacing:

I have stroomverbruik (which seems to be a default additional option in insight). Funny enough mine does NOT show the Huidig Vermogen but states “Vermogen” which also is in watts. So yes its watts for me.

André-Marie Ampère (1775-1836) would not be happy with that… :wink:

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.

1 Like

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.

1 Like


hey , @Jeroen_Tebbens
is it true that the value of the kWh meter indicates negative values. while via energy link the values ​​are positive.