Search found 32 matches
- Sunday 19 December 2021 9:57
- Forum: Z-Wave
- Topic: zwavejs2mqtt
- Replies: 446
- Views: 59123
Re: zwavejs2mqtt
This plugin is depreciated since mqtt autodiscovery. Please switch to the built-in functionality. Sent from my SM-G980F using Tapatalk Hi heggink, thanks for reply. Can you point me to the "built-in" functionality ? Can I find some instructions in this thread or (maybe better) there is some wiki ...
- Saturday 18 December 2021 18:55
- Forum: Z-Wave
- Topic: zwavejs2mqtt
- Replies: 446
- Views: 59123
Re: zwavejs2mqtt
By my current POV there is a BUG in the "moroen/ZWave-MQTT-plugin" The problem is that my Node ID is 43 .... very unlucky value :D :D :D In the python script api/topics-.py , after the script search for command class, there is this specific code (maybe for some tweak) : if scene_activation in topic ...
- Saturday 18 December 2021 10:22
- Forum: Z-Wave
- Topic: zwavejs2mqtt
- Replies: 446
- Views: 59123
Re: zwavejs2mqtt
Another question (maybe can solve my problem) : Is it possibile to force domoticz to change device type from switch to temperature sensor ?
- Saturday 18 December 2021 9:53
- Forum: Z-Wave
- Topic: zwavejs2mqtt
- Replies: 446
- Views: 59123
Re: zwavejs2mqtt
Hi hestia, thank you for reply. In my CP both of the nodes seems the same. I've compared the json file exported from CP and by my POV seems the same. Also all functions available in CP are the same ZWAVEJS Log when (for example) I've got a temperature report are identical : 2021-12-18T07:08:58.174Z ...
- Saturday 18 December 2021 8:31
- Forum: Z-Wave
- Topic: zwavejs2mqtt
- Replies: 446
- Views: 59123
Re: zwavejs2mqtt
Hi Guys, I've got an issue, a strange behaviour with some devices and I cannot manage how to solve it. An example is with some FGMS001 : despite they are all the same type (Device ID 271-4097-2048 - 0x010f-0x0800-0x1001) with same firmware version ( See attached image OZW43-105.PNG), some of them ...
- Monday 09 December 2019 0:25
- Forum: Z-Wave
- Topic: Aeon Zwave Stick Gen5 pc-tool
- Replies: 1
- Views: 360
Re: Aeon Zwave Stick Gen5 pc-tool
Hi,
Use "Enable Debug" in Configuration --> Hardware --> ZWAVE-Controller "ID1" (i'm not using english interface , so translation may be inaccurate)
Then look at domoticz/Config/OZW_Log.txt
Use "Enable Debug" in Configuration --> Hardware --> ZWAVE-Controller "ID1" (i'm not using english interface , so translation may be inaccurate)
Then look at domoticz/Config/OZW_Log.txt
- Saturday 21 September 2019 8:52
- Forum: Z-Wave
- Topic: Z-wave unstable
- Replies: 11
- Views: 1417
Re: Z-wave unstable
I've got a similiar setup. Domoticz running Virtual by QNAP virtualization Station , on Linux Debian. By let me spent two words on my previous setup. My first home automation was Fibaro. An endless bug every update. An the main problem : if your controller get broken you need to send it to home ...
- Thursday 09 November 2017 8:18
- Forum: dzVents
- Topic: feature request: SwitchOnifOff/SwitchOffifOn [Solved]
- Replies: 11
- Views: 2231
Re: feature request: SwitchOnifOff/SwitchOffifOn [Solved]
Maybe you want something like this :
or
It is ok ?
Code: Select all
if domoticz.devices('Domoticz Security Panel').state == 'Armed Away' then
Code: Select all
if domoticz.devices('Domoticz Security Panel').state == 'Armed Home' then
- Saturday 21 October 2017 22:22
- Forum: dzVents
- Topic: Events at startup
- Replies: 13
- Views: 4315
Re: Events at startup
Ok. Thank youdannybloe wrote:No. You need the beta.
Inviato dal mio SM-G920F utilizzando Tapatalk
- Saturday 21 October 2017 20:13
- Forum: dzVents
- Topic: Events at startup
- Replies: 13
- Views: 4315
Re: Events at startup
Mmmm ... what is this "domoticz.startTime" ..... I'm using stable version ... is present here ?
- Friday 20 October 2017 10:53
- Forum: dzVents
- Topic: Events at startup
- Replies: 13
- Views: 4315
Events at startup
Dear forum users,
I wonder if using dzVents we are able to trigger a script in order to get it run only 1 time at startup.
Thank you for your attention
Regards
Inviato dal mio SM-G920F utilizzando Tapatalk
I wonder if using dzVents we are able to trigger a script in order to get it run only 1 time at startup.
Thank you for your attention
Regards
Inviato dal mio SM-G920F utilizzando Tapatalk
- Tuesday 22 August 2017 13:36
- Forum: dzVents
- Topic: feature request: SwitchOnifOff/SwitchOffifOn [Solved]
- Replies: 11
- Views: 2231
- Monday 21 August 2017 22:36
- Forum: dzVents
- Topic: feature request: SwitchOnifOff/SwitchOffifOn [Solved]
- Replies: 11
- Views: 2231
Re: feature request: SwitchOnifOff/SwitchOffifOn [Solved]
I've tried to find out the documentation about the .check() instruction but I was not able to find it. Also, I've tried to put this code in my dzVents script : domoticz.devices('DEVICE NAME').switchOn().check() But it give me this error : Error: dzVents: Error: ...domoticz/scripts/dzVents/generated ...
- Sunday 20 August 2017 21:14
- Forum: dzVents
- Topic: feature request: SwitchOnifOff/SwitchOffifOn [Solved]
- Replies: 11
- Views: 2231
Re: feature request: SwitchOnifOff/SwitchOffifOn [Solved]
I'm on mobile phone and can't read the docs right now.... but this function ( due to the naming convention) seems a fuction to turn switch on if is off and viceversa ( this night I promise to read the docs) .... I need a function that when you ask for turn a device off , before call zwave stack ...
- Sunday 20 August 2017 14:45
- Forum: dzVents
- Topic: feature request: SwitchOnifOff/SwitchOffifOn [Solved]
- Replies: 11
- Views: 2231
Re: feature request: SwitchOnifOff/SwitchOffifOn [Solved]
Hi SweetPants , you've read in my mind ... I'm searching in the forum for the same functinality!!!!! Due to the fact that sometimes I I need to switch off a very amount of devices , and I don't want to fill the zwave queue with a lot of unnecessary command, I need to use this code : if domoticz ...
- Saturday 19 August 2017 15:27
- Forum: dzVents
- Topic: Problem with dzvents (maybe https problem ? Or lack of functionality ?)
- Replies: 8
- Views: 1400
Re: Problem with dzvents (maybe https problem ?)
Read my previous post in order to undesrtand my needings. This is not what I need and is not what I'm asking for .....SweetPants wrote: You don't need a username/password for 127.0.0.1, you stay on the same system
Thanks
.
- Friday 18 August 2017 23:40
- Forum: dzVents
- Topic: Problem with dzvents (maybe https problem ? Or lack of functionality ?)
- Replies: 8
- Views: 1400
Re: Problem with dzvents (Maybe https problem ? Or lack of functionality ?)
By my point of view dzVents have a lack of functionality due to the fact that domoticz permit the use of the system without http enable and dzVents does not support it. But , if there is a way to enable http only for lo (and bind only to it) , this cannot be a problem. Info about Local Networks ...
- Friday 18 August 2017 18:30
- Forum: dzVents
- Topic: Problem with dzvents (maybe https problem ? Or lack of functionality ?)
- Replies: 8
- Views: 1400
Re: Problem with dzvents (maybe https problem ?)
Sorry for boring you again , maybe it is only a misundesrting.... I not able to find any documentation about "enable HTTP and only allow connections from 127.0.0.1." ... How can I do that whitout using iptables ? I know that I can setup domoticz to don't require password for certain subnets (but ...
- Friday 18 August 2017 17:15
- Forum: dzVents
- Topic: Problem with dzvents (maybe https problem ? Or lack of functionality ?)
- Replies: 8
- Views: 1400
Re: Problem with dzvents (maybe https problem ?)
Hello,
is there a way to start http and bind it only to lo (127.0.0.1) and not to all interfaces (0.0.0.0) ?
is there a way to start http and bind it only to lo (127.0.0.1) and not to all interfaces (0.0.0.0) ?
- Friday 18 August 2017 15:42
- Forum: dzVents
- Topic: Problem with dzvents (maybe https problem ? Or lack of functionality ?)
- Replies: 8
- Views: 1400
Problem with dzvents (maybe https problem ? Or lack of functionality ?)
Hello, I'm trying to test the dvvents feature , but i'm having trouble with a simple script : return { active = true, -- set to false to disable this script on = { devices = { 'AutomaticAlarm', -- device name }, }, execute = function(domoticz, device) print(device.name) if (device.state == 'On ...