Page 2 of 2

Re: WeatherFlow Plug-in

PostPosted: Mon Sep 21, 2020 9:56 am
by jltnol
LOL.

I'm almost in the same boat Even with a near-miss of a hurricane or two, we've not had enough consistent rain for me to do anything close to troubleshooting... The data I'm looking for shows up on the webpage for myTempest, but doesn't show up in the plugin data, or at least that's what it seems.

Re: WeatherFlow Plug-in

PostPosted: Thu Oct 08, 2020 9:19 am
by jltnol
- WeatherFlow Plugin allows me to create WS and UDP devices and they quickly populate with good data in Indigo, but then the Plugin stops seeing any new data.


So I have both the UDP (set up as "blank") and Websocket device working for Tempest, and while it seemed to be working fine, not I'm finding the UDP device isn't updating, but the web socket device is. Just for fun I created a 2nd UDP device(set up as Air Temperature, the first option), and it IS working/ updating... so just not sure why the original one has stopped...

I did re-start the plugin and that didn't work. and then I restarted the computer Indigo is running on, and that didn't help either..

Re: WeatherFlow Plug-in

PostPosted: Fri Dec 11, 2020 7:36 am
by boisy
Hi Bruce,

I couldn't find a forum that has your plug-ins, so I'll post here.

Line 546 in your WeatherFlow plugin.py:

Change:

Code: Select all
        except:

to:

[code]
except Exception as e:
[\code]

to prevent an error in the Indigo logs.

Re: WeatherFlow Plug-in

PostPosted: Fri Dec 11, 2020 8:16 am
by tazswe
I suggest that you post your suggestions on GitHub https://github.com/bpennypacker/Weather ... gin/issues

Bruce is not very active on this forum.

Re: WeatherFlow Plug-in

PostPosted: Sat Dec 11, 2021 5:49 pm
by jltnol
Posted on GitHub, but I'm getting these errors:

Code: Select all
WeatherFlow Smart Weather Error Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
  File "plugin.py", line 717, in runConcurrentThread
  File "plugin.py", line 645, in _process_message
  File "plugin.py", line 945, in process_obs_tempest
TypeError: list indices must be integers, not float

   WeatherFlow Smart Weather Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)

Re: WeatherFlow Plug-in

PostPosted: Sun Dec 12, 2021 3:46 pm
by jltnol
Interestingly enough, errors have now stopped... Go Figure....

Re: WeatherFlow Plug-in

PostPosted: Sun Dec 26, 2021 8:58 am
by jltnol
Although there is more on GitHub, this issue seems to be tied to Rain events. I'm no programmer so can't lend any help there, but others have confirmed that these errors are tied, at least to some extent, to rainfall.

Re: WeatherFlow Plug-in

PostPosted: Wed Dec 29, 2021 4:03 pm
by aldera
jltnol wrote:
Although there is more on GitHub, this issue seems to be tied to Rain events. I'm no programmer so can't lend any help there, but others have confirmed that these errors are tied, at least to some extent, to rainfall.


Hmm... Not so sure it's tied just to rain events. I've been getting the same errors for the last couple of hours and there hasn't been any type of rain events, or snow, during this time.
Code: Select all
   WeatherFlow Smart Weather Error Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
  File "plugin.py", line 717, in runConcurrentThread
  File "plugin.py", line 645, in _process_message
  File "plugin.py", line 945, in process_obs_tempest
TypeError: list indices must be integers, not float


Ralph