Code Monkey home page Code Monkey logo

py-pool-controller's Introduction

pyPool Controller (planned)

Python based implementation of Pool Controller.

Porting the C-implementation based on ESP8266 on Micro-/Circuit-Python for Raspberry Pico (RP2040) and/or ESP32.

Hacktoberfest

Hacktoberfest 2022

I am a beginner in programming with Python. But I have had enough of C! I want to learn Python on micro circuits (ESP32, Raspberry Pico RP2040) and port Pool Controller which is now working for years! Who could help me to start an initial base for professional setup of the project?

Let us code a new cool version for next summer season!

How to contribute:

  1. โญ the repository
  2. Pick an existing issue or create a new one (new feature or bug fixing)
  3. Fork the repository and start working on your branch
  4. Create a Pull Request to the original repo and wait for a code review (expect <12h)
  5. Have fun and learn new things

Happy coding ๐Ÿš€

Community

Join the community on Discord

Development

Installing MicroPython/CircuitPython

> esptool --chip esp8266 --port COM12 erase_flash
> esptool --port COM12 --baud 460800 write_flash --flash_size=detect 0 .\adafruit-circuitpython-ai_thinker_esp_12k_nodemcu-de_DE-8.0.0-beta.4.bin

esptool.py --chip esp32 --port COM10 --baud 460800 write_flash -z 0x1000 ./firmware/esp32-20190125-v1.10.bin

py-pool-controller's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

py-pool-controller's Issues

Captive-Portal for initial setup

Use captive portal (controller intitilizes WiFi access point) for initial startup to set WiFi and additional settings like mqtt server name.

Add rules

Rule: Manual

The pump for cleaning and solar heating are enabled/disabled completely manual and independent.

Rule: Timer

This rule enables the cleaning pump based on timer settings. Solar heating is disabled.

Rule: Auto

This rule enables the cleaning pump based on timer settings. Solar heating is enabled smart if cleaning pump is enabled by timer and the heat storage tank has enough temperature.

If the maximum temperature of the pool water is reached, the solar heating is disabled.

Rule: Boost

Heating of pool water with all power.

See origin rules: https://github.com/smart-swimmingpool/pool-controller/blob/master/docs/users-guide.md#rules

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.