You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I`m opening an issue to bring up a large change I would like to create a pull request for.
I`m adding some features to the system and would like to check if it would be ok to initiate a pull request.
A summary of the new features (Its been a couple years since I forked it, so I might have missed a couple small things)
Auto-discovering of sensors using mDNS (no need to hardcode server IP to Arduino, and the server doesn`t need a static IP in the network).
Setting sensor "Nicknames". I now use the sensor MAC as its name, to avoid having to hardcode the sensor name in Arduino
Sensor wifi auto-setup with captive portal, avoiding hardcode wifi password to Arduino.
Items 1, 2 and 3 allow sensors to be flashed with the code straight out of github. The user then plugs it in, connects to its wifi, chooses the ssid and sets the password, and the sensor is good to go.
Battery mode allows sensors to send data and go into a deep sleep, allowing them to run on batteries.
Rewrite calls to backend to avoid having to set the server ip in the Docker-compose file. We can now publish the server straight to docker with no requirement for the user to edit any files.
Set sensor preferences through the front end. they get synced when the sensor uploads data (Battery mode on/off, sending interval)
Allow pumps and sensors to be on the same or different ESP devices. We can use an ESP for all the pumps, or connect the pump directly to each sensor.
Modifications to allow it to run in docker in a Windows computer (in WSL) or Linux. No need for a Rasberry Pi board.
I`m opening an issue to bring up a large change I would like to create a pull request for.
I`m adding some features to the system and would like to check if it would be ok to initiate a pull request.
A summary of the new features (Its been a couple years since I forked it, so I might have missed a couple small things)
To do / WIP:
The text was updated successfully, but these errors were encountered: