Skip to content
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

Add support for Recteq RT700 Grill #2741

Merged
merged 6 commits into from
Feb 4, 2025
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions custom_components/tuya_local/devices/rectec_rt700_grill.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: RecTeq RT-700 Grill
make-all marked this conversation as resolved.
Show resolved Hide resolved
products:
- id: 5518137548fda419c2e
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This appears to be a device id rather than product id.

name: RecTeq RT-700
primary_entity:
make-all marked this conversation as resolved.
Show resolved Hide resolved
entity: climate
make-all marked this conversation as resolved.
Show resolved Hide resolved
dps:
- id: 1
type: boolean
mapping:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name is required, was the removal of name: hvac_mode accidental?

- dps_val: false
value: "off"
- dps_val: true
value: heat
- id: 102
type: integer
name: temperature
range:
min: 180
max: 500
unit: F
- id: 103
type: integer
name: current_temperature
unit: F
secondary_entities:
- entity: sensor
name: Probe A Temperature
class: temperature
dps:
- id: 105
type: integer
name: sensor
unit: F
- entity: sensor
name: Probe B Temperature
class: temperature
dps:
- id: 106
type: integer
name: sensor
unit: F
Loading