Everything was working fine until a couple of days ago. On Sunday my pressure readings froze. They wouldn’t update on piconsole or the Tempest app. Sent a support request to Weatherflow but have not heard back from them. Today the only thing displaying is the windrose and direction/speed inside of it. I get this error in the log:
2020-11-25 08:22:44-0600 [-] Exception in thread Tempest:
2020-11-25 08:22:44-0600 [-] Traceback (most recent call last):
2020-11-25 08:22:44-0600 [-] File “/usr/lib/python3.7/threading.py”, line 917, in _bootstrap_inner
2020-11-25 08:22:44-0600 [-] self.run()
2020-11-25 08:22:44-0600 [-] File “/usr/lib/python3.7/threading.py”, line 865, in run
2020-11-25 08:22:44-0600 [-] self._target(*self._args, **self._kwargs)
2020-11-25 08:22:44-0600 [-] File “/home/pi/wfpiconsole/lib/websocket.py”, line 147, in Tempest
2020-11-25 08:22:44-0600 [-] MaxPres, MinPres = derive.SLPMaxMin(Time,Pres,maxPres,minPres,Device,Config,flagAPI)
2020-11-25 08:22:44-0600 [-] File “/home/pi/wfpiconsole/lib/derivedVariables.py”, line 290, in SLPMaxMin
2020-11-25 08:22:44-0600 [-] MaxPres = [max(SLP)[0],‘mb’,datetime.fromtimestamp(Time[SLP.index(max(SLP))],Tz).strftime(Format),max(SLP)[0],Now]
2020-11-25 08:22:44-0600 [-] ValueError: max() arg is an empty sequence
I am assuming this has to do with the pressure issue. Guess I will need to wait for Weatherflow to get back to me. I have only had this Tempest a couple of weeks. I hope this is not an indication of quality control issues. This is a screen grab of the Console. I’m working on a “light mode” mod and it’s not quite finished. This is hard coded for my needs, not a switch you can throw to change from dark to light. Still some work to be done.