Skip to content

Commit

Permalink
Document valves
Browse files Browse the repository at this point in the history
  • Loading branch information
make-all committed Mar 8, 2024
1 parent f79fea2 commit bb453fa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
23 changes: 13 additions & 10 deletions DEVICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -604,28 +604,34 @@ port and password.
- Moes IR/RF remote controller (also IR controller pro, may work only for IR)
- Universal remote control with temperature and humidity sensors

### Valves

- ARD-100+ valve controller
- Aubess Rainpoint TTP106W irrigation system
- Becasmart BAF-908 irrigation system
- Garza Wi-Fi garden irrigation system (ITV103W with 433MHz WiFi hub)
- Holman WX1 tap timer (sprinkler controller)
- Holman WX2 dual tap timer
- Holman WX8 8 sprinkler irrigation controller
- Qoto 03 smart water valve / sprinkler controller
- Qoto 05 smart water valve / sprinkler controller
- SH07-8 smart sprinkler controller

### Miscellaneous

- generic PIR motion sensor
- generic illuminance sensor
- Air Housekeeper 6-in-1 air quality monitor
- Akai heat pump clothes dryer
- ARD-100+ valve controller
- ASIP-0622 indoor planter
- Aubess Rainpoint TTP106W irrigation system
- Becasmart BAF-908 irrigation system
- Brennenstuhl WFD3050P PIR motion activated CCT spotlight
- Bresser smart 7-in-1 weather station
- CO2-Box air quality monitor
- CT20W PIR motion detector
- Emax EM3378 Weather Station (selling as Hiper P1 and other rebrands)
- EPT ultrasonic 3m tank level sensor
- Garza Wi-Fi garden irrigation system (ITV103W with 433MHz WiFi hub)
- GratKit filament dryer
- Haier Nayun NY-GS-04 combustible gas alarm
- Holman WX1 tap timer (sprinkler controller)
- Holman WX2 dual tap timer
- Holman WX8 8 sprinkler irrigation controller
- Inkbird PTH-9CW air quality monitor
- KKMoon 7in1 air quality monitor
- Kogan bidet toilet seat
Expand All @@ -638,10 +644,7 @@ port and password.
- PGST PA-010 indoor temperature and humidity sensor
- PH-W218 water quality monitor
- PV28-CW 8 in 1 air quality monitor
- Qoto 03 smart water valve / sprinkler controller
- Qoto 05 smart water valve / sprinkler controller
- SD123 HPR01 human presence radar
- SH07-8 smart sprinkler controller
- SNT957W-TDE temperature sensor
- SNT957W-DE CBU temperature and humidity sensor
- Sunbeam dual heated mattress pad
Expand Down
3 changes: 3 additions & 0 deletions custom_components/tuya_local/devices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,9 @@ The value "off" will be used for turning off the siren, and will be filtered fro
- **error** (optional, bitfield): a dp that reports error status.
As this is mapped to a single "fault" state, you could consider separate binary_sensors to report on individual errors
### `valve`
- **valve** (required, boolean or integer): a dp that reports the current state of the valve, and if not readonly, can also be used to set the state. If a number, it should be a percentage between 0 and 100 indicating how far open the valve is. If a boolean, it should indicate open (true) or closed (false).
### `water_heater`
- **current_temperature** (optional, number): a dp that reports the current water temperature.
Expand Down

0 comments on commit bb453fa

Please sign in to comment.