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: 3 months ago
JSON representation
simple solar regulator - Micropython project
- Host: GitHub
- URL: https://github.com/octopusengine/esp32-solar2
- Owner: octopusengine
- Created: 2020-04-25T07:30:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T16:36:51.000Z (over 4 years ago)
- Last Synced: 2024-04-22T12:36:20.409Z (7 months ago)
- Language: Python
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-micropython - esp32-solar2 - Simple solar regulator - MicroPython project. (Libraries / Sensors)
README
# esp32-solar2
simple solar regulator - Micropython projectv0.21 (2020)
from config import Config
conf = Config("solar2")
conf.set("influx_url","your.influx.net")
conf.save()