question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Device Support Request] Hama Smart Radiator Thermostat (TS0601 _TZE200_yw7cahqs)

See original GitHub issue

Is your feature request related to a problem? Please describe. Device pairs successfully, but no entities are created and the device is therefore not usable right now.

Describe the solution you’d like I would like help getting this device paired in ZHA with controllable entities.

Device signature - this can be acquired by removing the device from ZHA and pairing it again from the add devices screen. Be sure to add the entire content of the log panel after pairing the device to a code block below this line.

{
  "node_descriptor": "NodeDescriptor(byte1=2, byte2=64, mac_capability_flags=128, manufacturer_code=4098, maximum_buffer_size=82, maximum_incoming_transfer_size=82, server_mask=11264, maximum_outgoing_transfer_size=82, descriptor_capability_field=0, *allocate_address=True, *complex_descriptor_available=False, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=True, *is_full_function_device=False, *is_mains_powered=False, *is_receiver_on_when_idle=False, *is_router=False, *is_security_capable=False, *is_valid=True, *logical_type=<LogicalType.EndDevice: 2>, *user_descriptor_available=False)",
  "endpoints": {
    "1": {
      "profile_id": 260,
      "device_type": "0x0051",
      "in_clusters": [
        "0x0000",
        "0x0004",
        "0x0005",
        "0xef00"
      ],
      "out_clusters": [
        "0x000a",
        "0x0019"
      ]
    }
  },
  "manufacturer": "_TZE200_yw7cahqs",
  "model": "TS0601",
  "class": "zigpy.device.Device"
}

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:23 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
DatGuyCodingcommented, Sep 1, 2021

Hey guys, thanks for your additional replies! I gave it a quick test. I can send the services manually from the UI and it adjusts the temperature just fine! I need to send it as 2 seperate steps though. So first on/off and then set the temperature. If I implement it into an automation like the example in the documentation:

### Set temperature to 24 in heat mode
automation:
  trigger:
    platform: time
    at: "07:15:00"
  action:
    - service: climate.set_temperature
      target:
        entity_id: climate.kitchen
      data:
        temperature: 24
        hvac_mode: heat

or send it via the UI simutaniously (with both boxes checked) the hvac just gets turned on and no temperature is set. Maybe I will find a workaround for that.

Again: I really appreciate the time you put into helping me.

1reaction
MattWestbcommented, Jun 19, 2021

Its in the dev branch now 😃)

So very likely its going in the next ZHA quirk release that hopefully is going in HA 2012.07.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Moes Zigbee Smart Valve TS0601 in Home Assistant - YouTube
I'll compare it to tado devices I have in my home in both functionality, size and cost. Moeshouse Tuya ZigBee3.0 Smart Radiator Valve...
Read more >
Hama Smart Radiator Termostat - Home Assistant Community
I cannot find any entities on my Hama Smart Radiator Thermostat! No problem adding the device to zha. But no entities are visible...
Read more >
TuYa TS0601_thermostat control via MQTT | Zigbee2MQTT
Integrate your TuYa TS0601_thermostat via Zigbee2MQTT with whatever smart home infrastructure you are using ... Description, Radiator valve with thermostat.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found