Error in EmonHub config decoder example in comments #4
Closed
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
Labels
No labels