tagyoureit / nodejs-poolController

An application to control pool equipment from various manufacturers.
GNU Affero General Public License v3.0
323 stars 94 forks source link

[BUG] Chemistry panel is empty, even though a chlorinator is present #740

Closed antamy closed 1 year ago

antamy commented 1 year ago

nodejs-poolController Version/commit

8.0.1 / master 67b0641

nodejs-poolController-dashPanel Version/commit

8.0.0 / master cb05840

relayEquipmentManager Version/commit

No response

Node Version

No response

Platform

raspberry pi / debian

RS485 Adapter

No response

Are you using Docker?

OCP

No response

Pump(s)

No response

Chlorinator(s)

IC40

What steps will reproduce the bug?

Run njspc. dashPanel dashboard has no information under Chemistry

What happens?

I captured a replay by turning on Logging, going to System and chose Reload Config.
replay(1).zip

What should have happened?

Chlorinator info should be displayed. If I run 7.6.1 on the same system (having shutdown 8.0.1), it displays chlorinator info on dashPanel 8.0

Additional information

No response

rstrouse commented 1 year ago

For IntelliTouch models the system was not requesting the IntelliChlor status on reload. Pull njsPC and this problem is fixed.

antamy commented 1 year ago

Fixed, thanks