Got a new Philio PAN06-01B, it did include OK but had no configuration options.
(This is tested on Domoticz on Raspberry/Razberry and OpenZwave.)
I do have an PAN06-1B but the included manual and the only spec’s I could find in the internet are for the PAN06-1A and therefore labeled this file as PAN06-1A
Here is a short instruction and the required XML file:
1. Copy the attached file "pan06-1A.xml" to "/home/pi/domoticz/Config/philio"
2. Edit "/home/pi/domoticz/Config/manufacturer_specific.xml"
Find the section for vendor "Philio" and add the line
"<Product type="0001" id="0013" name="PAN06-1A In Wall Dual Relay (1 Way) Switch Module" config="philio/pan06-1A.xml"/>"
The whole section should look like this:
Code: Select all
<Manufacturer id="013c" name="Philio Technology Corporation">
<Product type="0001" id="0001" name="PAN11-4 Smart Energy Plug In Switch"/>
<Product type="0001" id="0003" name="PAN04-1 Double Relay Switch 2x1.5kW with Power Measurement" config="philio/pan04.xml"/>
<Product type="0001" id="0004" name="PAN06-1 In Wall Dual Relay (1 Way) Switch Module"/>
<Product type="0001" id="0006" name="PAN08-1 In Wall Roller Shutter Controller"/>
<Product type="0001" id="0012" name="PAN04-1 Double Relay Switch 2x1.5kW with Power Measurement" config="philio/pan04.xml"/>
<Product type="0001" id="0013" name="PAN06-1A In Wall Dual Relay (1 Way) Switch Module" config="philio/pan06-1A.xml"/>
<Product type="0002" id="0002" name="PSM02-1 Slim Multi-Sensor" config="philio/psm02.xml"/>
<Product type="0002" id="000c" name="PST02-A 4 in 1 Multi-Sensor" config="philio/pst02.xml"/>
<Product type="0002" id="000d" name="PST02-B PIR/Motion 3 in 1 Sensor" config="philio/pst02-b.xml"/>
<Product type="0002" id="000e" name="PST02-C Door/Window 3 in 1 sensor" config="philio/pst02-1c.xml"/>
</Manufacturer>