Hello,
I’m trying to build my own energy monitor and have an EmonTX but whit no RF, only USB connection.
In the serial monitor I get next information;
OpenEnergyMonitor.org
Node: 10 Freq: 868Mhz Network: 210
12944 13196 12883 3342
1371 2323 851 3342
1373 2363 852 3342
1362 2373 847 3342
1347 2364 854 3342
1388 2362 856 3342
OpenEnergyMonitor.org
Node: 10 Freq: 868Mhz Network: 210
13019 13108 12864 3342
1388 2365 854 3342
1421 2364 848 3342
1410 2366 856 3342
1434 2344 854 3342
1439 2320 863 3342
I tried several input, even if they are active still I got no data in.
[{"id":"44","userid":"1","name":"power","description":"","nodeid":"0","processList":null,"time":null,"value":null,"record":"0"},{"id":"45","userid":"1","name":"1","description":"","nodeid":"10","processList":"1:4,16:4","time":null,"value":null,"record":"0"},{"id":"46","userid":"1","name":"2","description":"","nodeid":"10","processList":"1:5,16:5","time":null,"value":null,"record":"0"},{"id":"47","userid":"1","name":"3","description":"","nodeid":"10","processList":"1:6,16:6","time":null,"value":null,"record":"0"}]
Can anyone give me a tip where I have to look?
This is my first experiance whit this.
Greetings Frans
Re: no input no feed (EmonTX serial python link to emoncms)
Hello Frans, how are you linking the emontx serial to emoncms? Im not quite sure what your setup is?
Re: no input no feed (EmonTX serial python link to emoncms)
hello,
Thanks for the respond.
i have the EmonTx coonected whith unit and Programmer - USB to serial UART
Regards Frans
Re: no input no feed (EmonTX serial python link to emoncms)
Hello Frans, to connect the emontx via the serial programmer to a local emoncms, you will need a gateway script to connect the two, its been a long time since I did it this way but I've just spent a moment updating an old script to do this using python.
You can find it here:
https://github.com/openenergymonitor/EmoncmsPythonLink/blob/master/pylin...
if you make a copy of that on your computer and then edit the settings to point to your emoncms account then run with python it should work.
On linux you can run the script with:
python pylink.py
Re: no input no feed (EmonTX serial python link to emoncms)
Hello Tristian,
Thank fort your support, unforteunitly this is for me not clear. Wil you explain this more in detail.
Edit the settings, whit setting is mentioned. Is the directionery from the Emoncms stil the same.
What is mentioned whit run by python.
I tried several possibilities but til now no succes.
greeting Frans