Closed aleklisi closed 5 years ago
replace this:
lager:info("Message is", [Message]),
With this:
lager:info("Message is ~p\n", [Message]),
https://github.com/aleklisi/smart_house_node/blob/98caea98dc469fed72635b09911092725058c379/src/passive_sensors/exometer_reporter.erl#L27
Solved by 9efc29b3a161ccf86c91ffee3e6c3b77d6f5dedf
replace this:
With this:
https://github.com/aleklisi/smart_house_node/blob/98caea98dc469fed72635b09911092725058c379/src/passive_sensors/exometer_reporter.erl#L27