Table of Contents

Quick project: Adding support for swimmingpool pump activation schedule [nodejs]

Hi everyone, here is a very quick post on the update I'm adding on my “NervSwimPool” project, which is a simple NodeJS project I built to get remote access to our swimmingpool devices (pump, robot, light, etc). I could explain this further to give a bit more context for this article, but, I feel lazy to do it, because I already lost some good time restoring my network access to the raspberry pi device hosting the program (stupid old/invalid network gateway setting of course).

⇒ So let's just get straight into the problem.

Main app entry point

Adding support for schedule handling

Fixing the timezone

Updated pump schedule function

Auto-disable pool robot

Conclusion