Hello,
I have been already using emoncms for monitoring electricity and PV energy for one year. Today I tried to connect pulse output from heat pump energy meter, but after couple of hours I am not successful. Pulse output is wired directly to RPi: S0+ wire to GPIO4 (pin7) and S0- wire to GND.
Emoncms config:
[interfacers]
[[pulse]]
Type = EmonHubPulseCounterInterfacer
[[[init_settings]]]
pulse_pin = 7
# bouncetime = 2
# rate_limit = 2
[[[runtimesettings]]]
pubchannels = ToEmonCMS,
nodename = TC_pulse
prefix = tc_
nodeoffset = 3
[[29]]
nodename = TC_pulse
[[[rx]]]
names = pulsy
datacodes = h
scales =1
units = Wh
This input is not listed in Inputs:
What am I doing wrong?
Thanks for answers.
Josef
[Edited for presentation (Moderator (RW)]
For future reference, when posting code or output, please put 3 ‘backticks’ (normally found at the top left of the keyboard) on a line of their own before the code, and 3 more backticks also on a line of their own after the code:
```
code
```
If it is something like php you can add a language identifier after the first 3 backticks: ```php
or even ```text
if you don’t want any language markup applied.
11 posts - 3 participants