Metadata-Version: 2.1
Name: raspberrypi-mqtt-light-sensor
Version: 0.2.1
Summary: Reading a LDR with a raspberry pi and publishing the data via mqtt
Home-page: https://github.com/alexmohr/raspberrypi-mqtt-light-sensor
Author: Alexander Mohr
Author-email: pypy@mohr.io
License: MIT
Download-URL: https://codeload.github.com/alexmohr/raspberrypi-mqtt-light-sensor/tar.gz/0.2.1
Description: # Light Sensor MQTT 
        This repsository contains a simple light sensor for the raspberry pi. 
        Because the pi does not have any analog inputs the scripts measures how long it takes to charge a capacitor until the pi recognizes the voltage as logical one.
        
        The script will takes n measurements, averages them and publishes the result via MQTT.
        In my setup the MQTT data will be read by home assistant and is used to control the lights.
        
        ## Installation
        `pip install raspberrypi-mqtt-light-sensor`
        
        
Keywords: mqtt,rpi,raspberypi,light,sensor
Platform: UNKNOWN
Description-Content-Type: text/markdown
