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

Moes TRV Thermostat not recognized #1891

Closed
hocuspocus69 opened this issue May 6, 2024 · 3 comments
Closed

Moes TRV Thermostat not recognized #1891

hocuspocus69 opened this issue May 6, 2024 · 3 comments

Comments

@hocuspocus69
Copy link

This form is for reporting bugs. If you have encountered a bug, you should
generally have some log messages or device diagnostics to show something is
going wrong. If your problem is more of a question or a request for help,
then Discussions is
probably a more suitable venue.

Describe the bug
I'm trying to add Moes TRV Thermostat BRT-100

To Reproduce
when I try to add it it is recognized as CO2-box

Expected behavior
the product id Is b6wax7g0 and I'm expecting it is recognized as it

Additional context
Add any other context about the problem here.

If the bug involves a device, then please include device diagnostics from
Settings / Devices & Services / Tuya Local (your device) / "1 device"

Please check if there are messages from Tuya Local in the Home
Assistant log (Settings / System / Logs), and include those too.
2024-05-06 11:41:55.184 WARNING (MainThread) [custom_components.tuya_local.config_flow] Device matches co2_box with quality of 14%. DPS: {"updated_at": 1714988512.7228408, "2": 16, "3": 230, "4": false, "5": 5, "9": "closed", "14": 97, "105": 2}
2024-05-06 11:41:55.184 WARNING (MainThread) [custom_components.tuya_local.config_flow] Report this to https://github.com/make-all/tuya-local/issues/
If applicable, add screenshots to help explain your problem.

@hocuspocus69 hocuspocus69 added the bug Something isn't working label May 6, 2024
@make-all make-all added device improvement Improvement to an existing device config and removed bug Something isn't working labels May 6, 2024
make-all added a commit that referenced this issue May 12, 2024
@make-all make-all added awaiting feedback Needs more information unreleased Will be in next release awaiting confirmation Wating for confirmation the issue is solved and removed awaiting feedback Needs more information labels May 12, 2024
@hocuspocus69
Copy link
Author

Now it recognize it as
CO2-box
yueqingcombo_yet848pc_curtain
log debug
2024-05-15 14:04:54.887 WARNING (MainThread) [custom_components.tuya_local.config_flow] Device matches yueqingcombo_yet848pc_curtain with quality of 33%. DPS: {"updated_at": 1715774688.8933535, "2": 16, "3": 250, "4": false, "7": "closed", "9": "closed", "14": 97}
2024-05-15 14:04:54.887 WARNING (MainThread) [custom_components.tuya_local.config_flow] Report this to https://github.com/make-all/tuya-local/issues/

@hocuspocus69
Copy link
Author

hocuspocus69 commented May 15, 2024

Maybe useful for you
"product_id": "b6wax7g0",
"biz_type": 18,
"model": "",
"sub": true,
"icon": "https://images.tuyaeu.com/smart/icon/bay1590985471642quoi/7bf56ec7badbc505eec2356669a293ca.jpg",
"mapping": {
"1": {
"code": "mode",
"type": "Enum",
"values": {
"range": [
"auto",
"manual",
"TempHold",
"holidays"
]
}
},
"2": {
"code": "temp_set",
"type": "Integer",
"values": {
"unit": "\u00b0C",
"min": 5,
"max": 45,
"scale": 0,
"step": 1
}
},
"3": {
"code": "temp_current",
"type": "Integer",
"values": {
"unit": "\u00b0C",
"min": -100,
"max": 500,
"scale": 1,
"step": 5
}
},
"4": {
"code": "switch_rapid",
"type": "Boolean",
"values": {}
},
"5": {
"code": "countdown_rapid",
"type": "Integer",
"values": {
"unit": "min",
"min": 0,
"max": 720,
"scale": 0,
"step": 15
}
},
"7": {
"code": "work_state",
"type": "Enum",
"values": {
"range": [
"opened",
"closed"
]
}
},
"8": {
"code": "window_check",
"type": "Boolean",
"values": {}
},
"9": {
"code": "window_state",
"type": "Enum",
"values": {
"range": [
"opened",
"closed"
]
}
},
"13": {
"code": "child_lock",
"type": "Boolean",
"values": {}
},
"14": {
"code": "battery_percentage",
"type": "Integer",
"values": {
"unit": "%",
"min": 0,
"max": 100,
"scale": 0,
"step": 1
}
}
"103": {
"code": "BoostTime",
"type": "Integer",
"values": {
"unit": "min",
"min": 0,
"max": 720,
"scale": 0,
"step": 15
}
"104": {
"code": "Valve_Ratio",
"type": "Integer",
"values": {
"unit": "%",
"min": 0,
"max": 100,
"scale": 0,
"step": 25
}
"105": {
"code": "FillTemp",
"type": "Integer",
"values": {
"unit": "\u00b0C",
"min": -9,
"max": 9,
"scale": 0,
"step": 1
}
"106": {
"code": "Eco_Mode",
"type": "Boolean",
"values": {}
}
"107": {
"code": "Eco_Temp",
"type": "Integer",
"values": {
"unit": "°C",
"min": 5,
"max": 35,
"scale": 0,
"step": 1
}
"108": {
"code": "MaxSettemp",
"type": "Integer",
"values": {
"unit": "\u00b0C",
"min": 15,
"max": 45,
"scale": 0,
"step": 1
}
"109": {
"code": "MinSetTEMP",
"type": "Integer",
"values": {
"unit": "\u00b0C",
"min": 5,
"max": 15,
"scale": 0,
"step": 1
}
},

make-all added a commit that referenced this issue May 15, 2024
@hocuspocus69
Copy link
Author

Now is correctly recognized....

@make-all make-all removed awaiting confirmation Wating for confirmation the issue is solved labels May 16, 2024
@make-all make-all reopened this May 17, 2024
@make-all make-all removed unreleased Will be in next release device improvement Improvement to an existing device config labels May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants