-
Notifications
You must be signed in to change notification settings - Fork 526
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
Request support for Touchstone Sideline Electric Fireplace #1372
Comments
make-all
added a commit
that referenced
this issue
Jan 7, 2024
make-all
added
awaiting confirmation
Wating for confirmation the issue is solved
unreleased
Will be in next release
and removed
full_info
All info needed was provided
new device
Unsupported device
awaiting confirmation
Wating for confirmation the issue is solved
unreleased
Will be in next release
labels
Jan 7, 2024
make-all
added a commit
that referenced
this issue
Jan 29, 2024
Combine COALBEDCOLOUR with ember_bed_brightness rather than COALBEDLIGHT. It seems that despite the naming, this is the correct combination. Issuee #1372 (comment on previous commit)
timlaing
pushed a commit
to timlaing/tuya-local
that referenced
this issue
Aug 8, 2024
timlaing
pushed a commit
to timlaing/tuya-local
that referenced
this issue
Aug 8, 2024
Although "coal bed" light is not fitted to reporter's unit, and it may in fact be an uplight above the unit, leave it in with Tuya's original name (confusingly similar to Embers though it is) in case other users can use it. Issue make-all#1372 (comments on commit 263093b)
timlaing
pushed a commit
to timlaing/tuya-local
that referenced
this issue
Aug 8, 2024
Combine COALBEDCOLOUR with ember_bed_brightness rather than COALBEDLIGHT. It seems that despite the naming, this is the correct combination. Issuee make-all#1372 (comment on previous commit)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Log Message
Information about DPS mappings
Product ID
qhwld7e4eqvu5fbp
Information about how the device functions
Code
1 = Switch | ON | OFF (All Caps)
2 = Set Temperature | 19°C (Only works if 13 is set to C)
3 = Current Temperature | 21°C (Read out of current temp in C)
5 = Gear | 0 | Level 1 | Level 2 (heater fan speed and heat control)
102 = Flame Brightness | 1 | 2 | 3 | 4 | 5 (1 lowest 5 brightest)
101 = Flame Color | 1 Orange | 2 Blue | 3 Yellow | 4 Orange+Blue | 5 Orange+Yellow | 6 Blue+Yellow
103 = Flame Speed | 1 | 2 | 3 (Slow med fast)
104 = Log Color | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 (1 Orange | 2 Red | 3 Blue | 4 Yellow | 5 Green | 6 Purple | 7 Teal | 8 Pink | 9 White | 10 Peach | 11 Rotating Color Wheel | 12 Pause?)
105 = Unknown | 1 (seems to be Log/Bed brightness based on the the Tuya site)
106 = Countdown AAAAAAAAAAAA (not sure but I would figure it's unneeded for HA)
107 = HeatDisable | off (couldn't find a way to toggle this and it only report off 1 time)
108 = Lock | ON | OFF (All Caps, seems to prevent any changes to settings)
13 - = Change temp unit | °F | °C
109 = Seems to be Log/Bed Brightness but unsupported in app | L1 L2 L3 L4 L5
14 = Set Temp(°F) | 69°F (Only works if 13 is set to F)
15 = Current temp(°F) | 69°F (Just a read out of the current temp in °F)
From Query Properties on Tuya IOT
{
"result": {
"properties": [
{
"code": "switch",
"custom_name": "",
"dp_id": 1,
"time": 1701632300456,
"value": true
},
{
"code": "temp_set",
"custom_name": "",
"dp_id": 2,
"time": 1701632912044,
"value": 19
},
{
"code": "temp_current",
"custom_name": "",
"dp_id": 3,
"time": 1701633482804,
"value": 21
},
{
"code": "level",
"custom_name": "",
"dp_id": 5,
"time": 1701632912213,
"value": "0"
},
{
"code": "temp_unit_convert",
"custom_name": "",
"dp_id": 13,
"time": 1701632915360,
"value": "f"
},
{
"code": "temp_set_f",
"custom_name": "",
"dp_id": 14,
"time": 1701633201111,
"value": 67
},
{
"code": "temp_current_f",
"custom_name": "",
"dp_id": 15,
"time": 1701633482813,
"value": 70
},
{
"code": "FLAMECOLOUR",
"custom_name": "",
"dp_id": 101,
"time": 1701631527655,
"value": "6"
},
{
"code": "FLAMELIGHT",
"custom_name": "",
"dp_id": 102,
"time": 1701633237058,
"value": "5"
},
{
"code": "FLAMESPEED",
"custom_name": "",
"dp_id": 103,
"time": 1701632098420,
"value": "1"
},
{
"code": "COALBEDCOLOUR",
"custom_name": "",
"dp_id": 104,
"time": 1701633267682,
"value": "6"
},
{
"code": "COALBEDLIGHT",
"custom_name": "",
"dp_id": 105,
"time": 1701630061623,
"value": "1"
},
{
"code": "TIMER",
"custom_name": "",
"dp_id": 106,
"time": 1701632915541,
"value": "AAAADwAAAA8A"
},
{
"code": "HeatDisable",
"custom_name": "",
"dp_id": 107,
"time": 1701630061623,
"value": false
},
{
"code": "Lock",
"custom_name": "",
"dp_id": 108,
"time": 1701633281724,
"value": false
},
{
"code": "ember_bed_brightness",
"custom_name": "",
"dp_id": 109,
"time": 1701627582812,
"value": "L4"
}
]
},
The text was updated successfully, but these errors were encountered: