Page 7 of 7

Re: Plugin - Homewizard

Posted: Sunday 19 April 2020 10:28
by MAGPeters
All,

I have installed the Homewizard plugin on my Raspberry Pi (Domoticz 2020.1 running). On Homewizard i have a variety of switches and temp sensors. But also a EnergyLink and a Heatlink. I have some problems:

1. I get the data from the switches and temp/humidity sensors. But they dont seem to update automatically. Which parameters should i apply with the Homewizard as 'device'?
2. Seems that i heatlink and energylink dont update at all
3. I get the following error messages:

2020-04-19 10:16:38.582 Error: (Homewizard) 'onHeartbeat' failed 'KeyError'.
2020-04-19 10:16:38.582 Error: (Homewizard) ----> Line 776 in '/home/pi/domoticz/plugins/domoticz-homewizard/plugin.py', function onHeartbeat
2020-04-19 10:16:38.582 Error: (Homewizard) ----> Line 328 in '/home/pi/domoticz/plugins/domoticz-homewizard/plugin.py', function onHeartbeat
2020-04-19 10:16:38.582 Error: (Homewizard) ----> Line 344 in '/home/pi/domoticz/plugins/domoticz-homewizard/plugin.py', function hwConnect
2020-04-19 10:16:48.601 Error: (Homewizard) 'onHeartbeat' failed 'KeyError'.
2020-04-19 10:16:48.601 Error: (Homewizard) ----> Line 776 in '/home/pi/domoticz/plugins/domoticz-homewizard/plugin.py', function onHeartbeat
2020-04-19 10:16:48.601 Error: (Homewizard) ----> Line 328 in '/home/pi/domoticz/plugins/domoticz-homewizard/plugin.py', function onHeartbeat
2020-04-19 10:16:48.601 Error: (Homewizard) ----> Line 344 in '/home/pi/domoticz/plugins/domoticz-homewizard/plugin.py', function hwConnect
2020-04-19 10:16:49.423 Error: Homewizard hardware (7) nothing received for more than 30 Minutes!....


I could use some assitance. Thanks!

Michel

Re: Plugin - Homewizard

Posted: Friday 10 February 2023 18:54
by Drees
I installed the plugin from https://github.com/rvdvoorde/domoticz-homewizard
I see a (new) hardware 'Homewizard'

I used this:
IP Address: adres of the P1 meter
Port: 80
Password: I use for all my devices
Poll interval: 15 (default)
full update 10 (default)

I hope someone can help me, I don't get a new devices with a IDX.
and the logs said

2023-02-10 18:48:10.033 HW: Pushing 'onHeartbeatCallback' on to queue
2023-02-10 18:48:10.083 HW: Processing 'onHeartbeatCallback' message
2023-02-10 18:48:10.083 HW: Acquiring GIL for 'onHeartbeatCallback'
2023-02-10 18:48:10.083 HW: Calling message handler 'onHeartbeat' on 'module' type object.
2023-02-10 18:48:10.084 HW: Sending command: get-status
2023-02-10 18:48:10.108 HW: Acquiring GIL for 'onHeartbeatCallback'

someone know what is wrong?
I checked the Python version on my PI 3.9.2

note: I can read out the data with a KNX server, without any problem.

Re: Plugin - Homewizard

Posted: Friday 10 February 2023 22:51
by azonneveld
Drees wrote: Friday 10 February 2023 18:54 someone know what is wrong?
You are using the wrong hardware module.

Try this: viewtopic.php?p=297369#p297369

Re: Plugin - Homewizard

Posted: Sunday 12 February 2023 16:22
by Drees
azonneveld wrote: Friday 10 February 2023 22:51 You are using the wrong hardware module.

Try this: viewtopic.php?p=297369#p297369
Thanks, this is working well.