Search found 10 matches

by DavidDavid
Saturday 23 September 2017 15:03
Forum: LUA
Topic: Script only running the second command
Replies: 6
Views: 2434

Re: Script only running the second command

It had it in there at the end of the whole thing (after the day/night profile switching) but I just copied and pasted the stuff I was working on....
by DavidDavid
Friday 22 September 2017 3:08
Forum: Other questions and discussions
Topic: How do I connect remote temperature sensor to Domoticz?
Replies: 11
Views: 8275

Re: How do I connect remote temperature sensor to Domoticz?

I got all the parts a few weeks ago and got them all installed on a breadboard and It's been reading the temp of my workbench for a week or so now. All i've got to do is permanently mount it.

Thanks for all your help!
by DavidDavid
Friday 22 September 2017 2:58
Forum: LUA
Topic: Script only running the second command
Replies: 6
Views: 2434

Re: Script only running the second command

@Logread - You rock. That worked perfectly. And thank you for the tip about the cmdurl bit you added.

I clearly don't know how to code any of this so thank you for taking the time write it out!
by DavidDavid
Wednesday 20 September 2017 1:36
Forum: Others
Topic: Can Domoticz interact with a Guardian Alarm system?
Replies: 1
Views: 573

Can Domoticz interact with a Guardian Alarm system?

I have a guardian alarm system on my house and I was wondering if Domoticz can interact with it. Ideally I'd like to know if the alarm is set or not set (left the house for a trip and can't remember if it was set) and possibly arm or disarm the system from my phone. The alarm has an IP address on my ...
by DavidDavid
Wednesday 20 September 2017 1:03
Forum: LUA
Topic: Script only running the second command
Replies: 6
Views: 2434

Re: Script only running the second command

Not sure what you mean by it over riding the previous ones if I just use commandArray. The code I have IS working individually, they just aren't working together. I tried changing it to this and it isn't working at all now.... -- Coop Temp OSD Coop = otherdevices_temperature['Coop Temp']*9/5+32 Coop ...
by DavidDavid
Tuesday 19 September 2017 14:15
Forum: LUA
Topic: Script only running the second command
Replies: 6
Views: 2434

Script only running the second command

I have a script that I didn't write (stole the bones from github and modified to my needs) and it's working, but not perfectly. time = os.date("*t") mins = time.min + time.hour * 60 commandArray = {} libs = require("libs") -- Coop Temp OSD Coop = otherdevices_temperature['Coop Temp']*9/5+32 Coop ...
by DavidDavid
Thursday 24 August 2017 18:18
Forum: Third party and supplementary tools
Topic: x509 SSO Authentication
Replies: 42
Views: 17962

Re: x509 SSO Authentication

What is the difference between doing this and running a VPN server on your network and connecting that way? It sounds like two different ways of doing the same thing (securely accessing Domoticz remotely). Also, how do you update your PI or whatever that's hosting Domoticz if you ban it from ...
by DavidDavid
Thursday 08 June 2017 20:14
Forum: Other questions and discussions
Topic: How do I connect remote temperature sensor to Domoticz?
Replies: 11
Views: 8275

Re: How do I connect remote temperature sensor to Domoticz?

Ok so if I buy this https://smile.amazon.com/gp/aw/d/B016U051MK/ref=ox_sc_act_image_2?smid=A28JUS3SJ1A0RV&psc=1 And two of these https://smile.amazon.com/gp/aw/d/B01MS74EBE/ref=ox_sc_act_image_1?smid=A14L2IPQKNJPJ2&psc=1 I should be able to get 2 temperature sensors going in remote locations (with ...
by DavidDavid
Thursday 08 June 2017 16:44
Forum: Other questions and discussions
Topic: How do I connect remote temperature sensor to Domoticz?
Replies: 11
Views: 8275

Re: How do I connect remote temperature sensor to Domoticz?

Thank you, that gives me a good starting point for sure. Im sure i can figure out how to attach a battery to it. But, is there anything like this that might be available for z wave? If i do get the hang of this and start adding a lot of these things, I'd like to keep it all off of my wifi network if ...
by DavidDavid
Wednesday 07 June 2017 15:16
Forum: Other questions and discussions
Topic: How do I connect remote temperature sensor to Domoticz?
Replies: 11
Views: 8275

How do I connect remote temperature sensor to Domoticz?

I’d like to experiment a bit with some home automation but would like a little help to get started. I’m not so concerned right now about actually controlling much, I really just want to gather data at this point, but I’m hoping I can get some advice before I go spending any money. Currently I have a ...