Search found 77 matches
- Tuesday 22 August 2023 11:03
- Forum: Speech & Voice Systems
- Topic: Alexicz - FREE Domoticz to Alexa Integration
- Replies: 336
- Views: 75089
Re: Alexicz - FREE Domoticz to Alexa Integration
Im trying to migrate from controlicz, and have followed the v3 guide. But Im getting an error when running the discovery test in the lambda function. Does anyone have any pointers as to what the issue might be? { "errorMessage": "'directive'", "errorType": "KeyError", "requestId": "592ffb65-c1e4 ...
- Tuesday 05 October 2021 20:50
- Forum: Switches and Scenes
- Topic: Sync 2 Zwave dimmers
- Replies: 2
- Views: 566
Re: Sync 2 Zwave dimmers
I have a couple of FGRGBWM441, where one controls the other. Ive set it up with group 4, which syncs the on/off and dim status. I think this should work both ways, but I have never tested it myself.
- Friday 26 June 2020 23:33
- Forum: 433 & 868 transceiver
- Topic: Get Chinese rim lock working with Domoticz
- Replies: 3
- Views: 826
Re: Get Chinese smart lock working with Domoticz
What are you enabeling in domoticz? RFXCom?
Is it listed as supported with the 433MHz receiver you are using?
It is likely that is using a some sort of roling security code which cant be connected to.
Is it listed as supported with the 433MHz receiver you are using?
It is likely that is using a some sort of roling security code which cant be connected to.
- Tuesday 24 September 2019 22:17
- Forum: Z-Wave
- Topic: Node added... how to show in devices???
- Replies: 3
- Views: 617
Re: Node added... how to show in devices???
Go to Setup->Devices. There you will see all the nodes added. This is where every node added to domoticz is listed. To the right on the page, you will see a green circle with a white arrow pointing right. Click on the green circle to "add device". This will let domoticz use that particular device ...
- Saturday 31 August 2019 21:05
- Forum: Z-Wave
- Topic: Z-Wave settings gone?
- Replies: 7
- Views: 1047
Re: Z-Wave settings gone?
I would have tried restoring a backup. It should be located under /../domoticz/backups/
And you can edit you posts
And you can edit you posts

- Saturday 03 August 2019 9:40
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Backup Domoticz
- Replies: 3
- Views: 1097
Re: Backup Domoticz
Cloning the SD card is a good idea. But I would also make copys of the DB after adding scripts or doing other major additions. If you like to run the latest betas, ziping up the whole domoticz folder is also useful (goes for any update). So you can easily roll back if something does not work in your ...
- Saturday 03 August 2019 9:31
- Forum: 433 & 868 transceiver
- Topic: If com and aeolab z-wave stick
- Replies: 4
- Views: 1283
Re: If com and aeolab z-wave stick
Are you worried about compatibility issues between RFXcom and aeotec zwave stick? I have not seen any such issues, and I believe it is a widely used configuration with Domoticz.
- Wednesday 31 July 2019 16:17
- Forum: Z-Wave
- Topic: Aeotec Alarm 6 and Doorbell 6
- Replies: 93
- Views: 21931
Re: Aeotec Alarm 6 and Doorbell 6
Domoticz has had support for this since December 2018. Which version are you guys runnning?
- Sunday 28 July 2019 20:10
- Forum: Z-Wave
- Topic: unknown device
- Replies: 1
- Views: 878
Re: unknown device
openzwave needs a config file for it. So until somebody creates it, it will show as unknown. Openzwave does however auto configure devices it doesnt know, so it might be able to use it regardless. What kind of devices does it create?
- Friday 14 June 2019 15:04
- Forum: Blockly
- Topic: Blockly lux / motion not working
- Replies: 2
- Views: 1105
Re: Blockly lux / motion not working
You could also try splitting up the statement for turning the lights on, into two separate statements.
- Sunday 12 May 2019 13:13
- Forum: Other questions and discussions
- Topic: All-in-one hardware solution
- Replies: 9
- Views: 1152
Re: All-in-one hardware solution
If you actually want people to get on board this idea, you need to tell us a lot more than that.
- Saturday 27 April 2019 11:16
- Forum: Z-Wave
- Topic: Great new z-wave i/o module
- Replies: 5
- Views: 1162
Re: Great new z-wave i/o module
It is missing a configuration file for open zwave. Looks like the info needed might be here https://logic-group.com/produkt/zif5020/?lang=da
- Friday 19 April 2019 12:42
- Forum: Suggestions
- Topic: Any plans of Z-Ware or Z/IP instead of openzwave?
- Replies: 3
- Views: 1320
Re: Any plans of Z-Ware or Z/IP instead of openzwave?
As i read it, this is only a new gateway layer for remote communication. So not really relevant for domoticz users.
https://www.silabs.com/products/develop ... ip-gateway
https://www.silabs.com/products/develop ... ip-gateway
- Saturday 13 April 2019 20:44
- Forum: Cameras
- Topic: Waterproof Ip cam
- Replies: 15
- Views: 4719
Re: Waterproof Ip cam
For cameras you only need one that outputs mjpeg. For price/quality I have found that Dahua delivers on both.
I got A Dahua IPC-HDW4431C-A that I am very happy with. The address for this is "cgi-bin/snapshot.cgi?chn=[CHANNEL]&u=[USERNAME]&p=[PASSWORD]"
I got A Dahua IPC-HDW4431C-A that I am very happy with. The address for this is "cgi-bin/snapshot.cgi?chn=[CHANNEL]&u=[USERNAME]&p=[PASSWORD]"
- Friday 15 February 2019 16:50
- Forum: Examples & Solutions
- Topic: Light on at different dim level depending on daytime, with auto off [SOLVED]
- Replies: 30
- Views: 7509
Light on at different dim level depending on daytime, with auto off [SOLVED]
Thought Id share a script I made for turning on a light at different dim levels, depending on the time of day. Hopefully it can be useful for others as well. Id also be interested to know if there are better ways to write something like this. return { on = { devices = {'PIR'}, -- Change out PIR ...
- Friday 21 December 2018 19:20
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Starting with domoticz
- Replies: 6
- Views: 1114
Re: Starting with domoticz
can your Pi reach the internet?
Try pinging fx domotcz.com.
You should get a reply like this
Try pinging fx domotcz.com.
Code: Select all
ping -c 3 domoticz.com
Code: Select all
64 bytes from srv20398.flexwebhosting.nl (185.27.142.198): icmp_seq=1 ttl=49 time=24.9 ms
- Saturday 01 December 2018 12:29
- Forum: Android
- Topic: Domoticz app 2.0
- Replies: 2380
- Views: 652333
Re: Domoticz app 2.0
I have a request.
I use the Plans feature a lot, and for me this is the fastest way of getting an overview. Could we have a button for Plans on the dashboard?
Something like this perhaps?
I use the Plans feature a lot, and for me this is the fastest way of getting an overview. Could we have a button for Plans on the dashboard?
Something like this perhaps?
- Friday 17 August 2018 22:53
- Forum: Blockly
- Topic: Blockly inadequacies - why?
- Replies: 5
- Views: 1193
Re: Blockly inadequacies - why?
Any luck digging into this?
- Sunday 22 July 2018 16:38
- Forum: Speech & Voice Systems
- Topic: Controlicz - Easy Domoticz to Alexa Integration
- Replies: 1035
- Views: 192684
Re: Controlicz - Easy Domoticz to Alexa Integration
Paid with card, and had an issue. After filling in the details, I hit the subscribe button, It then whent to a summary view with the subscribe button again. When I then clicked subscribe, I got a connection error. Tried again a second time. This time I only filled out the card details and then ...
- Saturday 21 July 2018 15:15
- Forum: Blockly
- Topic: Blockly inadequacies - why?
- Replies: 5
- Views: 1193
Re: Blockly inadequacies - why?
There has been several discussions about this, and I believe this is just how it was implemented. As to why it hasn't been fixed or upgraded, is because there just hasn't been anyone with the right set of skills and motivation to do so (ref Math Libraries for Blockly #1957 and Make blockly Else if ...