Change the repository type filter
All
Repositories list
3 repositories
UsageLogServer
PublicApp that receives data from a microcontroller that is set up at your electricity meter, which at certain intervals will send an image to be processed, this then gets sent to a Python instance which will get the data read from the image. That data gets sent back and will be saved to the account this meter belongs to. This gives you the ability to…PythonImageProcessor
PublicPython script made to process images sent from the server, these images will be scanned, and your Electricity usage (day or night) data will be taken from these. This data then gets sent back to the server for further processing and saving.MicroProcessorController
PublicScript written in Micropython that will give the Freenove Wrover ESP32 CAM it's instructions to take a picture of your electricity meter with an interval. This data gets sent to the server by an REST API endpoint. There the data will get processed further. Script written in Micropython that will give the Raspberry Pico W it's instructions to tak…