Skip to content

Adding support for NLY metering devices #39

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

Open
floelhoeffel opened this issue Nov 3, 2024 · 2 comments
Open

Adding support for NLY metering devices #39

floelhoeffel opened this issue Nov 3, 2024 · 2 comments

Comments

@floelhoeffel
Copy link

Hey Team,

while failing to link a netatmo meter into homeassistant, I found this custom package. However, it doesn't seem to add support for my meter of type NLY.

The NLY device is a 3 phase CT clamp energy meter that sits in my breaker box.

Is that something you could kindly add support for?

Here is the response from homesdata:

{
  "body": {
    "homes": [
      {
        "id": "removed",
        "name": "Schaltkasten",
        "altitude": 107,
        "coordinates": [
          "removed"
        ],
        "country": "DE",
        "timezone": "Europe/Berlin",
        "rooms": [
          {
            "id": "removed",
            "name": "Schaltschrank",
            "type": "electrical_cabinet",
            "module_ids": [
             "removed"
            ]
          }
        ],
        "modules": [
          {
            "id": "removed",
            "type": "NLG",
            "name": "Legrand Gateway",
            "setup_date": 1730039025,
            "room_id": "removed",
            "modules_bridged": [
              "removed"
            ]
          },
          {
            "id": "removed",
            "type": "NLY",
            "name": "Energiemessgerät 3-phasig 1",
            "setup_date": 1730043086,
            "room_id": "removed",
            "bridge": "removed"
          },
          {
            "id": "removed",
            "type": "NLY",
            "name": "Außenleiter 1",
            "setup_date": 1730043118,
            "bridge": "removed"
          },
          {
            "id": "removed",
            "type": "NLY",
            "name": "Außenleiter 2",
            "setup_date": 1730043118,
            "bridge": "removed"
          },
          {
            "id": "removed",
            "type": "NLY",
            "name": "Außenleiter 3",
            "setup_date": 1730043118,
            "bridge": "removed"
          }
        ],
        
}

Many thanks!

@osmaterdca
Copy link

Hi @floelhoeffel : I updated my HA to the latest available version 2024.12 but the issue is the same.
Did you found something usefull from your side ?

@tmenguy
Copy link
Contributor

tmenguy commented Mar 24, 2025

HI @floelhoeffel in the homesdata th2 bridge of the phases NLY are pointing to the NLG correct? (and not the the "root" 3 phases NLY)?
Also having the home status one would be even more helpful to see if it is very quick / very easy to add ... or another annoying one like the NLE. I don't know what are the measures, etc available on the device "Energiemessgerät 3-phasig 1" vs the 3 other phases.

BR
Thomas

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

No branches or pull requests

3 participants