Search found 4 matches

by karolp
Friday 15 February 2019 7:57
Forum: Suggestions
Topic: MySQL Support
Replies: 20
Views: 8493

Re: MySQL Support

For now the easiest way for me was forwarding data to mysql after they arrived to domoticz. I wrote lua script in domoticz. It is my first script and probably it could be beter, there is a lot of commented lines with print, which I used to debugging, but the most important thing is that is working ...
by karolp
Tuesday 29 January 2019 22:49
Forum: Suggestions
Topic: MySQL Support
Replies: 20
Views: 8493

Re: MySQL Support

Thanks a lot.
Pass2php is that I was looking for.
by karolp
Tuesday 29 January 2019 22:23
Forum: Suggestions
Topic: MySQL Support
Replies: 20
Views: 8493

Re: MySQL Support

Yes. I know and I have started InfluxDB and Grafana already and they work great. But when problems arrive and for example I get some spikes (bad measurements), idx of device will change, or other problem shows it will be easier for me to manage them in MySQL because it has phpMyAdmin which is a big ...
by karolp
Tuesday 29 January 2019 13:22
Forum: Suggestions
Topic: MySQL Support
Replies: 20
Views: 8493

Re: MySQL Support

Depends on what you want to do. It's not that hard to push sensor data to mysql. I only do it for thermometers, the rest I don't care about. Egregius - could you reveal your way to do that. I trying to do this but I'm newbie. I have domoticz and mysql server on the same raspberry pi. I'm trying to ...