Search found 166 matches

by leecollings
Friday 03 December 2021 21:31
Forum: Other questions and discussions
Topic: Domoticz install not working
Replies: 3
Views: 793

Re: Domoticz install not working

I believe this is now resolved (this is a few years old), as I've recently installed using the installer as listed on domoticz.com and no such errors occur.
by leecollings
Tuesday 03 December 2019 17:44
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Disable "Restart/Shutdown System" buttons?
Replies: 4
Views: 2049

Re: Disable "Restart/Shutdown System" buttons?

Better still, change the functionality of the Shutdown system so that it just stops the Domoticz service rather than shutdown the entire Pi.

I thought it would just stop the Domoticz service...nope. :(
by leecollings
Sunday 29 September 2019 14:45
Forum: Cameras
Topic: Demo / example URL to add please?
Replies: 5
Views: 2500

Re: Demo / example URL to add please?

I just grabbed a few videos from insecam instead! Didn't think about that site. Loads to choose from!
by leecollings
Thursday 26 September 2019 9:20
Forum: Suggestions
Topic: Ring Doorbell Plugin
Replies: 2
Views: 3068

Re: Ring Doorbell Plugin

I believe there are quite a few topics regarding the Ring Doorbell on this forum. It has been the subject of many discussions! As far as I know, I don't think anyone has of yet been able to integrate Ring devices into Domoticz to be used as camera feeds, and switches etc. Not that I've seen anyway ...
by leecollings
Wednesday 25 September 2019 20:25
Forum: Cameras
Topic: Demo / example URL to add please?
Replies: 5
Views: 2500

Re: Demo / example URL to add please?

I think you misunderstood me, I want the URL of a webcam to add as a camera so I can test something...

I don't need to set up dynDNS, I already have this.
by leecollings
Wednesday 25 September 2019 13:41
Forum: Cameras
Topic: Demo / example URL to add please?
Replies: 5
Views: 2500

Demo / example URL to add please?

Hi,

Does anyone have an externally accessible URL I can drop into my domoticz to test please?

Even Googling I couldn't find any stream URLs to use.

Would greatly appreciate it! thanks!
by leecollings
Wednesday 18 September 2019 16:19
Forum: Design, usability and languages
Topic: Red, green dot instead of "OFF" "ON"
Replies: 4
Views: 1803

Re: Red, green dot instead of "OFF" "ON"

Whilst I love this idea for simplicity, I think it's too simple to be effective or seen as an improvement. This would only work for devices that have two states... 'Off' and 'On', or 'Disabled' and 'Enabled', or 'Inactive' and 'Active' etc. For anything else, such as a variable status (like a ...
by leecollings
Monday 16 September 2019 13:38
Forum: Switches and Scenes
Topic: Can a scene trigger other scenes?
Replies: 4
Views: 1161

Re: Can a scene trigger other scenes?

What's your ideas? My idea is: create a Scene for each room (as you already mentioned) create an (empty) All off scene use dzVents to trigger room scenes return { on = { scenes = { 'House off' }}, logging = { level = domoticz.LOG_DEBUG, marker = 'All off' }, execute = function(dz) local ...
by leecollings
Sunday 15 September 2019 14:00
Forum: Switches and Scenes
Topic: Can a scene trigger other scenes?
Replies: 4
Views: 1161

Can a scene trigger other scenes?

I'd like to create an ALL OFF scene for each room in my house, which is easy enough. But I'd also like to create a scene that triggers every ALL OFF scene I have. Is this possible? Or is it better to just create each individual ALL OFF scene, and then create a blockly that goes through each one on ...
by leecollings
Wednesday 11 September 2019 19:50
Forum: Show your projects
Topic: Step by step guide: Sonos integration
Replies: 125
Views: 82997

Re: Step by step guide: Sonos integration

Any plans for the Sonos plug-in to be added to the stable release yet? Is it working reliably on the beta?
by leecollings
Monday 26 August 2019 10:25
Forum: Blockly
Topic: coding question
Replies: 3
Views: 1257

Re: coding question

Just wanted to add my thoughts here as I've often thought this. I believe the same, in that a blockly script doesn't constant keep polling to run the event, however I had my Pi turned off for a while last night, during which time I had a dusk event due to set on. Of course as the Pi was turned off ...
by leecollings
Wednesday 17 July 2019 10:31
Forum: Other questions and discussions
Topic: What music receiver/amp to buy?
Replies: 3
Views: 753

Re: What music receiver/amp to buy?

Hey, I have an Onkyo TX-NR414 and it integrates perfectly, offering switches for main power, a selector for input source, volume control, as well as Power and Source for Zone 2. I also have a Sonos set up. You can somewhat trigger your system by installing this, and then creating switches to trigger ...
by leecollings
Sunday 07 July 2019 23:06
Forum: Blockly
Topic: Can I store the value of a switch to re-use?
Replies: 0
Views: 802

Can I store the value of a switch to re-use?

Is there a way to get the current value of a switch dropdown value to re-use later on the script?

As a working example, my AV receiver has a dropdown of source input. I want to get the current input source, and store it.
Then I want to change the source, and set it back to what it was set previously.
by leecollings
Monday 01 July 2019 13:41
Forum: Switches and Scenes
Topic: [Solved] Marantz sr7013 - Domoticz
Replies: 4
Views: 1592

Re: [Solved] Marantz sr7013 - Domoticz

By the way, you can now enable the XMPP mode in Harmony hubs
by leecollings
Thursday 27 June 2019 14:05
Forum: Other questions and discussions
Topic: email notification
Replies: 11
Views: 12388

Re: email notification

Not sure if it helps, but often you may need to dive into your Gmail SMTP relay settings, as often Google will block other services from using this, unless you specify it can be allowed.
by leecollings
Monday 24 June 2019 13:18
Forum: Blockly
Topic: How responsive / reactive is Blockly?
Replies: 5
Views: 1567

Re: How responsive / reactive is Blockly?

Ah I see, sorry I didn't quite get what you meant by adding the extra device condition.

That makes sense no, although I may have to create a dummy switch for that, as I just list each individual light in a 'Set' line.
by leecollings
Monday 24 June 2019 12:46
Forum: Blockly
Topic: How responsive / reactive is Blockly?
Replies: 5
Views: 1567

Re: How responsive / reactive is Blockly?

Hmm yeah I see the issue there.

I could just create a new event that literally does the reverse then and looks for if Time is after sunset, and the away switch is turned Off, to fire the same light sequence.

Or would that still trigger every second (because it would always be true after that?)
by leecollings
Monday 24 June 2019 12:14
Forum: Blockly
Topic: How responsive / reactive is Blockly?
Replies: 5
Views: 1567

How responsive / reactive is Blockly?

I have a general question I'm thinking about, and wonder if someone could confirm what I believe? Originally, I had a blockly script that turned on various siwtches when it reached Sunset (This was an indoor dusk setting to automatically turn some lights on). This worked well, but I then further ...
by leecollings
Monday 24 June 2019 10:51
Forum: Forum feedback
Topic: Stop Forum Spam
Replies: 24
Views: 8694

Re: Stop Forum Spam

I have the same forum PHPBB https://www.weetjewel.nl/phpbb3/images/smilies/toppie.gif New members i activate manual For registration you can ad a question, for instance "Domoticz type the other way around" or "how many eyes does a dice have?" it is standard in the forum A adminstrator can activate ...