-
Notifications
You must be signed in to change notification settings - Fork 853
New Devices: Royal Clima RCS-1000-P 3.0 ventilation system #3756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| unit: ppm | ||
| class: measurement | ||
| - entity: sensor | ||
| name: Humidity |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use class: humidity and no explicit name or icon
| min: 0 | ||
| max: 10 | ||
| - entity: sensor | ||
| name: CO2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use class: carbon_dioxide instead of explicit name and icon
| min: 2 | ||
| max: 15 | ||
| - entity: sensor | ||
| name: Status text |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be an attribute on the status sensor above
| - id: 118 | ||
| type: integer | ||
| name: value | ||
| unit: C |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this is a relative or delta temperature, then use ° to avoid conversion when the user preferences are set to Fahrenheit.
| - dps_val: true | ||
| icon: "mdi:auto-mode" | ||
| - entity: sensor | ||
| name: Bypass |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be a binary_sensor, without mapping of boolean values to strings. A class: opening is probably appropriate.
| min: 800 | ||
| max: 2000 | ||
| mapping: | ||
| - scale: 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scale: 1 is redundant
| - id: 14 | ||
| type: boolean | ||
| name: lock | ||
| mapping: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no need to override the icons here.
| - id: 11 | ||
| type: integer | ||
| name: sensor | ||
| unit: "Days" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unit should be d, and the sensor should have a class: duration.
| unit: C | ||
| class: measurement | ||
| - entity: number | ||
| name: Humidity threshold to turn on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The name is a bit wordy. Just "Humidity threshold" should be enough.
class: humidity should also be added in place of the icon.
| type: boolean | ||
| name: button | ||
| - entity: number | ||
| name: CO2 threshold to turn on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The name is a bit wordy, just CO2 threshold should be enough.
class: carbon_dioxide should also be added in place of the icon.
RCS-1000-P 3.0 is a supply and exhaust ventilation system.
8ff5681 to
afa45fd
Compare
(cherry picked / squashed from upstream PR make-all#3756)
An attempt to provide access to all found sensors using reverse engineering of the official application. Localization has been implemented for entities found in the tuya-local repo. Most likely, the configuration should be compatible with all RCS 3.0 series devices.

