OK - thanks and you're right: it works.
It only took some time... After adding the SolarEdge hardware, it took more than half a day for the devices to appear.
But they're there now!
Search found 9 matches
- Sunday 18 August 2019 21:46
- Forum: Others
- Topic: SolarEdge Web API: not SiteID field
- Replies: 2
- Views: 2284
- Friday 16 August 2019 23:25
- Forum: Others
- Topic: SolarEdge Web API: not SiteID field
- Replies: 2
- Views: 2284
SolarEdge Web API: not SiteID field
hi all, Have an issue trying to get the SolarEdge API up and running. Following the Wiki and two previous comunity-posts haven't helped me yet. The wiki tells me that I should fill two fields: API key and SiteID. The former I did, the latter... isn't there? 2019-08-16 23_16_47-Domoticz.png Obviously ...
- Monday 20 May 2019 20:35
- Forum: Z-Wave
- Topic: OZW 1.6 RELEASED !!
- Replies: 33
- Views: 11619
Re: OZW 1.6 RELEASED !!
Seems to be solved in Domoticz 4.10798.
Had the same errors from my sensitive strip, not anymore since this version.
Thanks!
Had the same errors from my sensitive strip, not anymore since this version.
Thanks!
- Tuesday 23 May 2017 16:14
- Forum: Bash / PowerShell / Batch etc.
- Topic: script for presence detection of a phone
- Replies: 49
- Views: 28320
Re: script for presence detection of a phone
I actually altered the script in the Wiki page...micksel wrote:Zedd, Can you share your modified script?
- Wednesday 18 January 2017 16:08
- Forum: LUA
- Topic: presence detection script LUA or System Alive Checker
- Replies: 17
- Views: 7350
Re: presence detection script LUA or System Alive Checker
Nice alteration, Siewert, I'll implement that one as well.
It will save me from looking up all IP's and making them static!
It will save me from looking up all IP's and making them static!
- Tuesday 17 January 2017 23:16
- Forum: LUA
- Topic: presence detection script LUA or System Alive Checker
- Replies: 17
- Views: 7350
Re: presence detection script LUA or System Alive Checker
This is the script I use: #!/usr/bin/python # Title: check_device_online.py # Author: Chopper_Rob # Date: 25-02-2015 # Info: Checks the presence of the given device on the network and reports back to domoticz # URL : https://www.chopperrob.nl/domoticz/5-report-devices-online-status-to-domoticz ...
- Wednesday 04 January 2017 21:32
- Forum: Bash / PowerShell / Batch etc.
- Topic: script for presence detection of a phone
- Replies: 49
- Views: 28320
Re: script for presence detection of a phone
To be honest: I haven't got a clue if that's the case or not.
Experience (meaning, the past few days) arping has worked flawlessly for me. Which doesn't mean that other versions than our Android 7 phones may provide different results.
Experience (meaning, the past few days) arping has worked flawlessly for me. Which doesn't mean that other versions than our Android 7 phones may provide different results.
- Wednesday 04 January 2017 14:27
- Forum: Bash / PowerShell / Batch etc.
- Topic: script for presence detection of a phone
- Replies: 49
- Views: 28320
Re: script for presence detection of a phone
The solution to this is to use something that does request a reply from your phone (or another device) and will get a response whether the device active or not. Arp-requests are generally answered by all phones, so why not use this? Indeed, checking with 'arp', only performs a lookup in an existing ...
- Wednesday 04 January 2017 14:10
- Forum: LUA
- Topic: presence detection script LUA or System Alive Checker
- Replies: 17
- Views: 7350
Re: presence detection script LUA or System Alive Checker
Hi Guantolento, I think you need to do some reading-up on crontab and check the headers of check_device_online.py! The script works fine. You don't really use 'sleep' within crontab, you can just use crontab to start your scripts at the desired time. Second, the check_device_online.py-script ...