This project is still in development. I'll be trying to keep a blog up to date with upcoming changes. Feedback is always appreciated.
Shower Power is an automated shower system that runs on an arduino nano to read a series of sensors and controls water valves to provide a great showering experience. The arduino will also broadcast it's status through a USB port to any system running the included node server. The node server then hosts a web interface that could be used through either a touch interface, mobile phone. Again it's early stages but eventually could add support for Google home voice commands and whatever else one wants. Idea being the arduino only responsible for operating the control logic and physical hardware, while another system communicates via usb for the interface to ensure stable operation.
Blog can be found here: http://AnAlphabetOfTech.blogspot.ca/2018/02/best-bathroom-you-could-ever-imagine.html
Details on circuit board development can be found here: https://easyeda.com/intrepidsquatter/Shower_Power-4be036e95bd34e78ba9c6e552bda6eff
If you’re able to contribute or see a way to make this better let me know. I’ll take all the help/advice I can get.
MIT License
Copyright (c) 2018 Josh H
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.