dirigera_platform icon indicating copy to clipboard operation
dirigera_platform copied to clipboard

New devices are not automatically shown in integration

Open Vetti52 opened this issue 9 months ago • 3 comments

‘After adding additional Inspelning plugs using the Ikea app, these devices do not appear in the integration. I had to restart HA. After that all entries were present.

Vetti52 avatar Mar 02 '25 15:03 Vetti52

I have not added the functionality for discovery. If could send me before after JSON I will attempt to work on it

sanjoyg avatar Mar 08 '25 05:03 sanjoyg

It is not that urgent. I just assumed, that this should regularily work. But, if not, there are other preferences.

For my part, I have the prior question, if the Inspelning plug does not only work in outlet mode, but also in reverse, measuring the input from a mini PV panel. My first attempt resulted in 0W, when there were 40W considered. (My setup was two plugs in tandem, the first being Inspelning, plugged into a powerline connected measuring plug as reference. There is no wifi around, so I can only measure it this way)

Vetti52 avatar Mar 08 '25 17:03 Vetti52

I have the same issue with Parasoll sensors. They are visible in HA only after a restart.

Here's the JSON before the restart:

{
    "id": 2,
    "relationId": "b49e094e-aa9e-40be-b49f-d4cfb6548b92",
    "type": "gateway",
    "deviceType": "gateway",
    "createdAt": "2024-03-07T15:49:59.621Z",
    "isReachable": true,
    "lastSeen": "2025-04-27T18:14:00.748Z",
    "attributes": {
        "customName": "Zuhause",
        "model": "DIRIGERA Hub for smart products",
        "manufacturer": "IKEA of Sweden",
        "firmwareVersion": "2.753.0",
        "hardwareVersion": "P2.5",
        "serialNumber": 2,
        "identifyStarted": "2025-04-25T12:10:23.000Z",
        "identifyPeriod": 65534,
        "otaStatus": "upToDate",
        "otaState": "readyToCheck",
        "otaProgress": 0,
        "otaPolicy": "autoDownload",
        "otaScheduleStart": "00:00",
        "otaScheduleEnd": "00:00",
        "permittingJoin": false,
        "backendConnected": false,
        "backendConnectionPersistent": false,
        "backendOnboardingComplete": true,
        "backendRegion": "eu-central-1",
        "backendCountryCode": "DE",
        "userConsents": [
            {
                "name": "analytics",
                "value": "enabled"
            },
            {
                "name": "diagnostics",
                "value": "enabled"
            }
        ],
        "logLevel": 3,
        "coredump": false,
        "timezone": "Europe/Berlin",
        "nextSunSet": null,
        "nextSunRise": null,
        "homestate": "home",
        "countryCode": "XZ",
        "isOn": false
    },
    "capabilities": {
        "canSend": [
        ],
        "canReceive": [
            "customName",
            "permittingJoin",
            "userConsents",
            "logLevel",
            "time",
            "timezone",
            "countryCode",
            "coordinates"
        ]
    },
    "deviceSet": [
    ],
    "remoteLinks": [
    ]
}

And the JSON after the restart:

{
    "id": 2,
    "relationId": "b49e094e-aa9e-40be-b49f-d4cfb6548b92",
    "type": "gateway",
    "deviceType": "gateway",
    "createdAt": "2024-03-07T15:49:59.621Z",
    "isReachable": true,
    "lastSeen": "2025-04-27T20:23:00.697Z",
    "attributes": {
        "customName": "Zuhause",
        "model": "DIRIGERA Hub for smart products",
        "manufacturer": "IKEA of Sweden",
        "firmwareVersion": "2.753.0",
        "hardwareVersion": "P2.5",
        "serialNumber": 2,
        "identifyStarted": "2025-04-25T12:10:23.000Z",
        "identifyPeriod": 65534,
        "otaStatus": "upToDate",
        "otaState": "readyToCheck",
        "otaProgress": 0,
        "otaPolicy": "autoDownload",
        "otaScheduleStart": "00:00",
        "otaScheduleEnd": "00:00",
        "permittingJoin": false,
        "backendConnected": false,
        "backendConnectionPersistent": false,
        "backendOnboardingComplete": true,
        "backendRegion": "eu-central-1",
        "backendCountryCode": "DE",
        "userConsents": [
            {
                "name": "analytics",
                "value": "enabled"
            },
            {
                "name": "diagnostics",
                "value": "enabled"
            }
        ],
        "logLevel": 3,
        "coredump": false,
        "timezone": "Europe/Berlin",
        "nextSunSet": null,
        "nextSunRise": null,
        "homestate": "home",
        "countryCode": "XZ",
        "isOn": false
    },
    "capabilities": {
        "canSend": [
        ],
        "canReceive": [
            "customName",
            "permittingJoin",
            "userConsents",
            "logLevel",
            "time",
            "timezone",
            "countryCode",
            "coordinates"
        ]
    },
    "deviceSet": [
    ],
    "remoteLinks": [
    ]
}

ThomasPiskol avatar Apr 27 '25 20:04 ThomasPiskol