Skip to content

Error: 92 is not a valid MessageId #390

@svillar

Description

@svillar

I use pyinsteon in HA to control some covers. They usually work fine but today they refused to close automatically when an automation asked them to do so. I then enabled debug info and tried to "manually" close them via the UI. It didn't work but the following message show up in the logs.

2023-12-30 22:02:42.099 DEBUG (MainThread) [pyinsteon.protocol.http_reader_writer] Buffer from 0 to 18
2023-12-30 22:02:42.099 DEBUG (MainThread) [pyinsteon.protocol.http_transport] New buffer: 026245F36C0F130006
2023-12-30 22:02:42.099 DEBUG (MainThread) [pyinsteon.protocol.messages.inbound] IN CREATE: 026245f36c0f130006
2023-12-30 22:02:42.100 DEBUG (MainThread) [pyinsteon.protocol.messages.inbound] Returning: 
2023-12-30 22:02:42.101 DEBUG (MainThread) [pyinsteon.messages] RX: msg_id: 0x62, address: 45f36c, flags: 0x0f, cmd1: 0x13, cmd2: 0x00, ack: 0x06
2023-12-30 22:02:42.101 DEBUG (MainThread) [pyinsteon.45f36c] RX: msg_id: 0x62, address: 45f36c, flags: 0x0f, cmd1: 0x13, cmd2: 0x00, ack: 0x06
2023-12-30 22:02:42.101 DEBUG (MainThread) [pyinsteon.topics] Topic: ack.45f36c.1.off.direct data: {'cmd1': 19, 'cmd2': 0, 'user_data': None}
2023-12-30 22:02:42.709 DEBUG (MainThread) [pyinsteon.protocol.http_reader_writer] Raw buffer: 026245F36C0F130006025C45F36C45BB95231300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000028
2023-12-30 22:02:42.709 DEBUG (MainThread) [pyinsteon.protocol.http_reader_writer] Buffer from 18 to 40
2023-12-30 22:02:42.710 DEBUG (MainThread) [pyinsteon.protocol.http_transport] New buffer: 025C45F36C45BB95231300
2023-12-30 22:02:42.710 DEBUG (MainThread) [pyinsteon.protocol.messages.inbound] IN CREATE: 025c45f36c45bb95231300
2023-12-30 22:02:42.710 DEBUG (MainThread) [pyinsteon.protocol.messages.inbound] Error: 92 is not a valid MessageId
2023-12-30 22:02:42.710 DEBUG (MainThread) [pyinsteon.protocol.messages.inbound] Returning:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions