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

[Bug] Alecto SMART-HEAT10 not properly exposed to homekit #943

Open
1 task done
bakman2 opened this issue Oct 5, 2024 · 0 comments
Open
1 task done

[Bug] Alecto SMART-HEAT10 not properly exposed to homekit #943

bakman2 opened this issue Oct 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@bakman2
Copy link

bakman2 commented Oct 5, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

The Alecto SMART-HEAT10 shows up as 2 separate accesoires within Homekit.

  • 1 on/off switch
  • a thermostat that can only control the temperature.

The on/off switch only sends window detection on/off to z2m.
The thermostat control does send temperature changes.

Related devices

No response

Related Devices

Alecto SMART-HEAT10

Steps To Reproduce

  • Pair Alecto SMART-HEAT10
  • Detected properly by z2m
  • Homebridge appears to report it correctly:
image
  • homekit shows device as separate accesoires with no option to switch from heat to off
image

Expected behavior

I expect a 'normal' thermostat control like:

image

Device entry

No response

Status update

{"current_heating_setpoint":21.5,"device":{"applicationVersion":83,"dateCode":"","friendlyName":"rooms/kleine_kamer/radiator","hardwareVersion":1,"ieeeAddr":"0x60a423fffe93d25a","manufacturerID":4098,"manufacturerName":"_TZE200_8daqwrsj","model":"SMART-HEAT10","networkAddress":53842,"powerSource":"Battery","stackVersion":0,"type":"EndDevice","zclVersion":3},"last_seen":"2024-10-05T15:48:59.755Z","linkquality":98}

Messages from this plugin

When switching to the off mode in homekit, it actually sends window detection:


[10/5/2024, 5:51:17 PM] [homebridge-z2m] Publish to 'zigbee2mqtt/0x60a423fffe93d25a/set': '{"window_detection":"OFF"}'
[10/5/2024, 5:51:17 PM] [homebridge-z2m] Pending data: {"window_detection":"OFF"}
[10/5/2024, 5:51:17 PM] [homebridge-z2m] Publish to 'zigbee2mqtt/0x60a423fffe93d25a/set': '{"window_detection":"OFF"}'
[10/5/2024, 5:51:17 PM] [homebridge-z2m] Pending data: {"window_detection":"OFF"}
[10/5/2024, 5:51:17 PM] [homebridge-z2m] Publish to 'zigbee2mqtt/0x60a423fffe93d25a/set': '{"window_detection":"OFF"}'
[10/5/2024, 5:51:17 PM] [homebridge-z2m] Pending data: {"window_detection":"OFF"}
[10/5/2024, 5:51:17 PM] [homebridge-z2m] Publish to 'zigbee2mqtt/0x60a423fffe93d25a/set': '{"window_detection":"OFF"}'
[10/5/2024, 5:51:21 PM] [homebridge-z2m] Handled device update for rooms/kleine_kamer/radiator: {"device":{"applicationVersion":83,"dateCode":"","friendlyName":"rooms/kleine_kamer/radiator","hardwareVersion":1,"ieeeAddr":"0x60a423fffe93d25a","manufacturerID":4098,"manufacturerName":"_TZE200_8daqwrsj","model":"SMART-HEAT10","networkAddress":53842,"powerSource":"Battery","stackVersion":0,"type":"EndDevice","zclVersion":3},"last_seen":"2024-10-05T15:51:21.434Z","linkquality":76,"window_detection":"OFF"}

This plugin

v1.11.0-beta.3

Homebridge

1.8.4

Zigbee2MQTT

1.40.2 commit: e06848d

Homebridge Config UI X (if applicable)

No response

@bakman2 bakman2 added the bug Something isn't working label Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant