tagyoureit / nodejs-poolController

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

EasyTouch + Intelliflow + Intellichlor + Ultratemp Hybrid ETI doesn't show up as controller properly in dash panel #389

Closed terafin closed 2 years ago

terafin commented 2 years ago

Describe the bug This has been happening for a while, and I've been ignoring it - but now that I have the ETI I thought I'd file!

TLDR; My poolcontroller/dashpanel docker container is configured via docker-compose on a raspi 3b. Things seem to work, but lots of shows up as Error 404 whenever I access parts of the UI

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Settings -> Controller'
  2. See error 404

Expected behavior Shows my controller config

Screenshots Attached

Packet Capture Attached Pool Equipment

Desktop (please complete the following information):

terafin commented 2 years ago

replay.zip

terafin commented 2 years ago

Closing this, sorry for the noise. Turns out, you need to pass in TZ in docker for this to work :) Timezones were off!

eg:

    environment:
      TZ: America/Los_Angeles