Search found 5 matches

by litfiba
Thursday 29 December 2016 14:27
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: backup every 12 hours on qnap ftp
Replies: 20
Views: 7020

Re: backup every 12 hours on qnap ftp

Hi guys, A simple script I use to bachup DB or entire Domoticz folder.. Daily, weekly, Monthly.. I keep only last three backup of each.. 3 3 * * * /home/pi/domoticz/scripts/script_backup.sh J DB 3 4 * * 0 /home/pi/domoticz/scripts/script_backup.sh S DB 3 5 1 * * /home/pi/domoticz/scripts/script ...
by litfiba
Thursday 29 December 2016 12:38
Forum: Others
Topic: SolarEdge api
Replies: 31
Views: 14241

Re: SolarEdge api

Hi, I also have the same issue. I can make successful REST request manually. But Domoticz just starts and nothing more is shown. /Xter Same for me. Requesting data by giving in Site-id, Ser-nr and API-key works in browser. In Domoticz no new devices during 5 minutes. The log states that the worker ...
by litfiba
Saturday 10 December 2016 11:07
Forum: Others
Topic: SolarEdge api
Replies: 31
Views: 14241

Re: SolarEdge api

Hi, I also have the same issue. I can make successful REST request manually. But Domoticz just starts and nothing more is shown. /Xter Dear All, I get it work for me! Firstly I was also able to HTTP request with a browser and there was response.. But no success to get devices in Domoticz. I ask to ...
by litfiba
Wednesday 07 December 2016 20:05
Forum: Others
Topic: SolarEdge api
Replies: 31
Views: 14241

Re: SolarEdge api

i have a similair problem.. I see data when i goto https://monitoringapi.solaredge.com/equipment/YOUR_SITEID/YOUR_SERIAL/data.json?startTime=2016-06-01%2018:00:00&endTime=2016-06-01%2022:00:00&api_key=YOUR_APIKEY i see data: {"data":{"count":26,"telemetries":[{"date":"2016-06-01 18:00:00 ...
by litfiba
Wednesday 07 December 2016 19:38
Forum: Others
Topic: SolarEdge api
Replies: 31
Views: 14241

Re: SolarEdge api

Hi Everyone! It seems I got the same issue related to this topic. I'm able to receive a json response when requesting "https://monitoringapi.solaredge.com/equipment/SITEID/SERIALID/data.json?startTime=2016-12-01%2018:00:00&endTime=2016-12-05%2022:00:00&api_key=API_KEY": EG: {"data":{"count":447 ...