[weewx-user] FTPS and Windows server

2024-04-24 Thread m8rk...@gmail.com
I know that the Weewx documentation mentions that the Phyton's ftplib implementation of FTPS does not work well with Windows servers. But I am curious if there is an workaround for this problem besides using rsnyc instead. Weewx is executing on a Raspberry Pi and Curl has no issues transmitting

[weewx-user] Re: FTPS and Windows server

2024-04-24 Thread vince
Cron is not a kludge. It's been around for decades longer than weewx. Add one line to one file. Done. On Wednesday, April 24, 2024 at 10:01:24 AM UTC-7 m8rk...@gmail.com wrote: > I know that the Weewx documentation mentions that the Phyton's ftplib > implementation of FTPS does not work well

[weewx-user] formatting MQTT message sensor lenght

2024-04-24 Thread miso k
Hello Weather observers, since long time my weewx server is running - and updated to latest 5.0.2 version. I want to export MQTT messages to Home Assistant, but the numbers are too long. How can I make them shorter? Example: outHumidity = 91.0 inHumidity = 56.0 outTemp_C = 3.776 in

[weewx-user] Mapping Fineoffset24B

2024-04-24 Thread William Day
Does anyone have a good mapping for Fineoffset24B to Weewx. Rebuilding my pi and lost everything. Having issues with radiation and luminosity. [[sensor_map]] outTemp = temperature.65.FOWH24BPacket appTemp = temperature.65.FOWH24BPacket outHumidity = humidity.65.FOWH24BPacket windSpeed = wind_speed

[weewx-user] Re: formatting MQTT message sensor lenght

2024-04-24 Thread 'michael.k...@gmx.at' via weewx-user
What's the problem with the number of digits? Are they displayed correctly in HA? Or is there a problem for HA dealing with that number of digits generally? miso k schrieb am Mittwoch, 24. April 2024 um 22:15:18 UTC+2: > Hello Weather observers, > > since long time my weewx server is running -