You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This request is a bit of a workaround, so I'm happy to discuss alternative approaches.
My energy meter reports via SCM, and most readings appear correct. Occasionally, I see messages that indicate unrealistic consumption spikes, where it suggests that I consumed over 1,000,000 kWh since the last report.
With debug logging enabled, I noticed that these spikes correlate to SCM messages from the same meter, but with a different Type, and with both TamperPhy and TamperEnc flags set.
The sample messages are unaltered from the logs, except for the message ID, which I've redacted. This ID is the same in both of the real messages.
Has anyone come across this before? These false consumption spikes are problematic for me downstream, so I'd like a way to filter them out before publishing them into MQTT (via https://github.com/allangood/rtlamr2mqtt).
The text was updated successfully, but these errors were encountered:
This request is a bit of a workaround, so I'm happy to discuss alternative approaches.
My energy meter reports via SCM, and most readings appear correct. Occasionally, I see messages that indicate unrealistic consumption spikes, where it suggests that I consumed over 1,000,000 kWh since the last report.
With debug logging enabled, I noticed that these spikes correlate to SCM messages from the same meter, but with a different
Type
, and with bothTamperPhy
andTamperEnc
flags set.The sample messages are unaltered from the logs, except for the message
ID
, which I've redacted. This ID is the same in both of the real messages.Ordinary message (Type: 4, no tamper) @ 21:09:12
Sample "spike" message (Type: 6, tamper) @ 21:09:54
Another ordinary message (Type: 4, no tamper) @ 21:09:54
Consumption resets to expected level following the erroneous spike.
Has anyone come across this before? These false consumption spikes are problematic for me downstream, so I'd like a way to filter them out before publishing them into MQTT (via https://github.com/allangood/rtlamr2mqtt).
The text was updated successfully, but these errors were encountered: