Skip to content

observe stopped logging data #20

@technicallyfeasible

Description

@technicallyfeasible

About a week ago I stopped seeing taptap data events in homeassistant. I use the mqtt wrapper around taptap:
https://github.com/litinoveweedle/taptap-mqtt

When I investigated I ran the taptap executable locally connecting directly to the cca serial port.

If I run taptap observe --serial COM1 I see no data being received.

However, there is data on the bus and I receive these frames:

taptap peek-frames --serial COM1

Frame { address: From(GatewayID(0x1201)), frame_type: Type::RECEIVE_RESPONSE, payload: [65, 255, 24, 64, 135] }
Frame { address: To(GatewayID(0x1201)), frame_type: Type::RECEIVE_REQUEST, payload: [0, 1, 237, 24, 4] }
Frame { address: From(GatewayID(0x1201)), frame_type: Type::RECEIVE_RESPONSE, payload: [65, 255, 24, 64, 137] }
Frame { address: To(GatewayID(0x1201)), frame_type: Type::RECEIVE_REQUEST, payload: [0, 1, 237, 24, 4] }
Frame { address: From(GatewayID(0x1201)), frame_type: Type::RECEIVE_RESPONSE, payload: [65, 255, 24, 64, 139] }
Frame { address: To(GatewayID(0x1201)), frame_type: Type::RECEIVE_REQUEST, payload: [0, 1, 237, 24, 4] }
Frame { address: From(GatewayID(0x1201)), frame_type: Type::RECEIVE_RESPONSE, payload: [65, 255, 24, 64, 141] }
Frame { address: To(GatewayID(0x1201)), frame_type: Type::RECEIVE_REQUEST, payload: [0, 1, 237, 24, 4] }
Frame { address: From(GatewayID(0x1201)), frame_type: Type::RECEIVE_RESPONSE, payload: [65, 255, 24, 64, 143] }
Frame { address: To(GatewayID(0x1201)), frame_type: Type::RECEIVE_REQUEST, payload: [0, 1, 237, 24, 4] }
Frame { address: From(GatewayID(0x1201)), frame_type: Type::RECEIVE_RESPONSE, payload: [65, 255, 24, 64, 145] }
Frame { address: To(GatewayID(0x1201)), frame_type: Type::RECEIVE_REQUEST, payload: [0, 1, 237, 24, 4] }
Frame { address: From(GatewayID(0x1201)), frame_type: Type::RECEIVE_RESPONSE, payload: [65, 255, 24, 64, 147] }
Frame { address: To(GatewayID(0x1201)), frame_type: Type::RECEIVE_REQUEST, payload: [0, 1, 237, 24, 4] }
Frame { address: From(GatewayID(0x1201)), frame_type: Type::RECEIVE_RESPONSE, payload: [65, 255, 24, 64, 149] }
Frame { address: To(GatewayID(0x1201)), frame_type: Type::RECEIVE_REQUEST, payload: [0, 1, 237, 24, 4] }
Frame { address: From(GatewayID(0x1201)), frame_type: Type::RECEIVE_RESPONSE, payload: [65, 255, 24, 64, 151] }
Frame { address: To(GatewayID(0x1201)), frame_type: Type::RECEIVE_REQUEST, payload: [0, 1, 237, 24, 4] }
Frame { address: From(GatewayID(0x1201)), frame_type: Type::RECEIVE_RESPONSE, payload: [65, 224, 0, 14, 0, 1, 2, 0, 237, 24, 64, 153] }
Frame { address: To(GatewayID(0x1201)), frame_type: Type::RECEIVE_REQUEST, payload: [0, 1, 237, 24, 4] }
Frame { address: From(GatewayID(0x1201)), frame_type: Type::RECEIVE_RESPONSE, payload: [65, 255, 24, 64, 156] }
Frame { address: To(GatewayID(0x1201)), frame_type: Type::RECEIVE_REQUEST, payload: [0, 1, 237, 24, 4] }
Frame { address: From(GatewayID(0x1201)), frame_type: Type::RECEIVE_RESPONSE, payload: [65, 255, 24, 64, 158] }
Frame { address: To(GatewayID(0x1201)), frame_type: Type::RECEIVE_REQUEST, payload: [0, 1, 237, 24, 4] }
Frame { address: From(GatewayID(0x1201)), frame_type: Type::RECEIVE_RESPONSE, payload: [65, 255, 24, 64, 160] }
Frame { address: To(GatewayID(0x1201)), frame_type: Type::RECEIVE_REQUEST, payload: [0, 1, 237, 24, 4] }
Frame { address: From(GatewayID(0x1201)), frame_type: Type::RECEIVE_RESPONSE, payload: [65, 255, 24, 64, 162] }
Frame { address: To(GatewayID(0x1201)), frame_type: Type::RECEIVE_REQUEST, payload: [0, 1, 237, 24, 4] }
Frame { address: From(GatewayID(0x1201)), frame_type: Type::RECEIVE_RESPONSE, payload: [65, 255, 24, 64, 164] }

Looking through the protocol description it does look like the frames use a different identifier and maybe can't be decoded anymore. I don't know whether there was a CCA update or something else happened as this is all very intransparent.
Tigo data transmission to the cloud is working normally and I can see the usage data there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions