-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Error setting CharacteristicsProps for 'Target Temperature': 'minValue' cannot be greater or equal the 'maxValue'! #72
Comments
{
"code": "temp_set",
"mode": "rw",
"type": "Integer",
"property": {
"unit": "℃",
"min": 10,
"max": 70,
"scale": 1,
"step": 5
} I think your device may have a wrong target temperature property. |
Yes exactly, the temperature range is 10°C ~ 70°C |
Well seems I have to add a workaround for these wrong configured device: if the |
Ok, thank you for your help ! |
I have another question, what's the accuracy of your device's actually target temperature, 5°C or 0.5°C? |
I think the accuracy of the target temperature is 0.5°C |
This is really annoying of the wrong schema made by the manufactor. It devided |
Please try beta.30. I will consider add device schema overriding in 1.7.0. |
Ok, it's not crashing anymore, but the temperature is incorrect. The set temperature is half of what it's supposed to be and the actual room temperature is completely wrong. |
Can you upload the homebridge log in debug mode when setting temperature and when room temperature changed? And tell me the actual temperature. If it can be solved by schema overriding, I will do in 1.7.0. I'm a little busy in 2022.11-12, and overriding still needs a lot of work to be done, maybe 2023 we can solve this. |
Guys, sorry if off, but I've faced similar issue, a wall heater gets max 25c of heating temp. Is it something what I can change somewhere? On iOT platform I can see range is 10-49 Celsius. Thx! |
When I change the temperature to 30°C coming from 38°C, here's the log : [11/13/2022, 7:07:27 PM] [TuyaPlatform] Update value 6 => 3 for devId = '366034752cf4325ed723' service = '0000004A-0000-1000-8000-0026BB765291', subtype = undefined, characteristic = '00000011-0000-1000-8000-0026BB765291' 11/13/2022, 7:07:27 PM] [TuyaPlatform] [TuyaOpenMQ] onMessage: The actual temperature has not changed yet, but I'll update this issue when I'll get a log of the change. |
Here's the log when the temperature goes to 27°C : [11/13/2022, 7:23:37 PM] [TuyaPlatform] [TuyaOpenMQ] onMessage: |
It can only be changed by your device manufactor. And can only be changed before product release. |
@DominoLeChat Why 38°C => 30, and 27°C => 54, can you have more data?
|
TuyaDeviceList.eu1609092985368A5RKI.json.txt
@DominoLeChat
The text was updated successfully, but these errors were encountered: