Search found 9 matches

by grubstake
Sunday 02 February 2020 2:59
Forum: Other questions and discussions
Topic: What hardware are you using for Domoticz
Replies: 24
Views: 6323

Re: What hardware are you using for Domoticz

I am sure a raspberry pi 3 or 4 will run just fine. I also am using a NUC. I used a pi 2 a few years ago, and it worked fine but was quite slow and I wanted something compact without external storage, so decided to buy a low-end NUC (NUC6CAYH Intel Celeron J3455). I bought the 'kit' which comes with ...
by grubstake
Wednesday 12 April 2017 0:04
Forum: Show your projects
Topic: Grafana with InfluxDB for Domoticz
Replies: 44
Views: 36284

Re: Grafana with InfluxDB for Domoticz

by Trigun » Saturday 08 April 2017 23:29 grubstake wrote: The InfluxDB data push on Domoticz is broken, dates do not load correctly in InfluxDB, putting them out of range and resulting in empty charts in Grafana even though it has a connection with the database. Don't waste your time trying to get ...
by grubstake
Sunday 09 April 2017 0:56
Forum: Other questions and discussions
Topic: Data push ---> InfluxDB
Replies: 15
Views: 10823

Re: Data push ---> InfluxDB

Correction of correction! I'm not having success with HTTP push, the data posted below yesterday is definitely from the InfluxDB push, I had the wrong database in use. But I have not spent much time trying to get the data configured correctly. ---------- Correction - with the HTTP Data Push config ...
by grubstake
Sunday 09 April 2017 0:11
Forum: Other questions and discussions
Topic: Data push ---> InfluxDB
Replies: 15
Views: 10823

Re: Data push ---> InfluxDB

sincze, httplink is pushing, no errors in log, but I can't figure out how to get remotely similar data in the httplink config or any values. Most of the wiki and older posts seems to be from old version of InfluxDB, General settings as you suggested adjusted for my ip. Data: device_%V value=%v %t1 ...
by grubstake
Saturday 08 April 2017 23:18
Forum: Show your projects
Topic: Grafana with InfluxDB for Domoticz
Replies: 44
Views: 36284

Re: Grafana with InfluxDB for Domoticz

The InfluxDB data push on Domoticz is broken, dates do not load correctly in InfluxDB, putting them out of range and resulting in empty charts in Grafana even though it has a connection with the database.

Don't waste your time trying to get this to work until the data push is fixed.
by grubstake
Saturday 08 April 2017 23:11
Forum: Other questions and discussions
Topic: domoticz, influxdb and grafana
Replies: 12
Views: 6447

Re: domoticz, influxdb and grafana

There is a problem with the InfluxDB Data Push option, it correctly uploads all the device information but the date is not correctly being loaded in InfluxDB. It appears to be something like the data push posting date/time with without declaring "precision". In any case, the date ends up being "null ...
by grubstake
Saturday 08 April 2017 21:18
Forum: Other questions and discussions
Topic: Data push ---> InfluxDB
Replies: 15
Views: 10823

Re: Data push ---> InfluxDB

I have been using "influxDB"

I am getting correct sensor values, and have experimented with tacking on 'precision' options to the DOmoticz InfluxDB push page, but still stuck in 1970.
by grubstake
Saturday 08 April 2017 18:34
Forum: Other questions and discussions
Topic: Data push ---> InfluxDB
Replies: 15
Views: 10823

Re: Data push ---> InfluxDB

Great tip! Digging into the database sure looks like timestamps aren't right. I'll look at my configs...do you recall how you fixed it? Thanks, Tim ADDENDUM: Spent may hours looking for workarounds, created entirely new database and messed with every possible variant. I'm fairly certain that the ...
by grubstake
Friday 07 April 2017 23:32
Forum: Other questions and discussions
Topic: Data push ---> InfluxDB
Replies: 15
Views: 10823

Re: Data push ---> InfluxDB + Grafana: Success/Fail

I've configured Influx Data push from Domoticz (More Options/DataPush) and had initial SUCCESS; verified data is being sent an received/queried by InfluxDB, but FAILED - no luck at all querying the data and getting charts in Grafana. Would greatly appreciate guidance from the pioneers before me, in ...