# Multiple Homewizard P1 meters to Homey?

**URL:** https://community.homey.app/t/multiple-homewizard-p1-meters-to-homey/150254
**Category:** Questions & Help
**Tags:** homey-pro
**Created:** [January 29, 2026, 9:58am UTC](https://community.homey.app/t/multiple-homewizard-p1-meters-to-homey/150254 "2026-01-29T09:58:40Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Cees\_Hosman](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/cees_hosman/32/153439_2.png) [@Cees\_Hosman](https://community.homey.app/u/Cees_Hosman)
#### Post date: [January 29, 2026, 9:58am UTC](https://community.homey.app/t/multiple-homewizard-p1-meters-to-homey/150254/1 "2026-01-29T09:58:40Z")

</div>

I have my Homeward P1 and 3fase kWh meters connected to homey and that works well.

Now have more P1 meters and kWh meters connected in the same Homeward app (different houses).

Those other houses with P1 are on a different Wifi network than the Homey. How can I connect these to one homey ?

---

<div class="post-metadata">

### Author: ![smarthomesven](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/smarthomesven/32/79712_2.png) [@smarthomesven](https://community.homey.app/u/smarthomesven)
#### Post date: [January 29, 2026, 10:49am UTC](https://community.homey.app/t/multiple-homewizard-p1-meters-to-homey/150254/2 "2026-01-29T10:49:33Z")

</div>

Maybe this app works?

> **[HomeWizard Energy Cloud | Homey](https://homey.app/en-us/app/app.hwenergy/HomeWizard-Energy-Cloud/test/)**
>
> HomeWizard Energy, but via the cloud

I built for an app request a while back but I’m not sure if it still works. It only supports live power, if you need any more features (all local features are also supported, just not implemented) please let me know

---

<div class="post-metadata">

### Author: ![Cees\_Hosman](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/cees_hosman/32/153439_2.png) [@Cees\_Hosman](https://community.homey.app/u/Cees_Hosman)
#### Post date: [January 29, 2026, 12:01pm UTC](https://community.homey.app/t/multiple-homewizard-p1-meters-to-homey/150254/3 "2026-01-29T12:01:16Z")

</div>

Yes it works well, It just want I need. Thank you

Now only the P1 meter, but it would be nice if the KWH meters (1 and 3 phase) and the energy plus would also work

---

<div class="post-metadata">

### Author: ![Jeroen\_Tebbens](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/jeroen_tebbens/32/62246_2.png) [@Jeroen\_Tebbens](https://community.homey.app/u/Jeroen_Tebbens)
#### Post date: [January 31, 2026, 11:38am UTC](https://community.homey.app/t/multiple-homewizard-p1-meters-to-homey/150254/4 "2026-01-31T11:38:08Z")

</div>

Hi, admire your effort but I also have to point that I have contact with Homewizard on a regular basis to what level it is ok to use [https://hwenergy.app](https://hwenergy.app) site as source to gather / use data.  
I recently added the watermeter that is battery based and only updates 4x a day to the cloud and hence a way to get this now added as part of the Homewizard app I maintain.  
The other sources like P1, kwh are different ball game as should be considered with caution and therefor I have not added those yet as the usecase(s) need to be clear and aligned what Homewizard. Also to avoid any misunderstanding for users on P1 (local api / real time data) and (p1 cloud based +5min aggregates).

---

<div class="post-metadata">

### Author: ![smarthomesven](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/smarthomesven/32/79712_2.png) [@smarthomesven](https://community.homey.app/u/smarthomesven)
#### Post date: [January 31, 2026, 12:09pm UTC](https://community.homey.app/t/multiple-homewizard-p1-meters-to-homey/150254/5 "2026-01-31T12:09:10Z")

</div>

My app uses the WebSocket connection that the Android app uses (the Android app was reverse engineered using HTTP Toolkit, a rooted emulator and Frida interception method). It uses the default update interval (40 seconds). I didn’t make it subscribe to the WS that the “Now” tab (which is 1 second updates) uses, to save server resources.

It uses the regular API that the HomeWizard Energy Android app uses for login and token refresh

---

<div class="post-metadata">

### Author: ![smarthomesven](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/smarthomesven/32/79712_2.png) [@smarthomesven](https://community.homey.app/u/smarthomesven)
#### Post date: [January 31, 2026, 12:15pm UTC](https://community.homey.app/t/multiple-homewizard-p1-meters-to-homey/150254/6 "2026-01-31T12:15:38Z")

</div>

> [@Jeroen\_Tebbens](#):
>
> (p1 cloud based +5min aggregates).

You also receive 40 second realtime information about power usage, it’s just not visible in the app. When you click the Now tab in the mobile app, it connects a second WebSocket which then provides 1 second realtime data. The 5 min aggregates are just what’s used to display the graphs/what’s stored in the HomeWizard timescaledb server.

How did you reverse engineer it? The hwenergy.app site uses polling AFAIK, I don’t recommend to use that. The Android app server provides way more data via WS

---

<div class="post-metadata">

### Author: ![Jeroen\_Tebbens](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/jeroen_tebbens/32/62246_2.png) [@Jeroen\_Tebbens](https://community.homey.app/u/Jeroen_Tebbens)
#### Post date: [January 31, 2026, 12:28pm UTC](https://community.homey.app/t/multiple-homewizard-p1-meters-to-homey/150254/7 "2026-01-31T12:28:08Z")

</div>

I use the python code that is on github for Home Assistant and made that working for Homey.

---

<div class="post-metadata">

### Author: ![smarthomesven](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/smarthomesven/32/79712_2.png) [@smarthomesven](https://community.homey.app/u/smarthomesven)
#### Post date: [January 31, 2026, 1:12pm UTC](https://community.homey.app/t/multiple-homewizard-p1-meters-to-homey/150254/8 "2026-01-31T13:12:15Z")

</div>

I don’t know what code HA uses, but my code uses a reverse engineered API that I reverse engineered myself.

What server is being used? `hwenergy.app` or `energy-app-ws.homewizard.com`/`homes.api.homewozard.com`?

---

<div class="post-metadata">

### Author: ![Jeroen\_Tebbens](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/jeroen_tebbens/32/62246_2.png) [@Jeroen\_Tebbens](https://community.homey.app/u/Jeroen_Tebbens)
#### Post date: [January 31, 2026, 1:27pm UTC](https://community.homey.app/t/multiple-homewizard-p1-meters-to-homey/150254/9 "2026-01-31T13:27:23Z")

</div>

Lets discuss privately rather pushing here 🙂
