Improve Develco ZHEMI101 converter#12493
Merged
Koenkk merged 2 commits intoJun 22, 2026
Merged
Conversation
Owner
|
Thanks! |
This was referenced Jul 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This improves the converter for the Develco ZHEMI101 Utility Meter devices.
A brief explanation about the device's function: This device is attached to a utility meter (electricitly, gas, water), and counts pulses that the meter emits, in order to follow along with what the meter reports. Typically this device is sold with an optical probe that registers optical pulses from an electricity meter. Devices sold like that are configured to report electricity usage (kWh), and the device expects 1000 pulses per kWh.
It is trivial to replace the optical probe with e.g. a reed contact that is closed by the magnet inside a mechanical water or gas meter. This way, the device can follow along the increasing meter position of a water or gas meter.
When you install a ZHEMI101, the user will want to specify the following:
multiplier/divisormultiplier/divisorparameters that the ZHEMI101 picked.This PR makes all of this more convenient.
I tested this using a custom converter first.
PS: I found a technical spec of the device's zigbee device implementation here