Hello everybody, i found the information in the emoncms.py File:
Emoncms is a powerful open-source web-app for processing, logging and visualising energy, temperature and other environmental data. http://emoncms.org This is a weewx extension that uploads data to an EmonCMS server. Minimal Configuration A read/write token is required. The default configuration will upload to emoncms.org. All weewx variables will be uploaded using weewx names and default units and formatting. [StdRESTful] [[EmonCMS]] token = TOKEN Customized Configuration When an input map is specified, only variables in that map will be uploaded. The 'units' parameter can be used to specify which units should be used for the input, independent of the local weewx units. [StdRESTful] [[EmonCMS]] token = TOKEN prefix = weather server_url = http://192.168.0.1/emoncms/input/post.json [[[inputs]]] [[[[barometer]]]] units = inHg name = barometer_inHg format = %.3f [[[[outTemp]]]] units = degree_F name = outTemp_F format = %.1f [[[[outHumidity]]]] name = outHumidity format = %03.0f [[[[windSpeed]]]] units = mph name = windSpeed_mph format = %.2f [[[[windDir]]]] format = %03.0f """ Have a nice day, Stefan Am Samstag, 29. Juli 2017 11:27:56 UTC+2 schrieb Stefan Klammer: > > Hello Matthew, > > thanks for your fast reply. I found my rtl_433 in "/usr/local/bin" so i > added the path variable into the config file and its working now. > Wooohoooo!!! > > Line added in config file: > path = /usr/local/bin > > Now i have another question. I want to feed the data into my own emoncms > server. But i can't find a description what the token parameter in the > config file has to look like. > > Is there any more information available? > > Thank you, > Stefan > > Am Samstag, 29. Juli 2017 01:50:50 UTC+2 schrieb mwall: >> >> On Friday, July 28, 2017 at 6:03:03 PM UTC-4, Stefan Klammer wrote: >>> >>> I want to use a R820T2 as a receiver for the sensordata. If i run the >>> driver directly it works pretty well, you can see the output in the >>> attached files. Also the rtl_433 application works and shows sensordata. >>> But if i try to start weewx with sudo /etc/init.d/weewx start i get the >>> error "import of driver failed: failed to start process: [Errno 2]". I have >>> added a syslog file and the config file. >>> >> >> be sure that rtl_433 is in the PATH of the user/environment in which you >> run weewx. >> >> see the 'Environment' section of the weewx-sdr readme for details and >> options. >> >> https://github.com/matthewwall/weewx-sdr >> >> m >> > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
