소스 검색

added README.md

FloKra 2 년 전
부모
커밋
9303f82e3a
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -0,0 +1,9 @@
+## HomeServerIOExt
+
+When migrating my home control server from a Raspberry Pi to x86 hardware I needed an interface to connect some sensors (door contact, PIR sensors, temperature sensor) 
+which were previously connected to the RPi´s GPIOs. 
+
+This simple solution consists of an Arduino Nano which is connected to the host via USB and a daemon written in Python which publishes the states over MQTT. 
+
+The Arduino reads the sensors/IO-Pins and sends state changes via Serial. 
+The Python program runs as a daemon, receives the serial data and sends values/states to an MQTT broker.