-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi, I started getting this error when I moved to version 3.1. Unfortunately that is also the time I changed some of the settings and added some triggers. I also added a new tempest device. Then I noticed the errors. I deleted the tempest device from indigo. Disabled all the new triggers, but the error below keeps happening. New to GitHub so hope I'm putting this in the right spot. Any help would be appreciated (I'm not a programmer).
Error list with debug on listed below - included photo of my configuration.
Norm
`WeatherFlow Smart Weather Error Error in plugin execution runConcurrentThread:
Traceback (most recent call last):
File "plugin.py", line 714, in runConcurrentThread
File "plugin.py", line 610, in _process_message
File "plugin.py", line 786, in process_obs_sky
IndexError: list index out of range
WeatherFlow Smart Weather Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds.
WeatherFlow Smart Weather Debug {
"firmware_revision": 43,
"hub_sn": "HB-00013011",
"obs": [
[
1612973234,
4384,
0.14,
0.0,
0.35,
0.9,
1.37,
238,
2.851,
1,
36,
null,
0,
3
]
],
"serial_number": "SK-00019648",
"type": "obs_sky"
}
WeatherFlow Smart Weather Debug {
"hub_sn": "HB-00013011",
"ob": [
1612973235,
1.31,
189
],
"serial_number": "SK-00019648",
"type": "rapid_wind"
}
WeatherFlow Smart Weather Debug {
"hub_sn": "HB-00015165",
"ob": [
1612973235,
0.0,
0
],
"serial_number": "ST-00021308",
"type": "rapid_wind"
}
WeatherFlow Smart Weather Debug {
"hub_sn": "HB-00013011",
"ob": [
1612973241,
1.43,
197
],
"serial_number": "SK-00019648",
"type": "rapid_wind"
}
WeatherFlow Smart Weather Debug {
"hub_sn": "HB-00015165",
"ob": [
1612973241,
0.0,
0
],
"serial_number": "ST-00021308",
"type": "rapid_wind"
}
WeatherFlow Smart Weather Debug {
"hub_sn": "HB-00013011",
"ob": [
1612973244,
1.43,
194
],
"serial_number": "SK-00019648",
"type": "rapid_wind"
} WeatherFlow Smart Weather Debug {
"hub_sn": "HB-00013011",
"ob": [
1612973247,
0.92,
99
],
"serial_number": "SK-00019648",
"type": "rapid_wind"
}
WeatherFlow Smart Weather Debug {
"hub_sn": "HB-00015165",
"ob": [
1612973247,
0.0,
0
],
"serial_number": "ST-00021308",
"type": "rapid_wind"
}
WeatherFlow Smart Weather Debug {
"hub_sn": "HB-00013011",
"ob": [
1612973250,
1.29,
194
],
"serial_number": "SK-00019648",
"type": "rapid_wind"
}
WeatherFlow Smart Weather Debug {
"firmware_revision": 22,
"hub_sn": "HB-00013011",
"obs": [
[
1612973251,
1013.6,
1.66,
93,
0,
0,
3.387,
1
]
],
"serial_number": "AR-00008472",
"type": "obs_air"
}
WeatherFlow Smart Weather Debug {
"hub_sn": "HB-00013011",
"ob": [
1612973253,
1.42,
219
],
"serial_number": "SK-00019648",
"type": "rapid_wind"
}
WeatherFlow Smart Weather Debug {
"hub_sn": "HB-00015165",
"ob": [
1612973253,
0.0,
0
],
"serial_number": "ST-00021308",
"type": "rapid_wind"
}
WeatherFlow Smart Weather Debug {
"hub_sn": "HB-00013011",
"ob": [
1612973256,
0.66,
270
],
"serial_number": "SK-00019648",
"type": "rapid_wind"
}
WeatherFlow Smart Weather Debug {
"firmware_revision": 134,
"hub_sn": "HB-00015165",
"obs": [
[
1612973255,
0.0,
0.0,
0.0,
0,
6,
1019.1,
0.62,
96.14,
3258,
0.23,
27,
0.0,
0,
0,
0,
2.425,
1
]
],
"serial_number": "ST-00021308",
"type": "obs_st"
}
WeatherFlow Smart Weather Debug {
"hub_sn": "HB-00013011",
"ob": [
1612973259,
1.47,
193
],
"serial_number": "SK-00019648",
"type": "rapid_wind"
}
WeatherFlow Smart Weather Debug {
"hub_sn": "HB-00015165",
"ob": [
1612973259,
0.0,
0
],
"serial_number": "ST-00021308",
"type": "rapid_wind"
}
WeatherFlow Smart Weather Debug {
"hub_sn": "HB-00013011",
"ob": [
1612973265,
1.6,
194
],
"serial_number": "SK-00019648",
"type": "rapid_wind"
}
WeatherFlow Smart Weather Debug {
"hub_sn": "HB-00015165",
"ob": [
1612973265,
0.0,
0
],
"serial_number": "ST-00021308",
"type": "rapid_wind"
}
WeatherFlow Smart Weather Debug {
"hub_sn": "HB-00013011",
"ob": [
1612973268,
1.45,
214
],
"serial_number": "SK-00019648",
"type": "rapid_wind"
}`
