Page 1 of 1

PhilioTech PAN06 double relay switch issues

Posted: 23 Mar 2023 13:35
by Willem_K
Hi,

I have several Philiotech PAN06-1B double relay switches, but it is only recognised as one switch. The 2 relays can not be controlled seperately. Also I have the problem that this device is not reported to the z-wave.me integration in Home Assistant.
This is annoying as I am migrating from Domoticz to Home Assistant, while this PAN06 device is working in Domoticz without any problems.

I hope this issue can be solved in the Z-way software. @PoltoS ?

Thanks in advance.

Best regards,

Wille

Re: PhilioTech PAN06 double relay switch issues

Posted: 24 Mar 2023 04:35
by PoltoS
Please provide us with remote access and we will check it. For the HA, do you see other devices? Only PAN06-1 is missing in the integration? Or you see only the first channel but not the second?

Re: PhilioTech PAN06 double relay switch issues

Posted: 24 Mar 2023 20:22
by Willem_K
@PoltoS I have replied to your pm.

Re: PhilioTech PAN06 double relay switch issues

Posted: 28 Mar 2023 20:06
by PoltoS
It is a known bug in the device we found a month ago. It does not follow the Z-Wave specification in one report (MultiChannel Report). Z-Way was not using this report before but since 4.0.3 this function was enabled in Z-Way (dynamic channels rarely used in some devices) and the bug became apparent.

Domoticz and Z-WaveJS do not support this feature, so they were ignoring the bug like Z-Way before 4.0.3.

To fix it open the following link in your browser (you can replace https://find.z-wave.me with http://IP:8083 to use local connection):

Code: Select all

https://find.z-wave.me/JS/Run/nodeId=2;zway.InjectPacket(nodeId,[0x60,0x08,0x40,0x03])
Hope this helps!