Hallo,
noch nutze ich Pimatic, dort nicht mit ESPeasy, sondern mit ESPimatic.
https://github.com/koffienl/ESPimatic/wiki
Theoretisch müsste ich das Modul doch auch in FHEM nutzen können, oder?
Noch werden nicht so viele Aktoren/Sensoren wie in ESPeasy unterstützt, aber
soll noch kommen.
Frage, wie binde ich das device in FHEM ein?
Mit folgenden Befehlen schalte ich das Modul, Relais:
AN:
curl --silent --data 'action=relay1&value=on' http://192.168.1.44/api
AUS:
curl --silent --data 'action=relay1&value=off' http://192.168.1.44/api
STATUS:
curl --silent --data 'action=relay1&value=status' http://192.168.1.44/api