Skip to content

Error in EmonHub config decoder example in comments #4

Closed
@greeebs

Description

The example emonhub.conf node decoder entry for this script is invalid.

My emonhub RFM2Pi thread would terminate immediately on receiving the first frame with the decoder copied and pasted from this code.

Line 121:
datacode = h,h,h,h,h,h,h,h,h,h,h,L
should be:
datacodes = h,h,h,h,h,h,h,h,h,h,h,L

Updating that line and restarting emonHub fixed the crashes.

I've noticed in the emonSD pre-built image, the default emonhub.conf includes this error for each of the "3phaseX" entries as well.

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