Philo PAN04 Problem

Hi!

I have many PAN04 in my house, and I’m trying to switch from Vera to HASS.

So from start - i have problem with them - and strange thing is - three of them, where one works different from two others.

So, Device 1:

  • From webpanel - When i use Switch A, it toggle Light A, when use Switch B, it toggle Light B,
  • From wall - When i use Switch A, it toggle Light A, on webpanel in a moment Light A is on. When i use Switch B, it toggle Light B and on webpanel Switch A is on - until i manually refresh node or enable pooling - it switch to correct info.

Device 2 and 3:

  • Switching from webpanel switch them immediately. But, when using wall switches, I can wait for ages to change them on webpanel. Only when pooling is enabled - i see that correct one switched.

Anyone - had this problem (i saw on github that 2 years ago was some proposal of repair - i’ve tried it, it didn’t work at all…). Any proposal or solution, other than ‘throw away 15 of them’ ? :wink: Or if it is any way to solve it - can You recommend other in wall dual switches (or if there is - 4 way switches) which will work with hass, and send state update immediately from wall switch to app?

Edit:
Got some help using Vera support with Device 1 - but now, it behaves like Device 2 and 3:

Also, found out on z-wave log that i got message right after click on wall switch:

2020-04-25 13:43:39.924 Detail, Node013,   Received: 0x01, 0x0d, 0x00, 0x04, 0x00, 0x0d, 0x07, 0x60, 0x0d, 0x03, 0x00, 0x25, 0x03, 0x00, 0xb4
2020-04-25 13:43:39.924 Detail, 
2020-04-25 13:43:39.925 Error, Node013, Cannot find endpoint map to instance for Command Class COMMAND_CLASS_SWITCH_BINARY endpoint 3

Any ideas what could be done here?

With help of Phlio - completed configuration and working great!

Need to manually set group assosiation for Group 2 and Group 3 for each node (run zwave.change_association service):

association: "add"
node_id: <YOUR NODE ID>
group: 2
target_node_id: <YOUR CONTROLLER NODE ID>
instance: 1

and

association: "add"
node_id: <YOUR NODE ID>
group: 3
target_node_id: <YOUR CONTROLLER NODE ID>
instance: 1

Now - everything works as espected, each node update over a moment.