Hi all,
I am trying to use the 3 phase sketch on an EmonTx v3.4 with an Emonbase running Emoncms v8.5. I have successfully calibrated the Tx, but I cannot get it and the base to communicate. If I use the discrete sampling sketch it works perfectly and I can pick up the Tx under nodes in emoncms, but not with the 3 phase. As far as I can see I have exactly the same settings for the RF in both sketches e.g. RFM69CW, 433Mhz, nodeID = 8 and network group = 210.
If someone has any idea what could be wrong your help would be greatly appreciated.
Re: No data from 3 phase sketch
Have you set up emonHub with the correct number and type of inputs? The 3-phase sketch sends one less value (no pulse output - unless you've changed it).
Look at the source for the 3-phase sketch to see what it actually sends, then make the entry in emonHub fit that.
Re: No data from 3 phase sketch
That was it, thank you so much :)