[weewx-user] List of variables available to Weewx and adding some

2024-07-17 Thread Wiggytoo
Hi all,

Apologies if this is right ion front of me nut I wanted to see a list of 
the variables available to Weewx - to add to an about page for example.

Also to create a new one and point it at an observation if it is not 
already in teh list - RF strength for example.

This is to add to this page

https://www.wiggytoo.co.uk/about/

Have looked at wiki and docs but failed.

Thanks,
Gav

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/8885d2b3-2cc8-4f59-832c-55088252dfban%40googlegroups.com.


Re: [weewx-user] Format Battery as Percent

2024-07-09 Thread Wiggytoo
Ignore that question - I worked it out from the advice you gave and added 
it to the main belchertown.py script as below.

Many thanks for your help and swift response.

#Extend dictionary for battery percent observations
weewx.units.obs_group_dict['rainBatteryStatus'] = 'group_percent'
weewx.units.obs_group_dict['windBatteryStatus'] = 'group_percent'
weewx.units.obs_group_dict['outTempBatteryStatus'] = 'group_percent'
#end

Gav
On Tuesday 9 July 2024 at 15:13:05 UTC+1 Wiggytoo wrote:

> Many thanks - will take a look in more detail, for observation types that 
> come directly from the Netatmo driver (i.e. I don't have an equivalent  
> user/electricity.py would I just assign the main skin.py file?
>
> Regards,
> Gav
>
> On Tuesday 9 July 2024 at 15:00:18 UTC+1 Tom Keffer wrote:
>
>> See the section *Assigning a unit group 
>> <https://www.weewx.com/docs/5.1/custom/units/#assigning-a-unit-group>* in 
>> the Customization Guide. 
>>
>> You will want to assign your new observation types to group 
>> "group_percent".
>>
>> On Tue, Jul 9, 2024 at 3:58 AM Wiggytoo  wrote:
>>
>>> Hi - I've had a good look for this but not found how to do it, I have 
>>> added the following observations from the Netatmo driver to my site (skin 
>>> is Belchertown).
>>>
>>> "rainBatteryStatus", "windBatteryStatus", "outTempBatteryStatus"
>>>
>>> I'd like to format them as % but can't work out how to do it, any help 
>>> apprecaited.
>>>
>>> Site is here
>>>
>>> https://www.wiggytoo.co.uk/
>>>
>>> Items are here:
>>>
>>> [image: Screenshot 2024-07-09 115746.png]
>>>
>>> Thanks in advance.
>>> Gav
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "weewx-user" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to weewx-user+...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/0f555f15-094b-4ca7-b1ad-b7ea688ebec8n%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/weewx-user/0f555f15-094b-4ca7-b1ad-b7ea688ebec8n%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/a996ef64-ceb9-4364-b91a-94f56f9ceb38n%40googlegroups.com.


Re: [weewx-user] Format Battery as Percent

2024-07-09 Thread Wiggytoo
Many thanks - will take a look in more detail, for observation types that 
come directly from the Netatmo driver (i.e. I don't have an equivalent  
user/electricity.py would I just assign the main skin.py file?

Regards,
Gav

On Tuesday 9 July 2024 at 15:00:18 UTC+1 Tom Keffer wrote:

> See the section *Assigning a unit group 
> <https://www.weewx.com/docs/5.1/custom/units/#assigning-a-unit-group>* in 
> the Customization Guide. 
>
> You will want to assign your new observation types to group 
> "group_percent".
>
> On Tue, Jul 9, 2024 at 3:58 AM Wiggytoo  wrote:
>
>> Hi - I've had a good look for this but not found how to do it, I have 
>> added the following observations from the Netatmo driver to my site (skin 
>> is Belchertown).
>>
>> "rainBatteryStatus", "windBatteryStatus", "outTempBatteryStatus"
>>
>> I'd like to format them as % but can't work out how to do it, any help 
>> apprecaited.
>>
>> Site is here
>>
>> https://www.wiggytoo.co.uk/
>>
>> Items are here:
>>
>> [image: Screenshot 2024-07-09 115746.png]
>>
>> Thanks in advance.
>> Gav
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to weewx-user+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/0f555f15-094b-4ca7-b1ad-b7ea688ebec8n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/weewx-user/0f555f15-094b-4ca7-b1ad-b7ea688ebec8n%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/879e02a3-7a46-43b1-ad36-b915bbef1058n%40googlegroups.com.


[weewx-user] Format Battery as Percent

2024-07-09 Thread Wiggytoo
Hi - I've had a good look for this but not found how to do it, I have added 
the following observations from the Netatmo driver to my site (skin is 
Belchertown).

"rainBatteryStatus", "windBatteryStatus", "outTempBatteryStatus"

I'd like to format them as % but can't work out how to do it, any help 
apprecaited.

Site is here

https://www.wiggytoo.co.uk/

Items are here:

[image: Screenshot 2024-07-09 115746.png]

Thanks in advance.
Gav

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/0f555f15-094b-4ca7-b1ad-b7ea688ebec8n%40googlegroups.com.


Re: [weewx-user] weewx can't update data from netatmo no more

2023-09-18 Thread Wiggytoo
More info here

https://github.com/matthewwall/weewx-netatmo/issues/21

Not sure about the rain fix but there is reference to it.

Gav

On Tuesday, 15 August 2023 at 07:38:30 UTC+1 neu...@bnjpro.dk wrote:

> This fix has been running uninterrupted from the day I implemented it. So 
> happy with it. :-)
>
> But I noticed that there has apparently always been a nismatch between the 
> data netatmo has, and the data that is API'ed to Weewx for rain meassures.
>
> There should be someone who has fixed the issue, I think. I can't find it 
> right now though. But are you aware of anybody who has fixed this issue AND 
> this authentication as well?
>
> tirsdag den 18. juli 2023 kl. 10.40.10 UTC+2 skrev Stefan Gliessmann:
>
>> Awesome!
>>
>> Glad I was of help :)
>>
>> On Tue, Jul 18, 2023 at 10:20 AM 'neu...@bnjpro.dk' via weewx-user <
>> weewx...@googlegroups.com> wrote:
>>
>>> It works.
>>>
>>> Thank you Stefan, it made my day. :-)
>>>
>>> mandag den 17. juli 2023 kl. 21.17.17 UTC+2 skrev neu...@bnjpro.dk:
>>>
 Thank you Stefan, this looks like a good solution. I will try it out 
 tomorrow. :-)


 mandag den 17. juli 2023 kl. 15.34.08 UTC+2 skrev Stefan Gliessmann:

