This custom integration retrieves data from [https://czujnikimiejskie.pl]
To install this integration manuall you have to download czujniki_miejskie.zip and extract its contents to config/custom_components/czujniki_miejskie
directory:
cd **HA Config Directory **
mkdir -p custom_components/czujniki_miejskie
cd custom_components/czujniki_miejskie
wget https://github.com/kwiatek6324/ha_custom_czujnikimiejskie/releases/latest/download/czujniki_miejskie.zip
unzip czujniki_miejskie.zip
rm czujniki_miejskie.zip
Key | Type | Required | Value | Description |
---|---|---|---|---|
platform |
string | true | czujniki_miejskie |
Name of a platform |
node |
string | true | ID of station to receive data) |
You have to visit page https://czujnikimiejskie.pl
Please click link on section Czujniki smogu and find nearest sensor for your location.
Before clicking, please open developpers tools(CTRL+Shift+K) and Network section.
After cliking in history you should find a request for URL:
http://czujnikimiejskie.pl/api/node/42/
In this URL 42 is your node ID.
sensor:
- platform: czujniki_miejskie
node: "42"