My bad! I missed that.
and the group is 210 as defined in this snippet of the remote code
So your diverter data should be visible in emoncms but perhaps unrecognisable? because the current “node 10” definition in emonhub.conf [nodes] is
[[10]]
nodename = emontx1
[[[rx]]]
names = power1, power2, power3, power4, vrms, temp1, temp2, temp3, temp4, temp5, temp6, pulse
datacode = h
scales = 1,1,1,1,0.01,0.1,0.1, 0.1,0.1,0.1,0.1,1
units =W,W,W,W,V,C,C,C,C,C,C,p
do you have a “emontx1” showing up in emoncms? Try commenting out the current node 10 definition and adding the correct definition, so the bit shown imediatly above should be replaced with
#[[10]]
# nodename = emontx1
# [[[rx]]]
# names = power1, power2, power3, power4, vrms, temp1, temp2, temp3, temp4, temp5, temp6, pulse
# datacode = h
# scales = 1,1,1,1,0.01,0.1,0.1, 0.1,0.1,0.1,0.1,1
# units =W,W,W,W,V,C,C,C,C,C,C,p
[[10]]
nodename = MartinR_diverter
[[[rx]]]
names = grid, solar, power3, vrms, temp, freq, ext_divert
datacodes = h,h,h,h,h,h,h
scales = 1,1,1,0.01,0.01,0.01,1
units = W,W,W,V,C,Hz,W
Or you can post your emonhub.log and emonhub.conf for us to check first. There should be some evidence of your diverter trying to post.
I wasn’t asking about the remote, I was asking at what update interval the main diverter transmits it’s data (for the emonGLCD’s) ie how often is rfm_send() called?
No, that doesn’t sound right at all. from the house CU to the remote diverter load. The lights and sockets and main diverter will be on different circuits from the house CU, what else is on the circuit/wiring from the House CU to the remote diverter?
Again, I wasn’t asking about the remote diverter here, I was asking what the “ext_divert” value is in the main diverter payload.
I have also uploaded your remote sketch here rather than rely on a 3rd party site
remote_energy_diverter.ino.txt (8.3 KB)