Replies: 10 comments 15 replies
-
Michal,
If not, could you post an example? Output from |
Beta Was this translation helpful? Give feedback.
-
Hi Rich, yes, exactly:
M. |
Beta Was this translation helpful? Give feedback.
-
I do see the value in having the ability to filter/ignore and will look into adding it.
|
Beta Was this translation helpful? Give feedback.
-
I’m thinking something like, |
Beta Was this translation helpful? Give feedback.
-
I’d suggest “filter-out-by” as key word.
It may not be clear to folks whether filter-by means to include or exclude.
Earl
…Sent from my iPhone
On Jan 15, 2021, at 1:48 PM, Rich Bell ***@***.***> wrote:
I’m thinking something like, filter_by = name01=value01,name02=value02. So assuming you don’t want events 0, 2, 3, and 4; it would be filter_by = event=0, event=2, event=3, event=4.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
Tasmota itself has integrated some commands to surpress MQTT messages, which are not related to lightning https://tasmota.github.io/docs/AS3935/#mqtt-events. I have surpress them, but I still have results in my database. See here last two graphs: https://jastrabie.online/weewx/ (vzdialenosť blesku, Energia blesku). There are events still after disabling non-lightning events... Tasmota console:
I'll try your solution to see what happens. |
Beta Was this translation helpful? Give feedback.
-
Current thought is to add an option,
|
Beta Was this translation helpful? Give feedback.
-
So let's try it!
I will run it for few days to see, if something happens. If you are interested to see the graphs, last two of this page: https://jastrabie.online/weewx/ I suppose that there will be no storms in next days (no storm for last months anyway). If there will be lines drawed, I need to play with sensor sensitivity. Thank you! |
Beta Was this translation helpful? Give feedback.
-
So this is MQTTSubscribe with debug=1:
this is the Tasmota MQTT from sensor:
but wait, I have upgraded from 1.6 to the latest 2.0RC, so lets try what happens, when I will not use the new EDIT:
|
Beta Was this translation helpful? Give feedback.
-
Here the weewx.conf:
Thank you Rich! |
Beta Was this translation helpful? Give feedback.
-
Hi,
So the plugin is working some days without issues (1.6.2). I have an idea to add the function: only write filtered values.
Example: My AS3935 Sensor can produce different
Event
values. But I want only few of them to be written in my database:https://tasmota.github.io/docs/AS3935/#mqtt-events
Lets say
"Event":1
and"Event":2
Or is there already a condition to do that?
Thanks,
Michal, Slovakia
Beta Was this translation helpful? Give feedback.
All reactions