tagyoureit / nodejs-poolController

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

failing setup time zone #354

Closed omo22 closed 2 years ago

omo22 commented 2 years ago

Describe the bug

A clear and concise description of what the bug is. 1-once I enter ET zone the general tab setup menu shrinks and only shows first row, I can no longer go back to change time zone since it is no longer visible and all others below that are no showing

To Reproduce Steps to reproduce the behavior:

  1. Go to '.setup general enter ET zone'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error THERE no VISiBLE ERROR msg nor log showing any errors
  5. note this tested while not connected to pump

Expected behavior A clear and concise description of what you expected to happen. asa above Screenshots If applicable, add screenshots to help explain your problem.

Packet Capture Follow the instructions to complete a packet capture and attach the resulting zip/log files.

Pool Equipment NONE stand alone RPI-3 not connected git updated V 7.4

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

rstrouse commented 2 years ago

Have you set the time zone on the pi?

omo22 commented 2 years ago

I did sudo raspi-config: TIME now is showing correctly in top dash panel BUT SETTING still missing bottom rows see img

Screenshot 2021-10-11 073841

omo22 commented 2 years ago

how could I rest it without reinstalling it

rstrouse commented 2 years ago

It is getting a javascript error when you get me the replay for your pump issue I will be able to narrow down which data it is missing to display the rest of the general tab. This will be simple once I know what is missing.

rstrouse commented 2 years ago

Pull a dashPanel as this has been fixed. Turns out it was trying to parse a null number on the location object for latitude and longitude.

omo22 commented 2 years ago

issue resolved THANKS