> a friend is using netatmo, too.
>
> take a look here:
>
> https://oe7drt.com/posts/2023-07-15-update-weewx-netatmo-extension/
>
> On Monday, July 17, 2023 at 11:38:47 AM UTC+2 Rainer Lang wrote:
>
>> Maybe you send us a complete excerpt from your syslog covering the 
>> weewx startup and at least one archiving period
>> That would be more helpful than just a few snippets.
>>
>> Thanks
>> On 17.07.2023 11:02, 'neu...@bnjpro.dk' via weewx-user wrote:
>>
>> I have been the happy user of weeWX for a very long time now. And I'm 
>> still amazed that someone is able to write such a large and well 
>> functioning piece of software. I think when you are not able to program 
>> in 
>> python it is amazing when someone else can. :-) 
>>
>> Friday last week (monday today) I made an upgrade on my server 
>> (Ubuntu 22.04 LTS) to also be able to get updates from Ubuntu pro.
>>
>> But after doing that, my WeeWX installation doesn't work. Well that 
>> is not entirely true, because WeeWx works, but the driver for my netatmo 
>> weather-station does not get data.
>>
>> I use driver version 0.14 which I think is the latest, and the one 
>> that gets data the way netatmo API wants it to. I have user, password, 
>> client-id and client-secret running as expected.
>>
>> But looking at the logfile (syslog) I get the hint that there is a 
>> HTTP error 400. This hint is a little week for me to figure out what is 
>> the 
>> real course of fail, to be able to do something about it.
>>
>> Additionally I get this output from the log: url: 
>> https://api.netatmo.com/oauth2/token data: 
>> b'grant_type=password_id=64b0ea9f090b11190f07b867_secret=Haf1qozNFvLMjpjp64cSpgiuPY3IYm4BlPb8zp7EmjlL=neumann%
>> 40bnjpro.dk=SECRET=read_station' hdr: 
>> {'Content-Type': 'application/x-www-form-urlencoded;charset=utf-8'}
>>
>> I have masked out my password.
>>
>> Is there any obvious reason for the driver to not being able to 
>> connect to the API?
>>
>> -- 
>> You received this message because you are subscribed to the Google 
>> Groups "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, 
>> send an email to weewx-user+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/b75a72cd-6c53-49ed-98a8-03e52a7634a2n%40googlegroups.com
>>  
>> 
>> .
>>
>> -- 
>>>
>> You received this message because you are subscribed to a topic in the 
>>> Google Groups "weewx-user" group.
>>> To unsubscribe from this topic, visit 
>>> https://groups.google.com/d/topic/weewx-user/XpT98FO3i5w/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to 
>>> weewx-user+...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/07c41b85-19ef-4e79-9b69-609a4428ad6an%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/764c3106-58cf-4915-91b1-cfa8913237a2n%40googlegroups.com.


[weewx-user] Upgrade - how to determine the original install method

2021-10-28 Thread Wiggytoo
Hi - I am running weewx 3.9.1 and was planning to upgrade to 4.5.1.

I came across this in the documentation

"*Warning!*
You must use the same upgrade technique as your initial install! For 
example, if you used setup.py to install WeeWX, then you should 
use setup.py to upgrade. If you used a DEB or RPM package to install, then 
you should upgrade using the same package type."

I want to ensure I take this sound advice but I have no idea how I 
originally installed it, is there some way of telling this?

Many thanks,
Gavin

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/4f7dca7e-aa7e-41eb-8485-cf096808c195n%40googlegroups.com.


