Search found 525 matches
- Sunday 10 December 2023 21:40
- Forum: dzVents
- Topic: openURL in docker, special things to think about???
- Replies: 1
- Views: 890
openURL in docker, special things to think about???
Are there specials things to thing about when using openURL in a DzVents script, when using domoticz in Docker? It keeps giving the error: Error: Error opening url: DzVents is enabled, it is running more scripts without issues. In the trusted network part there is 127.0.0.* played also with this ...
- Monday 06 November 2023 7:03
- Forum: Examples & Solutions
- Topic: timer not working in dzvents
- Replies: 8
- Views: 1364
Re: timer not working in dzvents
Do you need to have those devices as a trigger? What i often see when people start using dzvents, that they out the devices In the trigger list, because they think this is necessary to use the data in the script. This is not the case. Maybe you van post the complete script, that we can look if that ...
- Saturday 21 October 2023 23:08
- Forum: dzVents
- Topic: delay, pause, sleep script for xx seconds. how to?
- Replies: 10
- Views: 1709
Re: delay, pause, sleep script for xx seconds. how to?
Info about this option in dzvents wiki
https://www.domoticz.com/wiki/DzVents:_ ... d_handling
Do the dz.openUrl with a afterSec() added, that will work as a delay
https://www.domoticz.com/wiki/DzVents:_ ... d_handling
Do the dz.openUrl with a afterSec() added, that will work as a delay
- Saturday 21 October 2023 23:04
- Forum: dzVents
- Topic: delay, pause, sleep script for xx seconds. how to?
- Replies: 10
- Views: 1709
Re: delay, pause, sleep script for xx seconds. how to?
What you can do is make a dz.openUrl with a callback function. This dz.OpenUrl is then fired after X seconds. In your case the 120 seconds. With the callback you can retrigger your script to do the thing it then has to do. As far as i known. There is now real delay option in dzvents. Because a delay ...
- Thursday 19 October 2023 23:04
- Forum: Others
- Topic: Can't get MQTT to work.
- Replies: 5
- Views: 2498
Re: Can't get MQTT to work.
What is in the log file?
Maybe there is more info, what the problem is
Maybe there is more info, what the problem is
Code: Select all
var/log/mosquitto/mosquitto.log
- Tuesday 15 August 2023 11:23
- Forum: General Discussion
- Topic: The future of Domoticz?
- Replies: 49
- Views: 11913
Re: The future of Domoticz?
Focus on automation so you do not need to 'interact' with domoticz all the time. And stability, you don't want to sit in the dark because ... Nice written, that is the purpose of home automation. When you always need the UI to control things. Then you only made you hardware switch into a software ...
- Tuesday 08 August 2023 12:48
- Forum: Python
- Topic: Python Plugin: LG Smart AC (SmartThinQ)
- Replies: 173
- Views: 45136
Re: Python Plugin: LG Smart AC (SmartThinQ)
I have two airconditioning LG units (multisplit) and therefor I have 2 LG hardware items within Domoticz. When I disable and re-enable the other one als it works. Any idea what can cause this behavior and what could be the fix. I only have 1 LG unit. But you have 2, on hardware tab you made 2 rows ...
- Monday 05 June 2023 12:14
- Forum: Python
- Topic: Python Plugin: LG Smart AC (SmartThinQ)
- Replies: 173
- Views: 45136
Re: Python Plugin: LG Smart AC (SmartThinQ)
Did your search in the log files if there is an error?
By restarting domoticz, i think you also restart the plugin.
How is everything responding when you disable the plugin and enable it again?
By restarting domoticz, i think you also restart the plugin.
How is everything responding when you disable the plugin and enable it again?
- Sunday 16 April 2023 8:51
- Forum: Cameras
- Topic: Foscam VD1 doorbell, great thing which default works in domoticz
- Replies: 16
- Views: 5374
Re: Foscam VD1 doorbell, great thing which default works in domoticz
For now i have the same problem with the user/passwords in it. Made a quick work-around in node-red. On the end of this message, the flow i made. Instructions for this flow: The ip-address + port needs to be filled in with your nodered ip-address + port What to change in flow: - Change node "Set ...
- Saturday 15 April 2023 9:06
- Forum: Cameras
- Topic: Foscam VD1 doorbell, great thing which default works in domoticz
- Replies: 16
- Views: 5374
Re: Foscam VD1 doorbell, great thing which default works in domoticz
Just a question.
Do you use nodered?
Maybe then there are options to get it quickly working again.
In nodered it is possible to capture the GET url and convert it to something domoticz can work with.
Do you use nodered?
Maybe then there are options to get it quickly working again.
In nodered it is possible to capture the GET url and convert it to something domoticz can work with.
- Saturday 15 April 2023 8:58
- Forum: Cameras
- Topic: Foscam VD1 doorbell, great thing which default works in domoticz
- Replies: 16
- Views: 5374
Re: Foscam VD1 doorbell, great thing which default works in domoticz
It looks it doesn't have anything to do with version 2023.1 Because efarmer1 reports the same on 19 june 2022, with version 2022.1 If i have it correct. The VD1 doens't do a POST with these URL's, but it does a GET. Don't know why it does a GET, because what does it want to do with the information ...
- Wednesday 15 March 2023 18:15
- Forum: Zigbee
- Topic: Nodered flow for tasmota somfy zigbee bridge (not usb-stick)
- Replies: 20
- Views: 2586
Re: Nodered flow for tasmota somfy zigbee bridge (not usb-stick)
To get rid of: 3/14/2023, 7:57:42 PMnode: Tuya devices function : (error) "TypeError: Cannot read properties of undefined (reading 'type')" I Modified the 'Tuya Devices' function to: /* if (msg.payload.ZbReceived) { if (msg.payload.ZbReceived.type === "Remote (TS0044)") { return [msg, null]; }else ...
- Tuesday 14 March 2023 20:57
- Forum: Zigbee
- Topic: Nodered flow for tasmota somfy zigbee bridge (not usb-stick)
- Replies: 20
- Views: 2586
Re: Nodered flow for tasmota somfy zigbee bridge (not usb-stick)
The Powerplug is responding to my On / Off Virtual Sensor in Domoticz I also see this in NodeRed 3/14/2023, 7:57:42 PMnode: Tuya devices function : (error) "TypeError: Cannot read properties of undefined (reading 'type')" Can you try to remove this part in the node "Tuya devices"? Yes remove, you ...
- Tuesday 14 March 2023 18:21
- Forum: Zigbee
- Topic: Nodered flow for tasmota somfy zigbee bridge (not usb-stick)
- Replies: 20
- Views: 2586
Re: Nodered flow for tasmota somfy zigbee bridge (not usb-stick)
Would this be like: - Copy the new json - Re-import in Nodered - Adjust the MQTT servers to point to my MQTT machines - Enjoy the new functionalities ? This are the steps i would do - Disable the flow you have running - Import the json file (ctrl+i), in the pop-up there is an option "select a file ...
- Sunday 12 March 2023 22:57
- Forum: Zigbee
- Topic: Nodered flow for tasmota somfy zigbee bridge (not usb-stick)
- Replies: 20
- Views: 2586
Re: Nodered flow for tasmota somfy zigbee bridge (not usb-stick)
Already tried to add the tuya powerplug, this is the easier part of the devices you want to add. It is not tested. I give the release a beta state. Please test it. The lights need more work because of ON/OFF/DIM (maybe rgb). I need the tasmota messages for that. The node-red flow will check once a ...
- Sunday 12 March 2023 21:59
- Forum: Zigbee
- Topic: Nodered flow for tasmota somfy zigbee bridge (not usb-stick)
- Replies: 20
- Views: 2586
Re: Nodered flow for tasmota somfy zigbee bridge (not usb-stick)
So for the documentation ;-) and the rest of the people that modified the TASMOTA ZIGBEE SETTINGS ;-) I mentioned it. I added on top of the UI page, that those 2 settings also have to be set at 0, just like the SetOption83 which is written. - Do I really need a separate IDX for battery ? You can ...
- Sunday 12 March 2023 19:15
- Forum: Zigbee
- Topic: Nodered flow for tasmota somfy zigbee bridge (not usb-stick)
- Replies: 20
- Views: 2586
Re: Nodered flow for tasmota somfy zigbee bridge (not usb-stick)
This is how the messages from the bridge have to look like (tasmota messages).
If they don't look like this, then the flow doesn't work.
If they don't look like this, then the flow doesn't work.
- Sunday 12 March 2023 18:43
- Forum: Zigbee
- Topic: Nodered flow for tasmota somfy zigbee bridge (not usb-stick)
- Replies: 20
- Views: 2586
Re: Nodered flow for tasmota somfy zigbee bridge (not usb-stick)
Sorry, default zigbee settings are not mentioned how to set them.
but do i get it right, it now works?
This after changing options 100 and 119 set to 0
but do i get it right, it now works?
This after changing options 100 and 119 set to 0
- Thursday 09 March 2023 19:59
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Can you write a Plugin for Domoticz, that would be great.
- Replies: 2
- Views: 265
- Wednesday 08 March 2023 16:05
- Forum: Zigbee
- Topic: Nodered flow for tasmota somfy zigbee bridge (not usb-stick)
- Replies: 20
- Views: 2586
Re: Nodered flow for tasmota somfy zigbee bridge (not usb-stick)
These palette options are used:
- node-red-contrib-flogger
- node-red-contrib-simple-gate
- node-red-dashboard
- node-red-node-ui-table
- node-red-contrib-schedex
- node-red-contrib-flogger
- node-red-contrib-simple-gate
- node-red-dashboard
- node-red-node-ui-table
- node-red-contrib-schedex