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.

Adding support for "Develco AMS HAN sensor (EMIZB-132)"

See original GitHub issue

So I’ve been going at it for a while now and I’m at a loss on what to do next. Posting what I have so far in the hopes that someone can help me out a bit.

This is a device that connects to the HAN-port on a digital electricity meter and it should be able to read electrical measurements from the device.

Here is the datasheet for the device. https://www.develcoproducts.com/media/1783/emizb-132-technical-manual-emi-norwegian-han.pdf

This is the initial log when I connect the device in HA: https://gist.github.com/SilentFez/94cdc5a6aa953d648323b403a6247dcc

And this is the log after adding the following in devices.js

{
    zigbeeModel: ['EMIZB-132'], 
    model: 'emizb-132',
    vendor: 'Develco',
    description: 'Wattle AMS HAN power-meter sensor',
    supports: 'Monitoring stats from central household power-meter',
    fromZigbee: [],
    toZigbee: [],
},

https://gist.github.com/SilentFez/8e28969c0a677a22c46cad9d7baa9afd

And this is the log for when I add the converter that is showing up in the second log: https://gist.github.com/SilentFez/026af1cf913fd899d1430f9c756f8b63

When I add the device in homeassistant.js and try to pair it, nothing seems not show up and I cant seem to get any other readings for converters in the logs.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:108 (40 by maintainers)

github_iconTop GitHub Comments

2reactions
SilentFezcommented, Feb 26, 2020

Update 2: I contacted Wattle and asked them if it was possible to get the new firmware for the device. But I need to have their bridge/gateway in order to update it myself. But they were nice enough to offer to update it for me, so if I send the device to them they will make sure to upgrade it to the 2019 version that is needed for the Aidon meters. So if anyone else were to bump in to the same problem they could try and do the same, just ask if they are willing to update it for you.

1reaction
Koenkkcommented, May 2, 2020

@SilentFez thanks, will push it to the dev branch soon.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Adding support for "Develco AMS HAN sensor (EMIZB-132)"
This is a device that connects to the HAN-port on a digital electricity meter and it should be able to read electrical measurements...
Read more >
Develco EMIZB-132 Homebridge/HomeKit integration
Add HomeKit support to your Develco EMIZB-132, using Homebridge, ... EMIZB-132. Wattle AMS HAN power-meter sensor ... Want to have this device supported?...
Read more >
ZHA Zigbee Tested Devices...Please add your ...
I have this device connected to my powermeter, it's a Develco EMIZB-132 Norwegian HAN adapter. This one require a device handler as far...
Read more >
EMI Norwegian HAN - Real-time measurement for Norway
Real-time measurement and reporting of power consumption. The EMI Norwegian HAN is an external meter interface customized to Norwegian power meters.
Read more >
Develco EMIZB-132 control via MQTT
Model, EMIZB-132. Vendor, Develco. Description, Wattle AMS HAN power-meter sensor. Exposes, power, energy, current, voltage, current_phase_b, ...
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