Search found 17 matches
- Friday 27 October 2023 4:37
- Forum: Switches and Scenes
- Topic: Switch Already Exists - duplicate device ID
- Replies: 2
- Views: 1776
Re: Switch Already Exists - duplicate device ID
I had tried the browser cache, incognito, etc. but checking the assigned devices - that was it! I had a bunch of devices assigned to my user and once I removed them all the missing switches have appeared again! Whew. This is probably in a FAQ somewhere but thanks so much for the help!
- Thursday 26 October 2023 3:29
- Forum: Switches and Scenes
- Topic: Switch Already Exists - duplicate device ID
- Replies: 2
- Views: 1776
Switch Already Exists - duplicate device ID
Hi, I've been using Domoticz for quite a while. Recently I updated from 2021 to 2023.2. Initially I had an issue with nothing showing up except the Dashboard and Settings but discovered it was a config issue with the user. So now I can see all the screens just fine. However, I've found that a ...
- Saturday 24 March 2018 22:38
- Forum: Python
- Topic: Publish MQTT temp from Raspberry Pi to Domoticz
- Replies: 2
- Views: 3713
Re: Help with Python MQTT error
Here is the finished script. It is a one shot script which is scheduled from cron to run every 10 minutes. #!/usr/bin/env python2 import paho.mqtt.client as mqtt import time import Adafruit_DHT import json sensor = Adafruit_DHT.DHT22 pin = 10 topic = 'domoticz/in' decim_digits = 2 sleep_time = 10 ...
- Saturday 24 March 2018 16:38
- Forum: Python
- Topic: Publish MQTT temp from Raspberry Pi to Domoticz
- Replies: 2
- Views: 3713
Re: Help with Python MQTT error
Well I was going to give up and wait for a response to this question but I thought I'd try one more thing. The most likely issue seemed to be the lack of quotes around the temperature. So I changed the data type in the script from float or whatever the Adafruit library returns to a string. This ...
- Saturday 24 March 2018 16:20
- Forum: Python
- Topic: Publish MQTT temp from Raspberry Pi to Domoticz
- Replies: 2
- Views: 3713
Publish MQTT temp from Raspberry Pi to Domoticz
I am attempting to use a temperature sensor with a Raspberry Pi to send via MQTT to Mosquitto on another Pi where Domoticz is running. First of all, this works fine when using a hacked Sonoff (tasmota) switch. Attaching the temp sensor (DHT21) and configuring MQTT the temp works perfectly. So I know ...
- Saturday 30 December 2017 0:25
- Forum: Other questions and discussions
- Topic: Delete a device
- Replies: 13
- Views: 8460
Re: Delete a device
You are right of course. Just frustrated with the UI in the heat of the moment. Domoticz is a great community supported project.
- Friday 29 December 2017 20:17
- Forum: Other questions and discussions
- Topic: Delete a device
- Replies: 13
- Views: 8460
Re: Delete a device
Just found this thread by googling how to delete a device. Let me just add my two cents that this is a terrible UI design. In no other app, ever, do you look in the column header for a delete button!
- Wednesday 31 August 2016 0:05
- Forum: Z-Wave
- Topic: Aeotec Siren Gen5 parameters
- Replies: 28
- Views: 19646
Re: Aeotec Siren Gen5 parameters
+1 here too. Just got the Aeotec doorbell which also has customizable sounds. Would love to be able to select the sound when triggering!
- Saturday 20 August 2016 7:15
- Forum: LUA
- Topic: Lua otherdevices help
- Replies: 3
- Views: 1922
Re: Lua otherdevices help
First of all thank you very much for your detailed reply. This is great info that I am sure I can use in my scripting. However, in this case the issue was that the otherdevices command/function was not returning anything at all for these devices. I did some more digging and discovered the correct ...
- Saturday 20 August 2016 5:35
- Forum: LUA
- Topic: Lua otherdevices help
- Replies: 3
- Views: 1922
Lua otherdevices help
I am having some issues with consistency in my Lua scripting. What would really help is a reference to the commands available. I've looked at a bunch of the documentation and examples but can't figure out why my script doesn't work for some devices. To get the status of a device I'm using the ...
- Friday 08 July 2016 5:20
- Forum: Show your projects
- Topic: Opengarage integration
- Replies: 1
- Views: 1698
Re: Opengarage integration
Thanks for posting this. Just got the opengarage and your instructions worked great. Of course had to tweak the script a bit for my installation but it works just fine!
- Wednesday 06 July 2016 19:08
- Forum: Other questions and discussions
- Topic: Set Switch On Duration
- Replies: 2
- Views: 606
Re: Set Switch On Duration
Awesome thanks!
- Wednesday 06 July 2016 18:57
- Forum: Other questions and discussions
- Topic: Set Switch On Duration
- Replies: 2
- Views: 606
Set Switch On Duration
This may be an easy one but I've looked and didn't find anything yet so I'll post this question. I want to set a switch ON duration for a fan. The idea is that when the switch is activated it stays on for a given duration - like 10 minutes - and then turns off. How would one go about this in ...
- Monday 27 June 2016 17:04
- Forum: Z-Wave
- Topic: 3-Way Switches like GE 12727
- Replies: 7
- Views: 1886
Re: 3-Way Switches like GE 12727
Are you able to access all of the GE 12727 device parameters? It is "fancy" if you can program it. No it just shows up as a simple switch. I am new to this Domoticz and was happy to be able to turn it off and on. If there are more fancy features they are apparently not accessible - yet...
- Monday 27 June 2016 3:09
- Forum: Z-Wave
- Topic: 3-Way Switches like GE 12727
- Replies: 7
- Views: 1886
Re: 3-Way Switches like GE 12727
The GE12727 works fine with Domoticz. It's just a switch so there's nothing fancy about it. Pair this with a 12728 and you have a fully functional 3-way switch setup.
Alex
Alex
- Saturday 25 June 2016 6:59
- Forum: Z-Wave
- Topic: 3-Way Switches like GE 12727
- Replies: 7
- Views: 1886
Re: 3-Way Switches like GE 12727
Just thought I would post the answer to this which I finally figured out. GE makes a 12728 switch which is designed to be used in conjunction with the 12727 in a 3-way application. It can't be used by itself as it has no Z-wave components. It just actuates the 12727 via the traveler wires. So ...
- Sunday 19 June 2016 18:31
- Forum: Z-Wave
- Topic: 3-Way Switches like GE 12727
- Replies: 7
- Views: 1886
3-Way Switches like GE 12727
I am new to Z-Wave and have started with a couple of wall switches from GE. They are working fine in a single switch configuration but I'm wondering if they are a good fit for a typical 3-way switch setup. First, it looks like the switch will only function properly on one side of the 3-way setup ...