WeatherFlow Plug-in

Posted on
Mon Sep 21, 2020 9:56 am
jltnol offline
Posts: 989
Joined: Oct 15, 2013

Re: WeatherFlow Plug-in

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.

Posted on
Thu Oct 08, 2020 9:19 am
jltnol offline
Posts: 989
Joined: Oct 15, 2013

Re: WeatherFlow Plug-in

- 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..

Posted on
Fri Dec 11, 2020 7:36 am
boisy offline
User avatar
Posts: 273
Joined: Jun 25, 2013

Re: WeatherFlow Plug-in

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.

Posted on
Fri Dec 11, 2020 8:16 am
tazswe offline
Posts: 211
Joined: Mar 13, 2017
Location: Sweden

Re: WeatherFlow Plug-in

I suggest that you post your suggestions on GitHub https://github.com/bpennypacker/Weather ... gin/issues

Bruce is not very active on this forum.

Posted on
Sat Dec 11, 2021 5:49 pm
jltnol offline
Posts: 989
Joined: Oct 15, 2013

Re: WeatherFlow Plug-in

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)

Posted on
Sun Dec 12, 2021 3:46 pm
jltnol offline
Posts: 989
Joined: Oct 15, 2013

Re: WeatherFlow Plug-in

Interestingly enough, errors have now stopped... Go Figure....

Posted on
Sun Dec 26, 2021 8:58 am
jltnol offline
Posts: 989
Joined: Oct 15, 2013

Re: WeatherFlow Plug-in

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.

Posted on
Wed Dec 29, 2021 4:03 pm
aldera offline
User avatar
Posts: 188
Joined: Aug 30, 2016
Location: Michigan, USA

Re: WeatherFlow Plug-in

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

Who is online

Users browsing this forum: No registered users and 1 guest