Insteon hub (2842-222) integration "loses" devices

I’m having problems with some of my Insteon devices not being available after a period of time.

They vary from 2635-222A, 2457d2, and at least one wall switch . I have many of these that work fine, and I’ve even swapped out using spares to see if I could detect a problem, but nothing obvious. (right now I have three devices that I can only control with the insteon hub app).

When I turn this particular 2635-222A, the insteon hub app reflects the change instantly, but I don’t see the corresponding the message in the homeassistant.log file.

When the insteon component starts up I can see the device:

2021-08-04 14:21:19 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 5483e9

I don’t see the device as part of “Registering on/off event” and I don’t see it listed during “Tracking updates for device”

Curiously I see a total of 26 devices in HA, but only 22 as part of the insteon hub app.

The insteon,json has the device in four places, but don’t understand the json contents enough to understand if it’s a problem…

  "7719": {
    "memory": 7719,
    "in_use": true,
    "controller": true,
    "high_water_mark": false,
    "bit5": true,
    "bit4": false,
    "group": 0,
    "target": "5483e9",
    "data1": 1,
    "data2": 55,
    "data3": 72
  },
  "7711": {
    "memory": 7711,
    "in_use": true,
    "controller": false,
    "high_water_mark": false,
    "bit5": true,
    "bit4": false,
    "group": 1,
    "target": "5483e9",
    "data1": 0,
    "data2": 0,
    "data3": 0
  },
  "7695": {
    "memory": 7695,
    "in_use": true,
    "controller": true,
    "high_water_mark": false,
    "bit5": true,
    "bit4": false,
    "group": 29,
    "target": "5483e9",
    "data1": 1,
    "data2": 55,
    "data3": 72
  },

{
“address”: “5483e9”,
“cat”: 0,
“subcat”: 0,
“firmware”: 0,
“engine_version”: 2,
“aldb_status”: 1,
“aldb”: {},
“operating_flags”: {},
“properties”: {}
},

Sorry for the late reply here. Is this still an issue?

Not sure why, but I haven’t seen this for a while.

Thanks for the response.