You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting discovery process...Found 1 spas
Connecting to spa Wellis at 172.xx.xx.xx ... connected!
Heater: Temperature 37.0°C, SetPoint 34.0°C, Real SetPoint 34.0°C, Operation Cooling
Pump 1: OFF
Lights: OFF
WaterCare: Waiting...
Smart Winter Mode:Risk: NO
Circulating Pump: OFF
Ozone: OFF
Smart Winter Mode:Active: False
Filter Status:Clean: False
Filter Status:Purge: False
Economy Mode: False
Error Sensor: VSP1CommLost, VSP2CommLost
Welcome to the Gecko shell. Type help or ? to list commands.
Wellis$ LOG> ERROR Unhandled exception in receive_handler func
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/geckolib/driver/udp_socket.py", line 181, in dispatch_recevied_data
receive_handler.handled(remote_end)
File "/usr/local/lib/python3.9/dist-packages/geckolib/driver/udp_protocol_handler.py", line 101, in handled
self._on_handled(self, sender)
File "/usr/local/lib/python3.9/dist-packages/geckolib/automation/watercare.py", line 64, in _on_watercare
self._on_change(self, old_mode, self.active_mode)
File "/usr/local/lib/python3.9/dist-packages/geckolib/driver/observable.py", line 39, in _on_change
f"{self.class.name} {sender} changed "
File "/usr/local/lib/python3.9/dist-packages/geckolib/automation/watercare.py", line 92, in str
return f"{self.name}: {GeckoConstants.WATERCARE_MODE_STRING[self.active_mode]}"
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
I get the following error
Starting discovery process...Found 1 spas
Connecting to spa
Wellis
at 172.xx.xx.xx ... connected!Heater: Temperature 37.0°C, SetPoint 34.0°C, Real SetPoint 34.0°C, Operation Cooling
Pump 1: OFF
Lights: OFF
WaterCare: Waiting...
Smart Winter Mode:Risk: NO
Circulating Pump: OFF
Ozone: OFF
Smart Winter Mode:Active: False
Filter Status:Clean: False
Filter Status:Purge: False
Economy Mode: False
Error Sensor: VSP1CommLost, VSP2CommLost
Welcome to the Gecko shell. Type help or ? to list commands.
Wellis$ LOG> ERROR Unhandled exception in receive_handler func
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/geckolib/driver/udp_socket.py", line 181, in dispatch_recevied_data
receive_handler.handled(remote_end)
File "/usr/local/lib/python3.9/dist-packages/geckolib/driver/udp_protocol_handler.py", line 101, in handled
self._on_handled(self, sender)
File "/usr/local/lib/python3.9/dist-packages/geckolib/automation/watercare.py", line 64, in _on_watercare
self._on_change(self, old_mode, self.active_mode)
File "/usr/local/lib/python3.9/dist-packages/geckolib/driver/observable.py", line 39, in _on_change
f"{self.class.name} {sender} changed "
File "/usr/local/lib/python3.9/dist-packages/geckolib/automation/watercare.py", line 92, in str
return f"{self.name}: {GeckoConstants.WATERCARE_MODE_STRING[self.active_mode]}"
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: