seit ich das neueste Release installiert habe sehe ich immer folgende Fehler:
2017.10.19 08:12:03 1: Including ./FHEM/rw_GPIO_I2C.cfg
2017.10.19 08:12:09 1: Can't open file: Interrupt, active_low
Meine Config:
###Interrupt A&B#### Pin 15 -- GPIO22
define Interrupt RPI_GPIO 22
attr Interrupt direction input
attr Interrupt active_low yes
attr Interrupt interrupt both
attr Interrupt userReadings test {fhem ("get icMCP23017")}
# Am neuen RAspi Kommt alles auf Adresse 0 -- beim alten auf 1 !!
define i2cBus RPII2C 1
###MCP23017-0x20###
define icMCP23017 I2C_MCP23017 0x20
attr icMCP23017 IODev i2cBus
Was ist das Problem ?
neues Release von Raspbian?
neues Release von FHEM?
wenn raspbian dann musst zurück auf nen alten Kernel.
--> https://forum.fhem.de/index.php/topic,73758