
The Ecowitt WS2910 template connects TapHome to the WS2910 Color Display Wi-Fi Weather Station through the Ecowitt Cloud API v3. The WS2910 console collects data from its outdoor 7-in-1 solar-powered wireless sensor array (temperature, humidity, wind, rain, light/UV) and its built-in indoor sensors, then uploads readings to the Ecowitt cloud server via Wi-Fi. TapHome queries the cloud API via HTTPS and receives all sensor data in a single JSON response.
The template provides 16 read-only monitoring devices covering outdoor and indoor conditions, wind measurements, rainfall accumulation at four time scales, barometric pressure, solar irradiance and UV index. The only requirements are an Ecowitt account, the WS2910 connected to Wi-Fi and uploading to ecowitt.net, and three API credentials.
Configuration
Ecowitt account and Wi-Fi setup
The WS2910 console must be connected to Wi-Fi and uploading data to ecowitt.net. Initial setup is done through the WSView Plus mobile app (iOS / Android):
- Power the console with the included 5V DC adapter (Wi-Fi only works with DC power, not batteries)
- Hold the WIND + PRESSURE buttons for approximately 5 seconds until the Wi-Fi icon and M-B flash
- In the WSView Plus app, press Configure New Device and follow the on-screen instructions to connect the console to the local Wi-Fi network
- Enable uploading to Ecowitt Weather (ecowitt.net) in the server configuration screen
Once configured, sensor data appears on the ecowitt.net dashboard within several minutes.
Obtaining API credentials
Three credentials are required for the TapHome integration. All are created and managed at ecowitt.net:
- Register an account at www.ecowitt.net (if not already done during Wi-Fi setup)
- Ensure the WS2910 appears on the dashboard with live data
- Navigate to API Management section
- Create an Application Key — this identifies the application accessing the API
- Create an API Key — this is a user-specific UUID string
- Find the MAC address of the WS2910 — visible in the WSView Plus app under Device List, or on the ecowitt.net dashboard
Import parameters
When importing the template in TapHome, enter:
| Parameter | Description | Where to find |
|---|---|---|
Application key | Application identifier from ecowitt.net | API Management → Application Key |
API key | User API key (UUID format) | API Management → API Key |
Mac address | Device MAC address (XX:XX:XX:XX:XX:XX) | WSView Plus app → Device List, or ecowitt.net dashboard |
The default poll interval is 60 seconds (60,000 ms), matching the console’s indoor sensor reporting interval. The outdoor sensor reports to the console every 16 seconds, but data is aggregated by the console before upload.
Internet dependency
This is a cloud-only integration. All data flows through the Ecowitt cloud server (api.ecowitt.net:443). The template will not work without an active internet connection on both the TapHome Core and the WS2910 console.
The WS2910 console acts as both a display and a Wi-Fi gateway — no separate gateway device is needed. As long as the console is powered by the DC adapter and connected to Wi-Fi, data is uploaded automatically.
Device capabilities
Temperature and humidity
The Outdoor Temperature device reads temperature (°C) and humidity (%) from the 7-in-1 wireless sensor array. The outdoor sensor has a range of -40 °C to 60 °C with ±1 °C accuracy, and humidity from 1% to 99% with ±5% accuracy. Humidity is divided by 100 for the TapHome 0–1 analog input range.
The Indoor Temperature device reads temperature and humidity from the console’s built-in sensors. Indoor temperature range is -10 °C to 60 °C, humidity 1% to 99%.
Two additional computed values are available:
- Outdoor Feels Like Temperature — perceived temperature accounting for wind chill (below ~10 °C) and heat index (above ~27 °C), calculated by the Ecowitt cloud from air temperature, humidity and wind speed
- Outdoor Dew Point — the temperature at which outdoor air reaches water vapor saturation, calculated from temperature and humidity
Wind measurements
Three devices cover wind data from the anemometer and wind vane on the outdoor sensor array:
- Wind Speed — sustained wind speed in km/h. Range 0–180 km/h, accuracy ±1 m/s (below 5 m/s) or ±10% (above 5 m/s)
- Wind Gust — peak wind speed over the measurement interval (highest 3-second average) in km/h
- Wind Direction — compass direction the wind is blowing from, in degrees (0° = North, 90° = East, 180° = South, 270° = West)
Precipitation
Four devices track rainfall accumulation at different time scales, plus an instantaneous rate:
- Hourly Precipitation — accumulated rainfall in the last 60 minutes (rolling window) in mm
- Daily Precipitation — accumulated rainfall since midnight in mm
- Weekly Precipitation — accumulated rainfall since the start of the current week in mm
- Monthly Precipitation — accumulated rainfall since the first day of the current month in mm
- Rain Rate — current rainfall intensity, extrapolated to mm/hr. Rain volume accuracy is ±10% with 0.3 mm resolution
Barometric pressure
- Air Pressure (Absolute) — barometric pressure without altitude compensation, in hPa. Range 700–1100 hPa, accuracy ±3 hPa
- Air Pressure (Relative) — barometric pressure compensated for altitude (sea-level equivalent), in hPa
Solar and UV
- Solar Irradiance — solar radiation intensity in W/m². Light sensor range 0–200 klux, accuracy ±15%
- UV Index — ultraviolet radiation index on the international 0–15 scale (0 at night, 10+ at midday summer sunlight)
Additional capabilities
The Ecowitt Cloud API also provides a rainfall event accumulation (resets when rain stops) and yearly precipitation total. These are available in the API response but not parsed by the current template. The WS2910 hardware supports up to 8 additional WN31 multi-channel temperature/humidity sensors and up to 2 WH41/WH43 PM2.5 air quality sensors — the API likely exposes these under additional data paths. Outdoor and indoor humidity are currently only available as part of their respective temperature devices; standalone humidity devices could be added in a future template update.
Troubleshooting
API returns error or no data
- Verify the WS2910 is online on ecowitt.net — log into the dashboard and check that live data is being displayed
- Confirm all three credentials are correct: application key, API key and MAC address
- Ensure the MAC address format matches exactly (XX:XX:XX:XX:XX:XX with colons)
- Check that the WS2910 console is powered by the DC adapter (Wi-Fi does not work on battery power alone)
Stale or delayed readings
The Ecowitt Cloud API returns the most recent data uploaded by the WS2910 console. The console uploads data at the interval configured during setup (default 5 minutes on ecowitt.net storage). The template polls the API every 60 seconds, but the underlying data may update less frequently depending on the upload interval.
Default units are Imperial
The Ecowitt API returns data in Imperial units (°F, inHg, mph, inches) by default. The template explicitly sets metric unit IDs in the API URL (temp_unitid=1, pressure_unitid=3, wind_speed_unitid=7, rainfall_unitid=12, solar_irradiance_unitid=16) to receive all values in metric units. These unit IDs should not be modified.
The Ecowitt Cloud API requires an active internet connection and depends on Ecowitt cloud server availability. During cloud outages or internet disruptions, the template will not receive updated data.
