[APP][Pro] Homewizard 🧙‍♂️

Not yet, it requires coding time to customize interval where it is now a static number per model.

1 Like

aah, okay. thanks for the answer!

But a note of warning, even a HomeyPro23 doesnt like 20 sockets pulling every second.

Here a crash report yesterday:


errno: 'ECONNRESET',
  code: 'ECONNRESET'
}
2025-04-11T10:30:01.952Z [err] [ManagerDrivers] [Driver:energy_socket] [Device:8b03b314-ff8c-4e96-ba52-dce577ce535f] TypeError: Cannot read properties of undefined (reading 'statusText')
    at /app/drivers/energy_socket/device.js:205:29
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

⚠ The app has crashed.
CPU Warning Limit Reached

⚠ The app has crashed.
CPU Warning Limit Reached

⚠ The app has crashed.
CPU Warning Limit Reached

1 Like

I also don’t think there is a need for every socket, Usually it concerns the return of the solar panels that you want to control. So per socket setting would be a nice future. :crossed_fingers:

To be clear, it was a question why polling was every 10 seconds. As it turns out, the Homey doesn’t handle 1 second very well. It’s fine that the update has been rolled back. But my Homey still gets an update every second. Not bad, but it still gives a problem sometimes.

In the energy graph I sometimes get crossing lines. Probably because Homey is being overloaded. So I think we can conclude that polling every 10 seconds is the best. (it remains a consumer system) That leaves one question open. How do I get my early 2019 Homey (12.4. 0) back to 10 second polling?

@Johan_Bruyn Install the latest version, 3.6.4.
Polling is reverted to 10 seconds.

That’s the funny thing, that’s the version that’s running.

Ok ok I will fix it. Hard to keep 16000+ users happy.

6 Likes

I think we are all happy with your will.
There is nothing you can do if the hardware is not compatible. Keep on the good work. :clap:

Thx but you don’t see the crash / debug reports.

3 Likes

For me I can’t find something that’s needed that 1 s polling and how to do that.
Therefore no idea to make and gives a crash / debug reports. :wink:

Try version v3.6.5 in test please

  • Adjusted P1 polling for Homey Early 2019 older/slower models (10s), HomeyPro2023 will stay 1s
7 Likes

At an early 2019, 10 seconds polling now works well again. Thank you!

And idea, make a “tikie” QR for donations. I don’t have PayPal. (ever had, but don’t take it again)

Never looked at “tikkie” problem is those are timebombed and need to be refreshed every few weeks. It’s ok @Johan_Bruyn.

Good day,

Is it possible to read the error codes from a plug-in battery and process them in flows? Unfortunately, I’ve encountered error codes several times that cause the battery to go inactive, and I would like to receive a notification for this (which currently doesn’t happen in the Homewizard app)

For your information. On an early 2019 a kilowatt hour meter gives an update every second. Plug I don’t know, because I don’t have one.

I only changed the P1, that was asked…

1 Like

Sadly no, the PIB API doesnt cater any error messages so this is something that needs to be added in the PIB firmware to support.

So far I don’t see any problem with the kWh meter.

Could the “problems” with the p1 meter come because a lot of things are triggered on it? And therefore a lot of calculations are done. (at 1 sec. polling on an early 2019)

test/beta → now live.
v3.6.6

  • Reverted interval back 10s as this has an increased load on some wifi networks and (older) homeys (Early2019). So only the HomeyPro2023 have P1 and kwh meters with a 1s interval.
2 Likes