Re: [weewx-user] Fix the daily rain totals for specific days

2025-02-02 Thread Graham Eddy
i think weewx handles differing intervals in the database (change from one archive period to another, or in your case add daily interval records at the start) but i don’t think weewx handles a change of database unit system within a query (so every entry in database should have same unit system)

[weewx-user] Re: trying to get live with bootstrap skin

2025-02-02 Thread 'michael.k...@gmx.at' via weewx-user
Hi, i didn't receive an Email, I'm the author for the MQTT-relevant part for fuzzy-archer. Nick is not an active author for fuzzy-archer anymore. Anyway, the error messages are on the backend and are related to the MQTT extension and it's configuration, so MQTT-related challenges with the skin

Re: [weewx-user] First Day with WeeWX Some Good, but...

2025-02-02 Thread scott pierce
Hi, I was able to update the confi file and change the Debug to 1...which in itself is a huge win as it took me a while to figure out how to even access the file. (permissions have been a bear to learn). I have read a lot in the last 24 hours! That said, I still don't know how to access any add

[weewx-user] Re: trying to get live with bootstrap skin

2025-02-02 Thread 'michael.k...@gmx.at' via weewx-user
You don't have at least one MQTT topic defined, that's why everything else fails (it shouldn't fail that hard, i'll fix that, but if configured correctly, it won't fail this way) The missing config is highlighted in red below: [StdReport] [[WhateverYouChoseForYourSkin]] [[[JSONGener

[weewx-user] Re: trying to get live with bootstrap skin

2025-02-02 Thread 'michael.k...@gmx.at' via weewx-user
I checked locally with hive mq public server and found the following should work: For the MQTT extension: [[MQTT]] server_url = mqtt://broker.hivemq.com:1883 topic = weather binding = loop aggregation = aggregate For the skin: MQTT [connection

[weewx-user] Re: trying to get live with bootstrap skin

2025-02-02 Thread 'michael.k...@gmx.at' via weewx-user
I checked locally with hive mq public server and found the following should work: For the MQTT extension: [[MQTT]] server_url = mqtt://broker.hivemq.com:1883 topic = weather binding = loop aggregation = aggregate For the skin: MQTT [connection

Re: [weewx-user] Fix the daily rain totals for specific days

2025-02-02 Thread Jeff A. D.
Actually, the values in the rainRate and rain columns are set to 0.0, not Null, sorry for stating it wrong. On Sunday, February 2, 2025 at 2:36:10 AM UTC-7 Jeff A. D. wrote: > I do take manual readings during the winter months to get the moisture > equivalent of the snowfall. I don't have a se

Re: [weewx-user] Belchertown UV and Solar Radiation

2025-02-02 Thread Michael Serowik
I have restarted Webex, mosquito and Apache also rebooted device many times Also ran Weectl report run On Sat, Feb 1, 2025 at 8:03 PM vince wrote: > Michael, did you restart weewx after editing Belchertown settings? If not, > try doing so. Belchertown is a little unusual in that it seems to

[weewx-user] Re: weewx-gw1000 and ecowitt wh55

2025-02-02 Thread bell...@gmail.com
Gary, Perfect. Thank you very much! rich On Saturday, 1 February 2025 at 23:29:15 UTC-5 gjr80 wrote: > You should see a field leakx in archive records and loop packets where x > is the channel number to which your WH55 is assigned. The value will be 0 > when not triggered and (I believe) 1 when

[weewx-user] Re: trying to get live with bootstrap skin

2025-02-02 Thread 'michael.k...@gmx.at' via weewx-user
Your Browsers JS console reveals the problem: Your are trying to load insecure content with content load over https: [image: Screenshot 2025-02-02 123232.png] According to https://www.hivemq.com/mqtt/public-mqtt-broker/ you should configure the broker connection for the skin to broker_connecti

[weewx-user] Re: Fix the daily rain totals for specific days

2025-02-02 Thread 'michael.k...@gmx.at' via weewx-user
Then you need to fill the affected column of the archive table, which isn't possible to do correctly. Depending on the obs_type, you might find a way that would fit your need, but it might have drawbacks. Particulary for rain: if you have the daily rain sum of 30mm, you could manually insert 30

Re: [weewx-user] Fix the daily rain totals for specific days

2025-02-02 Thread Jeff A. D.
I do take manual readings during the winter months to get the moisture equivalent of the snowfall. I don't have a set time to enter it, but usually around the time the snowfall ends. Or you could do it a 0700 when Cocorahs totals are generally reported. It really doesn't matter for me as I j

Re: [weewx-user] First Day with WeeWX Some Good, but...

2025-02-02 Thread scott pierce
*Alsowhere are the executables? In the documentation it says:* This is a reference guide to the executable utilities that come with WeeWX: - wee_config for changing the configuration file, and configuring new device dri

Re: [weewx-user] First Day with WeeWX Some Good, but...

2025-02-02 Thread scott pierce
Yes, big rookie mistake. Working through it now. Thanks for pointing out!! Scott On Sunday, February 2, 2025 at 2:37:45 PM UTC-5 michael.k...@gmx.at wrote: > Maybe you missed that you refer to a 4.9 version of the docs, but you've > installed a 5.1 version? > https://weewx.com/docs/5.1/usersg

[weewx-user] [field_map_extensions]]

