As I’m pushing slowly my investigations further …
on my emonpi in the emonhub config editor you have several nodes pre-configured
In my case node 8 is used to communicate with my emontx with 4 CT’s attached and an AC adapter
[[8]]
nodename = emontx3
[[[rx]]]
names = power1, power2, power3, power4, vrms, temp1, temp2, temp3, temp4, temp5, temp6, pulse
datacodes = h,h,h,h,h,h,h,h,h,h,h,L
scales = 1,1,1,1,0.0092,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
In this node I’m basically adding quite some ‘null’ data since not used. Is it possible to alter the node so to only include the necessary data strings only like below without breaking it . Knowing that I send data straight to an online emoncms ? And if I alter, will emoncms adapt or do I have to alter things in there ?
[[8]]
nodename = emontx3
[[[rx]]]
names = power1, power2, power3, power4, vrms
datacodes = h,h,h,h,h,h
scales = 1,1,1,1,0.0092
units =W,W,W,W,V