Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/octopusengine/esp32-solar2

simple solar regulator - Micropython project
https://github.com/octopusengine/esp32-solar2

Last synced: 3 months ago
JSON representation

simple solar regulator - Micropython project

Awesome Lists containing this project

README

        

# esp32-solar2
simple solar regulator - Micropython project

v0.21 (2020)


from config import Config
conf = Config("solar2")
conf.set("influx_url","your.influx.net")
conf.save()