2025-02-02 Thread Harry van de Laar
Running WS90/WS3800/WEEWX: when adding this to weewx.conf: [[field_map_extensions]] radiation = uvradiation ws_90 = ws90_sig consBatteryVoltage = ws90_batt signal1 = ws90_sig] I get the following data: 2025-02-02 20:22:46 WET (1738527766): '

Re: [weewx-user] First Day with WeeWX Some Good, but...

2025-02-02 Thread scott pierce
Here is what I have: scott@spi-1:~ $ groups scott adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin weewx gpio i2c spi scott@spi-1:~ $ and scott@spi-1:~ $ groups weewx weewx : weewx On Sunday, February 2, 2025 at 4:10:06 PM UTC-5 vince wrote: > weewx.service:

Re: [weewx-user] First Day with WeeWX Some Good, but...

2025-02-02 Thread scott pierce
*Here is the info that came through after running weectl debug:* System info Platform: Linux-6.6.74+rpt-rpi-2712-aarch64-with-glibc2.36 Python Version: 3.11.2 Load Information 1 minute load average: 0.00 5 minute load average: 0.04 15 minute load average: 0.13 Ge

Re: [weewx-user] First Day with WeeWX Some Good, but...

2025-02-02 Thread scott pierce
*and here are the results when I run weectl device...still showing an unknown hardware issue:* @-1:~ $ weectl device Using configuration file /etc/weewx/weewx.conf Using driver weewx.drivers.vantage. Using Vantage driver version 3.6.2 (weewx.drivers.vantage) Unable to wake up console... sleeping

[weewx-user] Re: [field_map_extensions]]

2025-02-02 Thread gjr80
Impossible to say much without some more information. I suggest you edit weewx.conf, set debug = 1, save weewx.conf and restart WeeWX. Let WeeWX run for a couple of archive periods and then take a log extract from WeeWX startup through until the couple of archive periods have ended. Post the u

Re: [weewx-user] First Day with WeeWX Some Good, but...

2025-02-02 Thread 'michael.k...@gmx.at' via weewx-user
Maybe you missed that you refer to a 4.9 version of the docs, but you've installed a 5.1 version? https://weewx.com/docs/5.1/usersguide/where/?h=find#where-to-find-things scott pierce schrieb am Sonntag, 2. Februar 2025 um 20:33:42 UTC+1: > *Alsowhere are the executables? In the documentati

Re: [weewx-user] First Day with WeeWX Some Good, but...

2025-02-02 Thread vince
weewx.service: Main process exited, code=exited, status=4/NOPERMISSION generally means the user running the command is not in the required unix groups, which can be a little tricky to get right especially as a new linuc user. Try ‘groups’ to see which groups your account is in, and ‘groups weew

Re: [weewx-user] Belchertown UV and Solar Radiation

2025-02-02 Thread Michael Serowik
here is my weewx debug and graphs.conf On Sunday, February 2, 2025 at 5:54:28 AM UTC-5 Michael Serowik wrote: > I have restarted Webex, mosquito and Apache also rebooted device many times > > > Also ran > > Weectl report run > > > On Sat, Feb 1, 2025 at 8:03 PM vince wrote: > >> Michael, did

Re: [weewx-user] First Day with WeeWX Some Good, but...

2025-02-02 Thread scott pierce
Ran the journal log and it produced this: Feb 01 16:48:38 scott systemd[1]: Started weewx.service - WeeWX. Feb 01 16:48:38 scott weewxd[3395]: INFO __main__: Initializing weewxd version 5.1.0 Feb 01 16:48:38 scott weewxd[3395]: INFO __main__: Command line: /usr/share/weewx/weewxd.py /etc/weewx/w

[weewx-user] Re: [field_map_extensions]]

2025-02-02 Thread gjr80
Certainly, have. look through the wiki page I linked in my reply - Help! Posting to weewx user wiki page - the section *Include the log!* has a link that details how to view the log and take an extract. Gary On 3 Feb 2025, at 0

Re: [weewx-user] First Day with WeeWX Some Good, but...

2025-02-02 Thread vince
Sure it could, try “lsusb” to list the usb devices found. You might need to preface it with sudo. Alternately unplug it, wait a couple seconds, plug it back in and run “sudo dmesg” to see kernel messages that usually have enough info to figure it out. On Sunday, February 2, 2025 at 4:01:50 PM

Re: [weewx-user] First Day with WeeWX Some Good, but...

2025-02-02 Thread vince
Sure looks like /dev/ttyUSB0 to me. Lets eliminate group membership - give https://github.com/weewx/weewx/wiki/Understanding-permissions#more-details-about-which-groups-can-do-what a quick read and note the mention of group 'dialout' being the typical one needed for accessing USB devices. Usi