[weewx-user] Re: Belchertown skin 1.0 released!

2019-10-10 Thread Wiggytoo
Hi Pat,

I may have missed something here but I have set this in weewx.conf

site_title = "Great Coxwell Weather Conditions"

But the website still shows the default

www,wiggytoo.co.uk

Anywhere I should look for my error?

Gav

On Saturday, 1 June 2019 17:57:56 UTC+1, Pat wrote:
>
> Belchertown skin 1.0 is released!
>
> This update contains a lot of updates and changes including *an entire 
> rewrite of the Highcharts system* which allows you to make almost any 
> graph you want for almost any time span you want. You can see some examples 
> of the charts you can make on the BelchertownWeather.com website graphs 
> page .
>
> You can add/remove/change/reorder any chart, change colors, add 
> observation plots, categorize for all time. Almost anything you want to do 
> is available! The skin comes with the standard 4 charts ready to go, but 
> there's extensive Belchertown Charts Documentation 
> 
>  
> which can help you get started. 
>
> In addition to the Charts there's now a dark mode (which has an 
> auto-switching mode based on sunset/sunrise), more flexibility for 
> translations, user customized station observation table which is updated in 
> real time if the MQTT Websockets are enabled, and a lot more. Check the 
> release notes for all the details! 
>
> You can download the latest release here 
> ,
>  
> and read all of the details on the changes here: 
> https://github.com/poblabs/weewx-belchertown/releases
>
> *Note: You cannot upgrade from Belchertown 0.9 and older*. You must 
> uninstall everything and reinstall new. This is due to the Chart system 
> being fully rewritten and the potential for conflicts. Please read this 
> upgrade guide if you are upgrading from an older version of Belchertown skin 
> 
> . 
>
> Thanks to all the beta testers and translators over the last couple of 
> months help me iron out all the kinks and shape the skin in a way that can 
> be translated a little easier! 
>
> Attached are some examples of the charts that can be made. If you find any 
> issues, you can reply here or open an issue on the Belchertown skin 
> GitHub page . 
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/d52b9264-8421-40b8-87a2-05058f691042%40googlegroups.com.


[weewx-user] Re: Belchertown skin 1.0 released!

2019-10-01 Thread Wiggytoo
Hi Pat,

I've just noticed that the Average Climatological Values for this Year 
Chart on my homepage (http://www.wiggytoo.co.uk/) seems to be one month out

For example

Jun - Max 35.6, Min 15.2, Rain 43.03
July - Max 33, Min 12.2, Rain 49.35
Aug - Max 24.5, Min 8.5, Rain 87.14
Sep - Max 16.2, Min 14.2, Rain 7.3

The actual values from the Reports page (
http://www.wiggytoo.co.uk/reports/?yr=2019) are

July - Max 35.6, Min 15.2, Rain 43.0
Aug - Max 33, Min 12.2, Rain 49.4
Sep - Max 24.5, Min 8.5, Rain 87.1
Oct - Max 16.2, Min 14.2, Rain 7.3

Any ideas - I have used the sample code from the Charts WIki
Thanks,
Gavin

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/047f797e-a47e-4f2d-b97c-cdd0654b2fe0%40googlegroups.com.


[weewx-user] Re: Belchertown skin 1.0 released!

2019-06-26 Thread Wiggytoo
Hi Pat - thanks for this, I finally upgraded [upgrade guide was spot on] 
and the results can be seen here .

It took me a while to realise that some text is now in [labels] - the Skin 
Options example in the section of the help still refers to them as part of 
Extras, see below.

I have not yet looked at the new charts, but this is the next task as the 
new ones look very good.

By the  way, how did you mask you Site Logo to show black or white with the 
light and dark theme?

Many thanks,
Gavin

[StdReport]
[[Belchertown]]
skin = Belchertown
HTML_ROOT = belchertown
[[[Extras]]]
belchertown_root_url = "https://belchertownweather.com;
logo_image = 
"https://belchertownweather.com/images/content/btownwx-logo-slim.png;
footer_copyright_text = "BelchertownWeather.com"
forecast_enabled = 1
darksky_secret_key = "your_key"
earthquake_enabled = 1
twitter_enabled = 1

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/e6f9ba2e-239c-45e8-a380-f49611742c17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Modify the elements on the website - newbie questions

2019-02-11 Thread Wiggytoo
Many thanks, I've tracked down the templates and will take another look. 

Would the changes be easier if I were using one of the standard weewx skins?

Thanks 
Gav 

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Modify the elements on the website - newbie questions

2019-02-11 Thread Wiggytoo
Hi,

I have installed weewx and connected it to my Netatmo weather station, at this 
point it is collecting temp etc. I don't have the rain or wind gauge.

I am using the neowx skin for now and have got that working to generate a 
website and ftp it to the Web.

I want to comment out the wind and other elements from my website until I add 
the rain and wind sensors. 

I can't quite unpick the place to do this despite reading the customization 
pages, the customization I want seems trivial in comparison, what am I missing? 

Any guidance welcome. 

Thanks 
Gav

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.