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

Adding support for NLY metering devices #39

Open
floelhoeffel opened this issue Nov 3, 2024 · 1 comment
Open

Adding support for NLY metering devices #39

floelhoeffel opened this issue Nov 3, 2024 · 1 comment

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 ?

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

2 participants