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

Request support for dual temp regulator #1902

Open
SmartLifeAbbecourt opened this issue May 9, 2024 · 1 comment
Open

Request support for dual temp regulator #1902

SmartLifeAbbecourt opened this issue May 9, 2024 · 1 comment
Labels
awaiting feedback Needs more information new device Unsupported device

Comments

@SmartLifeAbbecourt
Copy link

Hello,

I have special device Product Category : rs.

Clearly, it's dual thermostat with one channel able to be control with temperature difference between sensor channel 1 and 2.

It's is possible to have integration for it?

When I try to add it, it's found but I can not found any corresponding device, entities are not matching with any on list.

Below json to control it:

[
{
"code": "Power",
"value": false
},
{
"code": "temp_set",
"value": 569
},
{
"code": "T1RUN",
"value": -40
},
{
"code": "T2_UP_LIMIT",
"value": 15
},
{
"code": "T2_down_limit",
"value": 8
},
{
"code": "SWITCH2",
"value": false
},
{
"code": "UpAlarm",
"value": 120
},
{
"code": "DownAlarm",
"value": 80
},
{
"code": "Alarm",
"value": false
},
{
"code": "CH2MODE",
"value": "DIFF2"
},
{
"code": "ADJUST1",
"value": 0
},
{
"code": "ADJUST2",
"value": 0
},
{
"code": "CH1_RealTemp",
"value": 190
},
{
"code": "CH2_RealTemp",
"value": 161
}
]

below data from iot tuya:

<style> </style>
Code Type Values
Power Boolean "{true,false}"

temp_set | Integer | {
"unit": "℃",
"min": -400,
"max": 1400,
"scale": 1,
"step": 1
}
 
temp_current | Integer | {
"unit": "℃",
"min": -400,
"max": 1400,
"scale": 1,
"step": 1
}
 
T1RUN | Integer | {
"unit": "℃",
"min": -400,
"max": 1400,
"scale": 1,
"step": 1
}
 
TEMP2 | Integer | {
"unit": "℃",
"min": -400,
"max": 1400,
"scale": 1,
"step": 1
}
 
T2_UP_LIMIT | Integer | {
"unit": "℃",
"min": -400,
"max": 1400,
"scale": 1,
"step": 1
}
 
T2_down_limit | Integer | {
"unit": "℃",
"min": -400,
"max": 1400,
"scale": 1,
"step": 1
}
 
SWITCH2 | Boolean | "{true,false}"

UpAlarm | Integer | {
"unit": "℃",
"min": -400,
"max": 1400,
"scale": 1,
"step": 1
}
 
DownAlarm | Integer | {
"unit": "℃",
"min": -400,
"max": 1400,
"scale": 1,
"step": 1
}
 
Alarm | Boolean | "{true,false}"

T1STATUS | Enum | {
"range": [
"NORMAL",
"OPEN",
"SHORT",
"UP",
"DOWN"
]
}
 
T2STATUS | Enum | {
"range": [
"NORMAL",
"OPEN",
"SHORT",
"UP",
"DOWN"
]
}
 
CH2MODE | Enum | {
"range": [
"HOT2",
"COLD2",
"ALARM2",
"DIFF2"
]
}
 
CH1MODE | Enum | {
"range": [
"HOT1",
"COLD2"
]
}
 
ADJUST1 | Integer | {
"unit": "℃",
"min": -150,
"max": 150,
"scale": 1,
"step": 1
}
 
ADJUST2 | Integer | {
"unit": "℃",
"min": -150,
"max": 150,
"scale": 1,
"step": 1
}
 
DIFFTEMP | Integer | {
"unit": "℃",
"min": -1600,
"max": 2000,
"scale": 1,
"step": 1
}
 
CH1_RealTemp | Integer | {
"unit": "℃",
"min": -400,
"max": 1400,
"scale": 1,
"step": 1
}
 
CH2_RealTemp | Integer | {
"unit": " ℃",
"min": -400,
"max": 1400,
"scale": 1,
"step": 1
}
 

@SmartLifeAbbecourt SmartLifeAbbecourt added the new device Unsupported device label May 9, 2024
@make-all
Copy link
Owner

make-all commented May 9, 2024

The log message when it is found but not matched to any existing config is essential information

@make-all make-all added the awaiting feedback Needs more information label May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting feedback Needs more information new device Unsupported device
Projects
Status: 🏗 Stalled
Development

No branches or pull requests

2 participants