[weewx-user] Publish Seasons Skin to webserver

2021-05-06 Thread Peter Gillbrand
Dear group, once again I put my hope to your competence and willingness to 
help.

I want to publish my weather data to my web page in the Seasons skin format 
using the FTP transfer method in weewx.conf. This seems to work only with 
skin=FTP which of course give the FTP skin look at the webpage. Is there 
any way I can get the webpage to present data with Seasons look and feel?

Thanks for your help!


-- 
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/7e01b1d4-4d3a-4a7d-a421-943b86cc5d1an%40googlegroups.com.


[weewx-user] Re: Date and time format in the seasons skin

2021-05-04 Thread Peter Gillbrand
Thanks a lot Gary! The header part worked perfectly. I´ll try the plots 
tomorrow

On Tuesday, May 4, 2021 at 10:44:10 PM UTC+2 gjr80 wrote:

> Hi,
>
> There are a few ways to handle the date-time in the header. Basically the 
> options come down to changing the format used by the tag used to generate 
> that date-time or altering the default format used by date-time tags in all 
> reports or just the Seasons skin. I suspect you probably want the former.
>
> To change the format used by the tag used to generate that date-time you 
> need to edit skins/Seasons/titlebar.inc and change the following line from 
> (untested):
>
> $current.dateTime
>
> to:
>
> $current.dateTime.format(format_string="%Y-%m-%d 
> %H:%M")
>
> Save the file and the change should occur on the next report cycle. For 
> info, the available format codes are listed in the table here 
> 
> .
>
> For the date-time formats used in the plot labels you need to alter 
> settings under the [ImageGenerator] stanza in the Season skin config file 
> (skins/Seasons/skin.conf), specifically the bottom_label_format setting. 
> The ImageGenerator label options are covered here 
>  in the 
> Customization Guide. The format codes used by bottom_label_format are the 
> same as linked earlier in this post. Note also that bottom_label_format is 
> set for each set (day, week, month, year) of plots.
>
> The above changes should be retained across WeeWX upgrades but you may 
> wish to make note of your changes should you need to restore them in the 
> future.
>
> Gary
>
> On Wednesday, 5 May 2021 at 05:41:33 UTC+10 p.gil...@gmail.com wrote:
>
>> This should be a simple config question but I have failed. How can I 
>> change the date and time format from something like 05/04/2021 09:15:00 PM 
>> to 2021-05-04 21:15 in the header of the Seasons skin as well as in the day 
>> plots? 
>> Thanks for any support to solve this minor but irritating issue. 
>>
>>

-- 
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/4333e44e-ed0c-46b1-b5d7-b09ccac22535n%40googlegroups.com.


[weewx-user] Date and time format in the seasons skin

2021-05-04 Thread Peter Gillbrand
This should be a simple config question but I have failed. How can I change 
the date and time format from something like 05/04/2021 09:15:00 PM to 
2021-05-04 21:15 in the header of the Seasons skin as well as in the day 
plots? 
Thanks for any support to solve this minor but irritating issue. 

-- 
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/17ddb591-439f-42ae-ab62-4f16a5ee2e93n%40googlegroups.com.


Re: [weewx-user] Re: possible for weewx to accept data via MQTT devices?

2021-05-04 Thread Peter Gillbrand
I have manage to get a weather station to be the main provider of data to 
R-Pi based Weewx installation with add on data into the database coming 
from a sensor providing MQTT messages. If that it is similar to what you 
are aiming for,  maybe this conversation can provide 
guidance https://github.com/bellrichm/WeeWX-MQTTSubscribe/discussions/132

On Tuesday, May 4, 2021 at 7:24:13 PM UTC+2 eric.k...@gmail.com wrote:

> > DId you read
> > https://github.com/bellrichm/WeeWX-MQTTSubscribe/wiki/Configuring
>
> No, I wanted to make sure MQTT was usable simultaneously with another 
> weewx "driver", before I spent a lot of time on it.
>
> Thanks for the pointer to service vs. driver configuration!
> I'll read through it.
> On Tuesday, May 4, 2021 at 11:33:07 AM UTC-5 Greg Troxel wrote:
>
>>
>> Eric Koester  writes:
>>
>> > Thanks for the pointer, Peter.
>> > I looked through the install instructions and I don't see any mention 
>> of 
>> > the weewx.conf file.
>>
>> DId you read
>>
>> https://github.com/bellrichm/WeeWX-MQTTSubscribe/wiki/Configuring
>>
>> Agreed that it doesn't say that it is talking about the config file.
>>
>> A big point is driver vs service. It seems clear that you want
>> service, where MQTT input is secondary.
>>
>>

-- 
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/11b9113d-aaa7-46a1-9489-c15efceea72fn%40googlegroups.com.


[weewx-user] Re: possible for weewx to accept data via MQTT devices?

2021-05-04 Thread Peter Gillbrand
Check this: https://github.com/bellrichm/WeeWX-MQTTSubscribe

On Tuesday, May 4, 2021 at 12:31:55 AM UTC+2 eric.k...@gmail.com wrote:

> I'm currently reading data into weewx using an Acurite Atlas, an RTL-SDR, 
> rtl_433, and weewx-sdr.
>
> I'd like to import barometric pressure sensor data into weewx via MQTT 
> from a wifi pressure sensor.  Is that possible?  
> If yes, is it possible to import data via 2 different drivers?
>
> The potential plan is to connect an BME280 sensor (via i2c) to a ESP8266 
> wifi module loaded with Tasmota open-source firmware.
> see:  https://tasmota.github.io/docs/BME280/
> Tasmota sends the data a tele/%topic%/SENSOR JSON response.
>
> Assuming that weewx can accept data via MQTT, I'm not sure what the 
> device-facing variable name would be inside of weewx.
> example of known device-facing variable name:  
> outTemp = temperature.001.AcuriteAtlaspacket
>

-- 
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/5c1d72f7-5af1-4d2c-8daf-f06f0c2f269dn%40googlegroups.com.