I have to configure 8 contact sensor connected to a PCF8574…
work well in the shell that show the change of status but not in pimatic
{
"plugin": "cron"
},
{
"plugin": "mobile-frontend"
},
{
"i2cBusNr": 1,
"plugin": "pcf8574",
"active": true
}
],
"devices": [
{
"address": "0x3c",
"inputChangeDetection": "none",
"id": "i2c-3c",
"name": "i2c 3c",
"class": "PCF8574IC"
},
{
"PCF8574IC": "i2c-3c",
"pinNumber": 0,
"inverted": false,
"id": "input-0",
"name": "Input 0",
"class": "PCF8574ContactSensor"
},
{
"PCF8574IC": "i2c-3c",
"pinNumber": 3,
"inverted": false,
"id": "input-3",
"name": "Input 3",
"class": "PCF8574ContactSensor"
}
],
thanks