Ecosyste.ms: Awesome

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

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

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

Last synced: 2 months ago
JSON representation

simple solar regulator - Micropython project

Lists

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()