Weather Station Hardware > Ambient Weather and Ecowitt and other Fine Offset clones
FOSHKplugin - brief introduction
navzptc:
Oliver,
Will this work on a Ecowitt HP2550 clone which is sending Ecowitt data to my Weewx set up on a RPi?
I'm trying to install your FOSHKplugin - generic version on the same RPi as which Weewx is running.
I'm presently receiving data from the weather station (ip: 192.168.1.35) to my Weewx set up (ip: 192.168.1.151 on port 8085) and using the information to feed PWS on the net and locally to PWS_Dashboard - also set up on the Weewx Rpi which is working fine.
I would like to also send RAWEW data to 192.168.1.31 (Android Tablet to feed Da9L's program :grin:), but all my attempts have failed - some of my error messages below! :-(
Jun 19 11:59:40 weewx foshkplugin[16998]: <OK> FOSHKplugin v0.05 started
Jun 19 11:59:40 weewx foshkplugin[16998]: <ERROR> can not open http-socket 127.0.1.1:80
Jun 19 11:59:40 weewx foshkplugin[16998]: <OK> report watchdog activated, will warn if weather station did not report within 3 send-intervals
Jun 19 11:59:40 weewx foshkplugin[16998]: <OK> storm warning activated, will warn if air pressure rises/drops more than 1.75 hPa/hour with expiry time of 60 minutes
Jun 19 11:59:40 weewx foshkplugin[16998]: <OK> FOSHKplugin v0.05 stopped
Jun 19 12:03:20 weewx foshkplugin[17085]: <ERROR> can not open http-socket 192.168.1.151:80
Jun 19 12:03:20 weewx foshkplugin[17085]: <OK> report watchdog activated, will warn if weather station did not report within 3 send-intervals
Jun 19 12:03:20 weewx foshkplugin[17085]: <OK> storm warning activated, will warn if air pressure rises/drops more than 1.75 hPa/hour with expiry time of 60 minutes
Jun 19 12:03:20 weewx foshkplugin[17085]: <OK> FOSHKplugin v0.05 stopped
Jun 19 12:05:21 weewx foshkplugin[17142]: <OK> FOSHKplugin v0.05 started
Jun 19 12:05:21 weewx foshkplugin[17142]: <OK> local http-socket 192.168.1.151:8080 bound
Jun 19 12:05:21 weewx foshkplugin[17142]: <OK> report watchdog activated, will warn if weather station did not report within 3 send-intervals
Jun 19 12:05:21 weewx foshkplugin[17142]: <OK> storm warning activated, will warn if air pressure rises/drops more than 1.75 hPa/hour with expiry time of 60 minutes
Jun 19 12:05:21 weewx foshkplugin[17142]: <ERROR> sendUDP to : im except!
Jun 19 12:05:21 weewx foshkplugin[17142]: <OK> local UDP-socket 192.168.1.151:8085 bound
Jun 19 12:05:21 weewx foshkplugin[17142]: <OK> remote UDP: :
Any suggestions much appreciated.
Regards,
Andy
olicat:
Hi Andy,
--- Quote ---Will this work on a Ecowitt HP2550 clone which is sending Ecowitt data to my Weewx set up on a RPi?
--- End quote ---
Yes.
FOSHKplugin will work with every device sending WU or Ecowitt.
The automatic detection and remote configuration of the weather station may not work (in your case, it should). But the configuration in the config file is done with a few entries.
--- Quote ---all my attempts have failed - some of my error messages below!
--- End quote ---
You are using version v0.05. You should definitely use the current Beta v0.06, because only there is the possibility of extended forwards like RAWEW:
https://foshkplugin.phantasoft.de/files/generic-FOSHKplugin-0.0.6Beta.zip
The configuration for the forwards should then look like this in your case:
--- Code: ---# forward to weewx
[Forward-1]
FWD_TYPE = RAWEW
FWD_URL = http://192.168.1.151:8085/
# forward to PWT
[Forward-2]
FWD_TYPE = RAWEW
FWD_URL = http://192.168.1.31:8572/data/report/
--- End code ---
Regards, Oliver
navzptc:
Hi Oliver,
Many thanks for the quick response and the pointer to update to the latest beta version which I did.
After installing 0.0.6 Beta and following your config for weewx & PWT I am very happy to say that all is running fine and all programs are updating [tup]
VMT for your assistance.
Regards,
Andy
olicat:
You are welcome!
Of course, you can also operate several tablets with PWT in parallel with this solution (if you define a separate forward for each tablet).
Or (additionally) run any other software that Ecowitt expects. Maybe you still need a separate weewx instance for testing?
;-)
Regards, Oliver
navzptc:
Hi Oliver,
Quick question, How do you stop the logging with FOSHKplugin?
I've tried 'logging.getLogger foshkplugin', 'generic-FOSHKplugin-install.sh -logging' etc etc to no avail :-(
Your assistance much appreciated [tup]
regards,
Andy
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version