Hi
I have a weather station WH3080 and I use weewx.
My problem is the comma and Point in the sensor data.
On my WH3080 hardware display all sensor data are shown with a dot, e.g. Outside temperature 20.1 inside at 19.8.
In my Weewx template I get the sensor data all with a comma! e.g. 20,1 or 19,8
The output in a Json file also comes with a comma, for example 20,1.
I need all the sensor data but with a dot !!
I have a home automation software that skips the Json data and has problems with the comma.
Can I change from comma output to point in the Weewx software .. ?
Thank you