Search found 10 matches

by Rainman
Wednesday 10 July 2019 8:27
Forum: Android
Topic: Best notification service
Replies: 15
Views: 9473

Re: Best notification service

Pushbullet has a limit on the number of push messages

Telegram is my favorite too.
by Rainman
Monday 17 June 2019 21:38
Forum: Z-Wave
Topic: NeoCoolcam PIR V2+ disable LED?
Replies: 7
Views: 1046

Re: NeoCoolcam PIR V2+ disable LED?

Nevermind I got it working now. Just have to wakeup the pir by triple clicking the button inside right after sending an update from domoticz.
by Rainman
Monday 17 June 2019 9:16
Forum: Z-Wave
Topic: NeoCoolcam PIR V2+ disable LED?
Replies: 7
Views: 1046

Re: NeoCoolcam PIR V2+ disable LED?

I just bought this PIR, and I'm seeing the same issue. Also changing the PIR Motion detection sensitivity to lower does not work.

Any ideas would be welcome.
by Rainman
Friday 11 January 2019 13:49
Forum: LUA
Topic: Sharing : Afval kalendar in text sensor
Replies: 348
Views: 58304

Re: Sharing : Afval kalendar in text sensor

Works for me, thanks a lot.

R
by Rainman
Friday 11 January 2019 11:11
Forum: LUA
Topic: Sharing : Afval kalendar in text sensor
Replies: 348
Views: 58304

Re: Sharing : Afval kalendar in text sensor

Thanks, I installed the new script and I'm testing it now. Edit: Almost what I want; What I get now is 2019-01-11 11:19:03 zaterdag 12 januari=Papier en karton donderdag 17 januari=Restafval donderdag 24 januari=Groente, Fruit en Tuinafval But on 'donderdag 17 januari' also the Plastic Metalen and ...
by Rainman
Thursday 10 January 2019 13:26
Forum: LUA
Topic: Sharing : Afval kalendar in text sensor
Replies: 348
Views: 58304

Re: Sharing : Afval kalendar in text sensor

The general script_time_afvalwijzer.lua only shows the next event.
Would it be possible to change the general script so it shows multiple events ? At my location they collect the garbage containers and the PMD & Plastics on the same day. Currently I only receive one in my Text device.
by Rainman
Thursday 22 November 2018 20:02
Forum: DIY Hardware and Protocols
Topic: Universal sensor arduino
Replies: 10
Views: 5771

Re: Universal sensor arduino

Ok, then I suggest you look into Mysensors, which is also easy to combine with Domoticz.

https://www.mysensors.org/about/iot
by Rainman
Thursday 22 November 2018 14:00
Forum: DIY Hardware and Protocols
Topic: Universal sensor arduino
Replies: 10
Views: 5771

Re: Universal sensor arduino

Why not use espeasy instead of the arduino ? I think it would be easier for you to use.
by Rainman
Wednesday 04 July 2018 15:11
Forum: Cameras
Topic: Dahua Ip camera snapshot url
Replies: 21
Views: 82822

Re: Dahua Ip camera snapshot url

In C# I think you have to figure out how to pass 'digest' authentication. In bash I use this on some of the newer camera's to get a snapshot; curl --user "user:pass" "http://192.168.1.108/cgi-bin/snapshot.cgi?1" --digest -o "\var\tmp\snapshot.jpg" -s Maybe this helps; https://stackoverflow.com ...
by Rainman
Tuesday 03 July 2018 15:07
Forum: Cameras
Topic: Dahua Ip camera snapshot url
Replies: 21
Views: 82822

Re: Dahua Ip camera snapshot url

@howi42 Can you try; http://user:[email protected]/cgi-bin/snapshot.cgi?1 I believe I have the similar camera and use; protocol:HTTP port: 80 imageURL : cgi-bin/snapshot.cgi?1 Test connection does not work, but the image is shown in the overview page. Otherwise check if you can downgrade the ...