Ecowitt and Windy
-
Hello,
I've an ecowitt weather station (model MISOL HP2564CA). Data go automatically in the ecowitt site (https://www.ecowitt.net/home/index?id=159494). I would like to send automatically data in windy site. How to do ? I don't succed :-(I've the Windy ID station and Windy API key, but how to send automatically data from the station to the site ?
Thank you
-
@Tonton83 Hi, please check this thread about this topic.
-
@Suty Many thanks. I think it's impossible to transfer automatically datas from Ecowitt to Windy due to different protocol. To help people in poor area covered it would be a good thing. If you have a solution it would be good. Best regards.
-
@Tonton83
If you have a RaspberryPi with a Linux derivate OS (Debian, Raspbian, Ubuntu etc.) or a more sophisticated QNAP or Synology NAS server with a possibility to create a VM (virtual machine) or even WSL (Windows Subsystem for Linux) on a Windows 10/11 computer, you can install FOSHKplugin, an information broker software specialized on receiving,
distributing, converting etc. the data posted by a modern FineOffset/Ecowitt (clone) console.
It needs to run 24/7 though.
You can send/post the customized server data from your console to FOSHKplugin and FOSHKplugin can convert you data to the windy format. You can have up to 100 different targets where you can post to, converted or unconverted, with certain data added or nothave a look at http://meshka.eu/Ecowitt/dokuwiki/doku.php?id=start#foshkplugin
-
-
Anleitung zur Übertragung Ecowitt Wetterdaten aus einer Ecowitt-Datei mittels PHP-Script an Windy: https://github.com/wetterzerbst/windy
Instructions for transferring Ecowitt weather data from an Ecowitt file to Windy using a PHP script: https://github.com/wetterzerbst/windy
-
Es gibt ein neues Script für Ecowitt Stationsbetreiber, die nur einen freien Port haben, dennoch aber ihre Daten auf ihrem Webspace sichern und auch gleichzeitig an andere Wetterdienste weiter leiten möchten, ohne die typischen Portsperren der Webhostingbetreiber und das mühsame einrichten von Cronjobs und ohne den einzigen freien Datenport blockieren zu müssen. Das entfällt komplett, da Euer heimisches IOT diese Aufgabe nun anstößt, während das Script die Daten empfängt und auch weiter verteilt.
Dabei wird in diesem Script streng darauf geachtet, die API-Anfrage so zu gestalten, das nicht jede Datenfütterung im Minutentakt zur jeweiligen API durchgelassen wird. Sondern der entsprechenden Vorgabe genüge getan wird.
Dieses Script empfängt die Wetterdaten im folgenden Format:
archiv/live.csv -> Livedatei
archiv/YYYY-MM/YYYY-MM-DD.csv -> Tagesdatei
archiv/YYYY-MM/YYYY-MM.csv -> Monatsdatei
archiv/YYYY/YYYY.csv -> Jahresdatei
Folgende Wetterdienste können mit diesem Script bedient werden:
WOW Metoffice UK
WOW Meteo BE
WeatherUnderground
CWOP/NOAA
Meteo-Services
Windy
PWSWeather
Alle oder auch einzelne Weiterleitungen können ein- oder auch abgeschaltet werden!
Zum PHP-Script: https://github.com/wetterzerbst/ecowitt