Re: [weewx-user] Re: GW1000 driver doesn't show values from WH46

2024-08-01 Thread 'Rainer Lang' via weewx-user
you probably need to define the units/unit group for pm4_0 in extensions.py 😎 On 01.08.2024 08:08, j.fri...@gmail.com wrote: Hi Gary, the v0.6.3b1 works wery well. There is only one possible issue with PMI 4. index.html page shows it in other way then others values . Thank you very much for

[weewx-user] Re: GW1000 driver doesn't show values from WH46

2024-08-01 Thread gjr80
As Rainer mentioned the issue is likely that the unit group has not been defined for the PM4 obs type in your database (though this will depend on your driver setup, database schema and skin you are using). Unit groups for additional obs types are often defined by the user in extensions.py, but

Re: [weewx-user] Re: GW1000 driver doesn't show values from WH46

2024-08-01 Thread Jaromír Friml
Hi, I don't think so. Other units as PM1_0 or PM2_5 etc. don't have definition in extensions.py and values show incorrect format. Thank you for your help. čt 1. 8. 2024 v 11:52 odesílatel 'Rainer Lang' via weewx-user < weewx-user@googlegroups.com> napsal: > you probably need to define the units

Re: [weewx-user] Re: GW1000 driver doesn't show values from WH46

2024-08-01 Thread Jaromír Friml
Hi Gary, It works very well now. Thank you for your help. Jarda čt 1. 8. 2024 v 13:12 odesílatel gjr80 napsal: > As Rainer mentioned the issue is likely that the unit group has not been > defined for the PM4 obs type in your database (though this will depend on > your driver setup, database s

[weewx-user] Re: WH57 and gateway 1100

2024-08-01 Thread bell...@gmail.com
Got some data, seems to be doing what I wanted/expected. I was confused by the lightning_first_det_time of 1722466487. One would have thought this should be in the previous archive record. Then I realized that this is probably because of the polling time of 20 seconds. The last loop packet for

[weewx-user] Re: WH57 and gateway 1100

2024-08-01 Thread bell...@gmail.com
I thought about increasing the polling frequency. But I’d want to do some performance benchmarking first. Things like how long does it take to send the request and process it - to give me an idea of a reasonable minimum value. I’d also want to check on the load on the system. And ultimately thi

[weewx-user] Re: WH57 and gateway 1100

2024-08-01 Thread 'michael.k...@gmx.at' via weewx-user
I've set my polling rate to 10s, because the WH90 provides data in about that frequency. Works without any hiccups in my setup, but I use GW2000 hardware. I could again rant about the fact, that the ecowitt don't emit events for such data as lightning strikes, like weatherflow devices do. But su

[weewx-user] Re: Belchertown and MQTT configuration error

2024-08-01 Thread gary....@gmail.com
Do you have an acl and does it resemble this? # Allow anonymous access to the sys topic read $SYS/# # Allow anonymous to read weather topic read weather/# topic read tester/# # weewx readwrite to the loop user weewx topic weather/# topic tester/# Did you create a password for the weewx user (n

[weewx-user] Re: WH57 and gateway 1100

2024-08-01 Thread 'michael.k...@gmx.at' via weewx-user
I've set up my test installation with the settings above: https://kainzbauer.net/weather/Test/Rif/en/index.html You can compare the lightning chart with the "vanilla" installation here: https://kainzbauer.net/weather/Rif/en/index.html michael.k...@gmx.at schrieb am Donnerstag, 1. August 2024 um

[weewx-user] Re: WH57 and gateway 1100

2024-08-01 Thread 'michael.k...@gmx.at' via weewx-user
I've set up the new test service after 20:00 CEST(18:00 UTC), so comparing only makes sense for data after the change. But more thunderstorms are predicted for the coming hours. :) michael.k...@gmx.at schrieb am Donnerstag, 1. August 2024 um 20:21:55 UTC+2: > I've set up my test installation wi

Re: [weewx-user] Re: GW1000 driver doesn't show values from WH46

2024-08-01 Thread gjr80
Thank you for the feedback. I have now released v0.6.3 . Gary On Thursday 1 August 2024 at 21:23:59 UTC+10 j.fri...@gmail.com wrote: > Hi Gary, > > It works very well now. > > Thank you for your help. > > Jarda > > čt 1. 8. 2024 v 13:1

[weewx-user] Re: Belchertown and MQTT configuration error

2024-08-01 Thread
Where can I find out if I have acl? My mosquitto.conf file looks a bit different. I didn't change any of it after it was installed besides the two listener lines. It looks like this: pi@raspberrypi:~ $ more /etc/mosquitto/mosquitto.conf # Place your local configuration in /etc/mosquitto/conf.d