Closed mmorenocab closed 9 months ago
Post device diagnostics
Post device diagnostics
{
"home_assistant": {
"installation_type": "Home Assistant Container",
"version": "2024.1.5",
"dev": false,
"hassio": false,
"virtualenv": false,
"python_version": "3.11.6",
"docker": true,
"arch": "armv7l",
"timezone": "Europe/Madrid",
"os_name": "Linux",
"os_version": "6.1.21-v7+",
"run_as_root": true
},
"custom_components": {
"tuya_local": {
"version": "2024.1.1",
"requirements": [
"tinytuya==1.13.1"
]
},
"hacs": {
"version": "1.34.0",
"requirements": [
"aiogithubapi>=22.10.1"
]
},
"sonoff": {
"version": "3.5.4",
"requirements": [
"pycryptodome>=3.6.6"
]
},
"localtuya": {
"version": "3.2.4",
"requirements": []
},
"nodered": {
"version": "3.1.3",
"requirements": []
},
"edata": {
"version": "2023.06.3",
"requirements": [
"e-data==1.1.5",
"python-dateutil>=2.8.2"
]
},
"config_editor": {
"version": "4.3",
"requirements": []
}
},
"integration_manifest": {
"domain": "localtuya",
"name": "Local Tuya",
"codeowners": [],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/xZetsubou/hass-localtuya/",
"integration_type": "hub",
"iot_class": "local_push",
"issue_tracker": "https://github.com/xZetsubou/hass-localtuya/issues",
"requirements": [],
"version": "3.2.4",
"is_built_in": false
},
"data": {
"device_config": {
"friendly_name": "Termostato DY-107",
"host": "192.168.10.207",
"local_key": "cpYxxxxxxxx>7NJo",
"protocol_version": "3.3",
"enable_debug": false,
"entities": [
{
"entity_category": "None",
"target_temperature_dp": "16",
"current_temperature_dp": "24",
"temperature_step": "1",
"min_temperature": 7.0,
"max_temperature": 35.0,
"precision": "1",
"hvac_mode_dp": "2",
"hvac_mode_set": {
"heat_cool": "Manual",
"auto": "Program"
},
"hvac_action_dp": "36",
"hvac_action_set": {
"heating": "opened",
"idle": "closed"
},
"preset_set": {},
"temperature_unit": "celsius",
"friendly_name": "",
"id": "1",
"platform": "climate",
"icon": ""
}
],
"product_key": "gdusjavy8i4dpjlt",
"device_id": "bf0595xxxxxxxxxx52edav",
"node_id": null,
"dps_strings": [
"1 ( value: True )",
"2 ( value: auto )",
"10 ( value: False )",
"16 ( value: 18 )",
"19 ( value: 23 )",
"24 ( value: 18 )",
"26 ( value: 10 )",
"27 ( value: -3 )",
"31 ( value: 5_2 )",
"36 ( value: close )",
"39 ( value: False )",
"40 ( value: False )",
"43 ( value: in )",
"44 ( value: 10 )",
"45 ( value: 0 )"
]
}
}
}
Updated
This issue was closed because it was resolved on the release: 3.2.4.1
The problem
When the plus (+) button of the climate entity is pressed, the temperature shoots to the set maximum instead of advancing 0.1, 0.5 or 1 step.
The minus (-) button works correctly.
Environment
Steps to reproduce
DP dump
Provide Home Assistant traceback/logs
Additional information
On the other hand on this fork, I have not been able to get this same entity to detect the state (open/close) of my boiler valve.
Otherwise, this fork, in addition to being necessary, works very well. Congratulations, good job.