It has been developed for the following (identical) Personal Weather Stations:
- Fine Offset WH2900
- Alecto WS-5500 (used for development and testing)
- Ambient Weather WS-2902A
These PWS's are configured with an app "WS View" which allows sending Wunderground-formatted data to
a custom IP address. This IP address should be directed to the IP address of the Domoticz server,
and a configurable port number (default 8008).
Devices
The plugin provides *separate* devices for each received data item, which are meant to be used for events.
If you set the PWS to output weather data every 60 seconds, Domoticz can respond to e.g. wind gusts 10 times quicker
than the polling rate of the Weather Underground website allows. Note that the Domoticz *logging* system has a smallest
time interval of 5 minutes, so logged trends for these devices will not have a 60 seconds resolution. Still, the event
system can handle it.
Subsequently, there are 5 composite devices which yield nicer plots in the Domoticz dashboard but are less
convenient when you want to trigger events.
Installation and setup
Code: Select all
cd domoticz/plugins
Code: Select all
cd /volume1/@appstore/domoticz/var/plugins
Code: Select all
git clone https://github.com/vaneeten/domoticz-wudirect.git
Code: Select all
sudo git clone https://github.com/vaneeten/domoticz-wudirect.git
Restart your Domoticz service.
Now go to Setup, Hardware in your Domoticz interface. There you add
Wunderground Direct Receiver.
Please ensure that the port number matches the port number configured in WS View before starting the plugin.