tagyoureit

Results 40 comments of tagyoureit

Can you start by changing the logging in REM to silly and log to file? And then toggle the relays and upload the file in the `/logs` directory here?

I had this [enabled](https://github.com/tagyoureit/nodejs-poolController/blob/master/web/Server.ts#L770) at some point in the past. Maybe it was with Express 3? It shouldn't be too hard to add back in. One of us will look...

Are you not able to keep a consistent chlorination level (and I use consistent lightly because ORP changes with temp, # of swimmers, flow, etc)? You could certainly wire something...

I'm not a docker expert... but the app takes care of copying the defaultConfig.json to config.json. Have you used the template docker config files from the [wiki](https://github.com/tagyoureit/nodejs-poolController/wiki/Docker)? These map the...

From my little bit of research, it does seem like mounting a file in the container that does not exist will create a directory on the host system ([SO1](https://stackoverflow.com/a/66327349/7386278), [SO2](https://stackoverflow.com/questions/34134343/single-file-volume-mounted-as-directory-in-docker))....

Adding new keys is exactly what the defaultConfig.json is for. During initialization we copy over any new keys. Yes, a separate config directory would be another way of doing that....

The breaking change will be for us, the developers. We are constantly reading and writing to that file in the initialization, any config changes, shutdown, backup/restore, etc and that's across...

This hasn't been added yet.

You should get the same results no matter which RS-485 port you are using. The status requests come from njsPC (or the Pentair systems); the pumps don't send them out...

There is no way for any of the master components (njsPC, Pentair, etc) to completely turn off the display. It should always have something on it. Glad you got it...