home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.2k stars 30.22k forks source link

Unable to discover Insteon iMeter Solo #2423A1 device #120625

Open rcb-hp3000 opened 3 months ago

rcb-hp3000 commented 3 months ago

The problem

Attempting to discover an Insteon iMeter Solo device (model 2323A1) - put in pairing mode and discovering in Insteon integration; I get a message saying the device (listing correct Insteon address) was added but it does not get added to the device list. I enabled debug in the integration and captured the log data (included below). Happy to provide any other data needed.

What version of Home Assistant Core has the issue?

2024.6.4

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Insteon

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

2024-06-26 20:27:06.177 DEBUG (MainThread) [pyinsteon.topics] Topic: send.start_all_linking data: {'link_mode': 0x03, 'group': 0}
2024-06-26 20:27:06.180 DEBUG (MainThread) [pyinsteon.messages] TX: msg_id: 0x64, link_mode: 0x03, group: 0x00
2024-06-26 20:27:06.201 DEBUG (MainThread) [pyinsteon.protocol.messages.inbound] IN CREATE: 02640300
2024-06-26 20:27:06.202 DEBUG (MainThread) [pyinsteon.protocol.messages.inbound] Full message not received
2024-06-26 20:27:06.203 DEBUG (MainThread) [pyinsteon.protocol.messages.inbound] Returning: 02640300
2024-06-26 20:27:06.233 DEBUG (MainThread) [pyinsteon.protocol.messages.inbound] IN CREATE: 0264030006
2024-06-26 20:27:06.234 DEBUG (MainThread) [pyinsteon.protocol.messages.inbound] Returning: 
2024-06-26 20:27:06.235 DEBUG (MainThread) [pyinsteon.messages] RX: msg_id: 0x64, link_mode: 0x03, group: 0x00, ack: 0x06
2024-06-26 20:27:06.235 DEBUG (MainThread) [pyinsteon.topics] Topic: ack.start_all_linking data: {'link_mode': 0x03, 'group': 0}
2024-06-26 20:27:06.237 DEBUG (MainThread) [pyinsteon.managers.link_manager] Enter linking mode modem response: success
2024-06-26 20:27:09.659 DEBUG (MainThread) [pyinsteon.topics] Topic: send.ping.direct data: {'address': 217c21}
2024-06-26 20:27:09.661 DEBUG (MainThread) [pyinsteon.messages] TX: msg_id: 0x62, address: 217c21, flags: 0x0f, cmd1: 0x0f, cmd2: 0x00
2024-06-26 20:27:09.685 DEBUG (MainThread) [pyinsteon.protocol.messages.inbound] IN CREATE: 0262217c210f0f0006
2024-06-26 20:27:09.686 DEBUG (MainThread) [pyinsteon.protocol.messages.inbound] Returning: 
2024-06-26 20:27:09.687 DEBUG (MainThread) [pyinsteon.messages] RX: msg_id: 0x62, address: 217c21, flags: 0x0f, cmd1: 0x0f, cmd2: 0x00, ack: 0x06
2024-06-26 20:27:09.688 DEBUG (MainThread) [pyinsteon.topics] Topic: ack.217c21.ping.direct data: {'cmd1': 15, 'cmd2': 0, 'user_data': None}
2024-06-26 20:27:11.251 DEBUG (MainThread) [pyinsteon.topics] Topic: send.ping.direct data: {'address': 217741}
2024-06-26 20:27:11.253 DEBUG (MainThread) [pyinsteon.messages] TX: msg_id: 0x62, address: 217741, flags: 0x0f, cmd1: 0x0f, cmd2: 0x00
2024-06-26 20:27:11.267 DEBUG (MainThread) [pyinsteon.protocol.messages.inbound] IN CREATE: 02622177410f0f0006
2024-06-26 20:27:11.267 DEBUG (MainThread) [pyinsteon.protocol.messages.inbound] Returning: 
2024-06-26 20:27:11.272 DEBUG (MainThread) [pyinsteon.messages] RX: msg_id: 0x62, address: 217741, flags: 0x0f, cmd1: 0x0f, cmd2: 0x00, ack: 0x06
2024-06-26 20:27:11.272 DEBUG (MainThread) [pyinsteon.topics] Topic: ack.217741.ping.direct data: {'cmd1': 15, 'cmd2': 0, 'user_data': None}
2024-06-26 20:27:24.049 DEBUG (MainThread) [pyinsteon.protocol.messages.inbound] IN CREATE: 02530100198b58090730
2024-06-26 20:27:24.050 DEBUG (MainThread) [pyinsteon.protocol.messages.inbound] Returning: 
2024-06-26 20:27:24.051 DEBUG (MainThread) [pyinsteon.messages] RX: msg_id: 0x53, link_mode: 0x01, group: 0x00, target: 198b58, cat: 0x09, subcat: 0x07, firmware: 0x30
2024-06-26 20:27:24.052 DEBUG (MainThread) [pyinsteon.topics] Topic: all_linking_completed data: {'link_mode': 0x01, 'group': 0, 'target': 198b58, 'cat': 0x09, 'subcat': 7, 'firmware': 48}
2024-06-26 20:27:24.053 DEBUG (MainThread) [pyinsteon.topics] Topic: handler.all_linking_completed data: {'link_mode': 0x01, 'group': 0, 'target': 198b58, 'cat': 0x09, 'subcat': 7, 'firmware': 48}
2024-06-26 20:27:24.054 DEBUG (MainThread) [pyinsteon.topics] Topic: device_id data: {'device_id': DeviceId(address=198b58, cat=9, subcat=7, firmware=48), 'link_mode': 0x01}
2024-06-26 20:27:24.059 DEBUG (MainThread) [pyinsteon.topics] Topic: send.cancel_all_linking data: {}
2024-06-26 20:27:24.061 DEBUG (MainThread) [pyinsteon.messages] TX: msg_id: 0x65
2024-06-26 20:27:24.081 DEBUG (MainThread) [pyinsteon.protocol.messages.inbound] IN CREATE: 026506
2024-06-26 20:27:24.081 DEBUG (MainThread) [pyinsteon.protocol.messages.inbound] Returning: 
2024-06-26 20:27:24.083 DEBUG (MainThread) [pyinsteon.messages] RX: msg_id: 0x65, ack: 0x06
2024-06-26 20:27:24.084 DEBUG (MainThread) [pyinsteon.topics] Topic: ack.cancel_all_linking data: {}
2024-06-26 20:27:24.085 DEBUG (MainThread) [pyinsteon.topics] Topic: device_list_changed data: {'address': None, 'action': <DeviceAction.COMPLETED: 2>}

Additional information

Probably a device that the integration doesn't know about? Not sure how common they are - they report power utilization.

home-assistant[bot] commented 3 months ago

Hey there @teharris1, mind taking a look at this issue as it has been labeled with an integration (insteon) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `insteon` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign insteon` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


insteon documentation insteon source (message by IssueLinks)

issue-triage-workflows[bot] commented 1 week ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

rcb-hp3000 commented 1 week ago

Still an issue but a low priority.