Skip to content

Update ctm.ts, mKomfy fixes#11083

Merged
Koenkk merged 3 commits intoKoenkk:masterfrom
overskeid:patch-1
Dec 24, 2025
Merged

Update ctm.ts, mKomfy fixes#11083
Koenkk merged 3 commits intoKoenkk:masterfrom
overskeid:patch-1

Conversation

@overskeid
Copy link
Copy Markdown
Contributor

Add mKomfy 2.5
Update mKomfy 2.0 to use manufacturerZoneAttributes
Move mKomfy Tak to mKomfy

overskeid and others added 3 commits December 23, 2025 07:34
Add mKomfy 2.5
Update mKomfy 2.0 to use manufacturerZoneAttributes
Move mKomfy Tak to mKomfy
Change model to mkomfy25
@overskeid
Copy link
Copy Markdown
Contributor Author

Image for mkomfy25
Koenkk/zigbee2mqtt.io#4598

I just used the mKomfy logo because this converter will apply to 20+ different stove guards.

Comment thread src/devices/ctm.ts
m.deviceTemperature(),
m.iasZoneAlarm({zoneType: "alarm", zoneAttributes: ["alarm_1", "alarm_2", "tamper", "battery_low"]}),
m.iasZoneAlarm({
zoneType: "generic",
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
zoneType: "generic",
zoneType: "alarm",

Maybe this is better?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used 'generic' because 'alarm' overrides one of the manufacturerZoneAttributes.

Comment thread src/devices/ctm.ts
],
},
{
zigbeeModel: ["mKomfy 2.5"],
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since code is the same, can be merged with mKomfy 2.0 from above, use whitelabel for proper detection, see:

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'2.0' does not support onOff cluster.

@Koenkk Koenkk merged commit c1c68fa into Koenkk:master Dec 24, 2025
3 checks passed
@Koenkk
Copy link
Copy Markdown
Owner

Koenkk commented Dec 24, 2025

I see, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants