Search found 11 matches

by ironrider
Sunday 28 April 2019 14:21
Forum: Z-Wave
Topic: Great new z-wave i/o module
Replies: 5
Views: 1142

Re: Great new z-wave i/o module

Hi folks,
I am not much of a programmer .
I will give away a ZIF5020 module from Logic Group to a person that can make this module properly run in Domoticz !
Details over PM

https://logic-group.com/produkt/zif5020/
by ironrider
Saturday 27 April 2019 3:28
Forum: Z-Wave
Topic: Great new z-wave i/o module
Replies: 5
Views: 1142

Great new z-wave i/o module

Hi all, i have found a very nice z-wave i/o module. It has 16 outputs and 4 inputs. I managed to include it but i cant see the configuration , and without configuration i can not set the inputs or the outputs to work. Does anybody have experience with this module? Or any ideas to get this running ...
by ironrider
Monday 12 March 2018 18:57
Forum: Python
Topic: how to update value in Domoticz??
Replies: 6
Views: 3088

Re: how to update value in Domoticz??

Thanks for your fast answer,

i did read the wiki, but there is no example about sending the value of a variable.
by ironrider
Monday 12 March 2018 18:18
Forum: Python
Topic: how to update value in Domoticz??
Replies: 6
Views: 3088

how to update value in Domoticz??

Hi all, i am using a "particulate matter" software from here : https://zefanjas.de/wie-man-feinstaub-mit-einem-raspberry-pi-messen-kann/ . I want to send the PM2.5 data to a dummy (custom sensor). I know that the PM2.5 value is in the 'values[0]' variable, but i don't know how to update my custom ...
by ironrider
Saturday 02 September 2017 20:03
Forum: LUA
Topic: Lua Code problem
Replies: 5
Views: 2149

Lua Code problem

Hi, i have a very simple Lua Code but it wont run : commandArray = {} swasserverbrauch = tonumber(uservariables['wasserverbrauch']) if (devicechanged['Ventilator'] == 'On') then swasserverbrauch = ( swasserverbrauch + 1 ) commandArray['Variable:wasserverbrauch'] = tostring(swasserverbrauch ...
by ironrider
Sunday 27 August 2017 18:02
Forum: LUA
Topic: Script error after update 3.8153
Replies: 0
Views: 617

Script error after update 3.8153

hi,
after the newest update (3.8153) my water meter wont work.
There is an error like :Error: SQLHelper: Error script not found '/home/pi/domoticz/scripts/pi/domoticz/scripts/lua/script_device_wasserverbrauch.lua
Bevore the update it works like a charme.

Thanks in advance for your response.
by ironrider
Tuesday 25 October 2016 0:26
Forum: Show your projects
Topic: Step by step guide: Sonos integration
Replies: 125
Views: 81778

Re: Step by step guide: Sonos integration

Hi,

i have to start server.js after a Domoticz reset.
Is ist possible to make the server.js running as a service.
Thanx

Sven
by ironrider
Tuesday 14 June 2016 17:24
Forum: Switches and Scenes
Topic: How to count fast digital inputs ?
Replies: 1
Views: 804

How to count fast digital inputs ?

Hi all,
i have a water meter that fires every litre.
i have tried to use the GPIO inputs in Domoticz , but they are updated every 10 seconds.
So how can i count those fast inputs?
Does anyone have an idea ?
Thanks
by ironrider
Saturday 27 February 2016 1:02
Forum: Other questions and discussions
Topic: windows homebridge aktivation
Replies: 0
Views: 486

windows homebridge aktivation

Hi all,

i am not sure , but is there a Homebridge Function in Windows(7).
Please can somebody paste me a linkt to the "how to" instructions ?
Thx
by ironrider
Sunday 14 February 2016 14:23
Forum: LUA
Topic: Errpr Event System Lua Script did not return a commandArray
Replies: 1
Views: 1475

Re: Errpr Event System Lua Script did not return a commandArray

Fixed !

There was an empty test.lua in the scripts.
It works fine after deleting this file.

Bye
by ironrider
Saturday 13 February 2016 15:57
Forum: LUA
Topic: Errpr Event System Lua Script did not return a commandArray
Replies: 1
Views: 1475

Errpr Event System Lua Script did not return a commandArray

Hi, like mentioned above, this lua script is ending with a 'commandArray' so I am not sure where the problem is. The Internet search was unsuccesful, am I the only with this issue. Any ideas Thanks --The following need updated for your environment get the 'Idx' or 'Name' off the Device tab. By ...