├── .gitattributes ├── Connected Light Meter └── Connected_Light_Meter_Transmitter_ESP32V1 │ ├── Connected_Light_Meter_Transmitter_ESP32V1.ino │ ├── MQTT.h │ └── TCS34725.h ├── Grafana-Dashboard.json ├── Node-Red Flow.json └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Raspberry-Pi-Server/HEAD/.gitattributes -------------------------------------------------------------------------------- /Connected Light Meter/Connected_Light_Meter_Transmitter_ESP32V1/Connected_Light_Meter_Transmitter_ESP32V1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Raspberry-Pi-Server/HEAD/Connected Light Meter/Connected_Light_Meter_Transmitter_ESP32V1/Connected_Light_Meter_Transmitter_ESP32V1.ino -------------------------------------------------------------------------------- /Connected Light Meter/Connected_Light_Meter_Transmitter_ESP32V1/MQTT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Raspberry-Pi-Server/HEAD/Connected Light Meter/Connected_Light_Meter_Transmitter_ESP32V1/MQTT.h -------------------------------------------------------------------------------- /Connected Light Meter/Connected_Light_Meter_Transmitter_ESP32V1/TCS34725.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Raspberry-Pi-Server/HEAD/Connected Light Meter/Connected_Light_Meter_Transmitter_ESP32V1/TCS34725.h -------------------------------------------------------------------------------- /Grafana-Dashboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Raspberry-Pi-Server/HEAD/Grafana-Dashboard.json -------------------------------------------------------------------------------- /Node-Red Flow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Raspberry-Pi-Server/HEAD/Node-Red Flow.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Raspberry-Pi-Server/HEAD/README.md --------------------------------------------------------------------------------