Server and dashboard for my home station. Minor Smart Things 2023
DISCLAIMER: the weather station hub is currently still under development don’t expect any data to be kept!!!
Go to the server website: https://whub.duckdns.org
Create a new account by pressing Sign Up
button.
Once you created your account, proceed by pressing the Login
button and log in with your credentials
Once your logged in create your own weatherstation by pressing Create Weatherstation
Specify your weather station’s location either by using the map or entering the coordinates yourself (optional) add url to your own dashboard
Setup using the following settings:
Host: 145.24.222.116
Port: 8884
Username: minor
Password: smartthings2023
The server accepts data in JSON format, take a look at the examples:
{"user": "auke", "weather_station": 1, "data": {"humidity": 66.0, "temperature": 50, "wind_speed": 14, "gas": 20, "testval": 33, "speed": 44}}
{"user": "auke", "weather_station": 1, "data": {"humidity": 66.0, "temperature": 50}}
Make sure to use your own username and to specify your own weather station.
To get the ID of your weather station use the following link: https://whub.duckdns.org/api/stations and look for your username.
A dashboard is available at [http://whub.duckdns.org/dashboard] and is currently still under construction
You’re welcome to create a pull request or create issues whenever you run into something or think some functionality could be improved.
docker compose up -d