I have a VERY similar sensor called PH.PST02-4c.AU that I'm using with a driver from @Royski ( Zipato 3 in 1). AU because I've got the Aussie version.
It happily detects Door/Window + Temperature and Illuminance.
Now I have tried them all. I get no response at all. The current status is empty. I have tried to detect the Z-wave device (including putting the device in pair mode) but no dice
You might want to try installing the basic Zwave tool driver from the Hubitat Github repository.
I believe that should allow all available capabilities to be discovered.
Also are you sure that the frequency of the unit you have is matched to the Hubs Zwave frequency?
Thanks for your help. What do you exactly mean by matched to the hubs Zwave frequency?
I have tried to find Z-wave devices multiple times using the instructions for pairing in the manual. I have put the device very close the the Hubitat. I have tried excluding and including Z-wave devices, but no result.
Because several people in this thread have been successful in including versions of the Philio multisensor I would think the device is compatible with the Hubitat one way or another. The only thing that might be different is that I live in Europe and use the European hubitat.
there are different frequencies used by Zwave around the world.
E.g US Zwave products/sensors do not match the Aussie Zwave Hub.
A US Zwave hub will not find European Zwave sensors
I have checked that. I have an EU Hubitat and the Philio is working on the European frequency. So that should not be the problem. I received new instructions for resetting the sensor:
"reset the Philio by pressing the tamper key 4 times within 1,5 seconds and at the 4th time keep the key pressed until the LED turns on. After 3 second the LED will turn off. Release the tamper key within 2 second. If the LED turns on for 1 second the reset is succesful. After that you can put the hub in inclusion mode and add the Philio by pressing the tamper key 3 times."
I think I have been able to reset the sensor but unfortunately I have not been able to include the Philio to Zwave.
Did you get the pairing issue sorted with your Philio device because 1 of my "3 in 1's" is misbehaving.
I can reset it and then pair it but then it does not respond to ANYTHING and is useless.
Using this driver, I successfully moved some PST02-1 devices (Type A+B+C) from Vera.
Thank you.
I took a piece of this code to enhance the community driver for Philio PAT02-B to PAT02-A. Testing it, I had to fix an issue in this code.
Sorry, but this leads me to a stupid question (of a novice):
Are the code lines 186, 198, 234 correct?
if (logEnable) log.debug "PST02: BatteryReport ${cmd.toString()}}"
if (logEnable) log.debug "PST02: SensorBinaryReport ${cmd.toString()}}"
if (logEnable) log.debug "PST02: Catchall reached for cmd: ${cmd.toString()}}"
or better:
if (logEnable) log.debug "PST02: BatteryReport ${cmd.toString()}"
if (logEnable) log.debug "PST02: SensorBinaryReport ${cmd.toString()}"
if (logEnable) log.debug "PST02: Catchall reached for cmd: ${cmd.toString()}"