update docs
This commit is contained in:
parent
6d7a8b99a7
commit
33b231583b
2 changed files with 1 additions and 40 deletions
|
|
@ -10,12 +10,11 @@ I have since switch to using C for better performance and control.
|
||||||
|
|
||||||
## Capabilities
|
## Capabilities
|
||||||
|
|
||||||
- Send data to Home Assistant via MQTT
|
- ✅ Send data to Home Assistant via MQTT
|
||||||
- ✅ read tempature
|
- ✅ read tempature
|
||||||
- ✅ read humidity
|
- ✅ read humidity
|
||||||
- ✅ read atmospheric pressure
|
- ✅ read atmospheric pressure
|
||||||
- ✅ read partical matter PM1, PM2.5, and PM10
|
- ✅ read partical matter PM1, PM2.5, and PM10
|
||||||
- read partical matter PM1, PM2.5, and PM10
|
|
||||||
- read noise levels
|
- read noise levels
|
||||||
- read wind speed
|
- read wind speed
|
||||||
- read wind direction
|
- read wind direction
|
||||||
|
|
|
||||||
|
|
@ -1,38 +0,0 @@
|
||||||
{
|
|
||||||
"dev": {
|
|
||||||
"ids": "bws_node1_001",
|
|
||||||
"name": "Node1",
|
|
||||||
"mf": "diy",
|
|
||||||
"sw": "1.0",
|
|
||||||
"hw": "1.0"
|
|
||||||
},
|
|
||||||
"cmps": {
|
|
||||||
"node1_temp": {
|
|
||||||
"p": "sensor",
|
|
||||||
"device_class": "temperature",
|
|
||||||
"unit_of_measurement": "°C",
|
|
||||||
"value_template": "{{ value_json.temp}}",
|
|
||||||
"unique_id": "bws_node1_temp_001"
|
|
||||||
},
|
|
||||||
"node1_humidity": {
|
|
||||||
"p": "sensor"
|
|
||||||
},
|
|
||||||
"node1_pressure": {
|
|
||||||
"p": "sensor"
|
|
||||||
},
|
|
||||||
"node1_pm1": {
|
|
||||||
"p": "sensor"
|
|
||||||
},
|
|
||||||
"node1_pm25": {
|
|
||||||
"p": "sensor"
|
|
||||||
},
|
|
||||||
"node1_pm10": {
|
|
||||||
"p": "sensor"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"o": {
|
|
||||||
"name": "diy_pico_w"
|
|
||||||
},
|
|
||||||
"state_topic": "homeassistant/sensor/bws/node1/state",
|
|
||||||
"qos": 1
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue