My system is Rpi (WeeWX) + Qnap (server). 

I successfully installed InfluxDB and Grafana into Qnap, but upon starting 
WeeWX and checking Syslog, I get errors:

root@raspberrypi:~# tail -f /var/log/syslog
raspberrypi weewx: restx: Influx: tags None
raspberrypi weewx: restx: Influx: binding is archive
raspberrypi weewx: restx: Influx: create database failed: <urlopen error 
[Errno -2] Name or service not known>
raspberrypi weewx: restx: Influx: Data will be uploaded to 
http://INSERT_HOST_HERE:8086
raspberrypi weewx: engine: Starting up weewx version 3.9.2

I followed this link instructions, which has '8086' defined as Influx port: 
https://qiot.qnap.com/blog/2018/12/12/install-influxdb-grafana-qnap-nas/

Also, followed Matthew Wall instructions: 
https://github.com/matthewwall/weewx-influx

Qnap IP is 192.168.1.107.

Thus, weewx.conf as:

[StdRESTful]
...
[[Influx]]
        database = WeeWX
        host = 192.168.1.107
port = 8086


 Can anyone spot something?

Thanks, Xant

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/e5c16879-0435-4923-a726-08c0369680ea%40googlegroups.com.

Reply via email to