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 Thermostat BHT-002 GBLW (Underfloor Heating) #1593

Closed
nk00li opened this issue Feb 3, 2024 · 1 comment
Closed

Request support for Thermostat BHT-002 GBLW (Underfloor Heating) #1593

nk00li opened this issue Feb 3, 2024 · 1 comment

Comments

@nk00li
Copy link

nk00li commented Feb 3, 2024

Log Message

2024-02-03 07:56:25.346 WARNING (MainThread) [custom_components.tuya_local.config_flow] Device matches rumba_bathroom_heater with quality of 46%. DPS: {"updated_at": 1706939773.3625615, "1": false, "2": "program", "8": false, "10": false, "16": 210, "19": 450, "24": 280, "25": "close", "27": -2, "40": false, "43": "in", "101": 10, "102": 500}
2024-02-03 07:56:25.355 WARNING (MainThread) [custom_components.tuya_local.config_flow] Report this to https://github.com/make-all/tuya-local/issues/

Information about DPS mappings

{
  "result": {
    "category": "wk",
    "functions": [
      {
        "code": "switch",
        "dp_id": 1,
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "child_lock",
        "dp_id": 6,
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "temp_set",
        "dp_id": 2,
        "type": "Integer",
        "values": "{\"unit\":\"℃\",\"min\":10,\"max\":70,\"scale\":1,\"step\":5}"
      },
      {
        "code": "eco",
        "dp_id": 5,
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "upper_temp",
        "dp_id": 3,
        "type": "Integer",
        "values": "{\"unit\":\"℃\",\"min\":0,\"max\":100,\"scale\":0,\"step\":5}"
      }
    ],
    "status": [
      {
        "code": "eco",
        "dp_id": 5,
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "temp_set",
        "dp_id": 2,
        "type": "Integer",
        "values": "{\"unit\":\"℃\",\"min\":10,\"max\":70,\"scale\":1,\"step\":5}"
      },
      {
        "code": "switch",
        "dp_id": 1,
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "child_lock",
        "dp_id": 6,
        "type": "Boolean",
        "values": "{}"
      },
      {
        "code": "upper_temp",
        "dp_id": 3,
        "type": "Integer",
        "values": "{\"unit\":\"℃\",\"min\":0,\"max\":100,\"scale\":0,\"step\":5}"
      }
    ]
  },
  "success": true,
  "t": 1683977809144,
  "tid": "72b8b7c1f18211ed86f16a7eaa158d6d"
}

Product ID

v5214objiaepcaer

Information about how the device functions

This product should function similar to the bht002_galw_thermostat, with the difference that this one controls the electric underfloor heating.

Information from AliExpress product page https://www.aliexpress.com/i/4000299782398.html
The BHT-002 range has been developed to control electric underfloor or water heating or water/gas boiler system. These units are designed for use in commercial, industrial, civil and domestic properties.

Model distinguish:

BHT002GBtype is used for electric heating floor,16A,
BHT002GB wifitype is used for electric heating floor,16A, with WIFI function and Voice control,

BHT002GA type is used for water heating floor, 5A,
BHT002GA wifi type is used for water heating floor, 5A, with WIFI function and Voice control,

BHT002GC type is used for gas boiler, 3A,
BHT002GC wifi type is used for gas boiler, 3A, with WIFI function and Voice control.

@nk00li nk00li added the new device Unsupported device label Feb 3, 2024
@make-all make-all added the full_info All info needed was provided label Feb 3, 2024
@make-all
Copy link
Owner

That info doesn't match the log message, but the log message does almost match the bht002_galw_thermostat.yaml config, so some minor tweaks to that should support it.

@make-all make-all added device variant Variant of a supported device and removed new device Unsupported device labels Feb 12, 2024
make-all added a commit that referenced this issue Feb 12, 2024
Missing factory reset (button, so likely write-only) and hvac_action (maybe only because it is off in the log).

Two additional dps: 102: 500 and 101: 10, but no info on what they are.

Issue #1593
@make-all 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 device variant Variant of a supported device awaiting confirmation Wating for confirmation the issue is solved unreleased Will be in next release labels Feb 12, 2024
timlaing pushed a commit to timlaing/tuya-local that referenced this issue Aug 8, 2024
Missing factory reset (button, so likely write-only) and hvac_action (maybe only because it is off in the log).

Two additional dps: 102: 500 and 101: 10, but no info on what they are.

Issue make-all#1593
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