moving stuff

This commit is contained in:
nikzori
2025-04-14 15:37:34 +03:00
parent 0ed87d16b6
commit c9469f274a
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
[RU](README.md) | EN
# ZigBee2MQTT: config files
Extension files for ZigBee2MQTT; only one of the files is required for device support.
Extract the file into the `/data` folder. Add the following lines to `configuration.yaml` file in the same folder:
```
external_converters:
- win.basic.js
```
## win.basic.js
Basic support for Winner. Available fields:
- Valve position: open/closed
- Alarm status
- Because of the device's firmware, you cannot turn the alarm on
- Cleaning mode status
- Battery charge level
- Error code
## win.dev.js
A version with the full list of the device DPs. See commented out areas inside the file for more info on commands. Adding new wireless sensors can be done by posting the value `16777216`.