[weewx-user] Upgrading weewx-gw1000 from v0.6.1 to v.0.6.3

2025-02-02 Thread bell...@gmail.com
Gary, Sorry for another question/clarification. I am working on upgrading from v0.6.1 to v0.6.3. I am in the camp that mapped pm10 to pm10_0. I did this in [[field_map_extensions]] with the statement pm10_0 = pm10. In https://github.com/gjr80/weewx-gw1000/wiki/Upgrade-Guide#upgrading-to-v063,

[weewx-user] Re: weewx-gw1000 and ecowitt wh55

2025-02-02 Thread bell...@gmail.com
I should add, I wasn’t keen to trigger it either. Knowing the observation name and that it goes from 0 to non-0 is all I really need to know. I plan to configure my weewx-pushover extension to send a notification when it is non-0. When I have it all configured, I will trigger as a final test. Th

[weewx-user] Re: trying to get live with bootstrap skin

2025-02-02 Thread Δημήτρης Βήχος
finaly it works!!! thank you!! the wrong was in the number of the [] in skin conf with this [JSONGenerator] enabled = true timespan = 27 [[MQTT]] [[[connections]]] my_mqtt_with_public_tokens broker_connection = wss://broker.hivemq.com:8884/mqtt [to

[weewx-user] Re: trying to get live with bootstrap skin

2025-02-02 Thread 'michael.k...@gmx.at' via weewx-user
I've just observed it doesn't work on your site, I don't know exactly what is misconfigured, but I suspect it's the number of [] brackets not right. The above examples have to be nested in the correct stanzas in weewx.conf. Don't do changes in skin.conf, always do customization in weewx.conf. m

[weewx-user] Re: trying to get live with bootstrap skin

2025-02-02 Thread 'michael.k...@gmx.at' via weewx-user
Please get yourself familiar how to make these configs in weewx.conf, *and leave skin.conf unaltered*. It will be such a p.i.t.a. when you update to the next release of the skin, if you don't. See https://weewx.com/docs/5.1/custom/introduction/#skins and also, very important: https://weewx.com

Re: [weewx-user] First Day with WeeWX Some Good, but...

2025-02-02 Thread scott pierce
scott@spi-1:/etc/weewx $ sudo lsusb Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 003: ID 045e:07f8 Microsoft Corp. Wired Keyboard 600 (model 1576) Bus 003 Device 002: ID 046d:c077 Logitech, Inc. Mouse Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub B

Re: [weewx-user] First Day with WeeWX Some Good, but...

2025-02-02 Thread vince
Do the unplug plugin test and show ‘sudo dmesg’ please On Sunday, February 2, 2025 at 4:15:01 PM UTC-8 scott pierce wrote: > scott@spi-1:/etc/weewx $ sudo lsusb > Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub > Bus 003 Device 003: ID 045e:07f8 Microsoft Corp. Wired Keyboard 600 (

Re: [weewx-user] First Day with WeeWX Some Good, but...

2025-02-02 Thread scott pierce
[3.419141] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [3.419150] Bluetooth: BNEP filters: protocol multicast [3.419158] Bluetooth: BNEP socket layer initialized [3.448003] Adding 524272k swap on /var/swap. Priority:-2 extents:8 across:2228224k SS [3.608444] macb 1f0010.e

Re: [weewx-user] First Day with WeeWX Some Good, but...

2025-02-02 Thread Graham Eddy
weewx is reporting permission error. it seems to be using /dev/ttyUSB0 ➔ check perms on that file: $ ls -l /dev/ttyUSB0 it will probably show group ‘dialout’ has read/write on it, so make sure user ‘weewx’ is in that group e.g. $ sudo adduser weewx dialout ⊣GE⊢ > On 3 Feb 2025, at 1:36 pm, v

Re: [weewx-user] Fix the daily rain totals for specific days

2025-02-02 Thread Jimi Lawson
I've just recently done a similar thing using the same method as Jeff. The wind direction and speed during storm Eowyn (24th Jan) caused my tipping bucket rain gauge to give false reading during a 6 hour period (10.45") I used DB Browser for SQLite to look at the rain & rain rate values in that per

[weewx-user] Re: trying to get live with bootstrap skin

2025-02-02 Thread Δημήτρης Βήχος
thank you for the fast response. the skin is beatyfull . after this change i see the log mqtt ulpoads every minute but i page its black gauges not apears https://kairos.moudania.com/moudania/Bootstrap/index.html Στις Κυριακή 2 Φεβρουαρίου 2025 στις 10:40:39 π.μ. UTC+2, ο χρήστης michael.k...@g

[weewx-user] Re: trying to get live with bootstrap skin

2025-02-02 Thread Δημήτρης Βήχος
unfortunately again the page its the same [[MQTT]] server_url = "mqtt://broker.hivemq.com:8883" topic = weather binding = loop aggregation = aggregate and skin conf hiveMQ_public broker_connection = wss://broker.hivemq.c