[APP][Pro] Homewizard πŸ§™β€β™‚οΈ

Good sounds like it is sorted/fixed.
I pushed 2.1.11 to athom for stable.

Thx for donation :+1:t2:

1 Like

Test/beta:

v2.1.13

  • Added AbortController & FetchError catch error handling
  • titleFormatted added for some action and condition flow cards
1 Like

Test/beta:

v2.1.15

  • Rainmeter fix (non zero values resulted in an error during update)

@Jeroen_Tebbens: is de P1 dongle niet meer supported in de app? Sinds update is de dongle niet meer bereikbaar.

Should be there. At least I still have it, guess it must be something local to you?

Ik heb hetzelfde probleem, niet meer bereikbaar

Homey opnieuw opstarten fixte het probleem voor mij.

v2.1.16

  • Adjusted mdns condition check as it was matching the wrong devices
1 Like

Since the latest update the 1fase kWh meter is gone. The other Dongle and Energy Sockets are still available. Can you look into it?

Try to add it again? Sure local API is enabled in the HW energy app?

It worked fine until the update. I’ve changed nothing, After the update the kwh meter was not Active anymore. With reconnect it was not recognized. I, reinstalled the app. No success. A reboot of the homey die not help. So what next?

You changed nothing, but things can … did you even check that setting? :upside_down_face:

Got over 3000 installs of which 130 use that 1 phase kWh sdm230. Must be a mdns issue with your homey,kWh meter or router.

Hit diagnostic report in my app perhaps I can see an error.

22bbd604-87ed-4a85-82b4-151acfb3fe28 Is the report.

Did you remove the kWh meter or is still in Homey? I see two sockets and one p1 meter.

2022-05-18 14:47:10 [log] [ManagerDrivers] [energy_socket] [645ac367-69c7-470c-a136-64895e81179d] URL: http://192.168.2.11:80/api/v1
2022-05-18 14:47:10 [log] [ManagerDrivers] [energy_socket] [67e04c44-2964-4814-923f-d559b760dd93] URL: http://192.168.2.13:80/api/v1
2022-05-18 14:47:10 [log] [ManagerDrivers] [energy] [6dfe5045-1fd7-45f7-941a-6c588f928994] URL: http://192.168.2.44:80/api/v1

I have one P1 meter, two energy_sockets and a 1 fase Kwh meter. Homey won’t find the Kwh meter. When I try to add, I see one second connect this unit and then there are no units found. It was always visible. But since the latest update it was not reachable anymore. So I removed it, and tried to ad it again.

Did you restart Homey?

Am a bit lost here how the kwh1 and kwh3 (SDM230 and SDM630) announce themselves via mdns.
I seek txt.product_type=SDM230-wifi as documented by Homewizard but I dont have any of these devices myself to confirm that.

"SDM230": {
  "type": "mdns-sd",
  "mdns-sd": {
    "name": "hwenergy",
    "protocol": "tcp"
  },
  "id": "{{txt.serial}}",
  "conditions": [
    [
      {
        "field": "txt.product_type",
        "match": {
          "type": "string",
          "value": "SDM230-wifi"
        }
      },
      {
        "field": "txt.product_type",
        "match": {
          "type": "string",
          "value": "SDM230-wifi"
        }
      }
    ]
  ]
}

Not sure if there someone within this group that owns a kwh1/kwh3 meter and knows how to use avahi-browse?

avahi-browse _hwenergy._tcp -r

thx