Search found 15 matches

by constapel
Friday 11 November 2022 19:55
Forum: MQTT Auto Discovery
Topic: mqtt autodiscovery in new domoricz release doesn't seem to work
Replies: 13
Views: 5195

Re: mqtt autodiscovery in new domoricz release doesn't seem to work

Hi Walter. The updaterelease does not work on my rpi3 system ( for 5 year) so i am always running updatebeta. Disabeling MQTT Auto does not help or improve the situation. My MQTT AUTO Zwave-Js is realy f 'up since latest release.. I accidentally used the check for update menu item. Now i am in ...
by constapel
Friday 11 November 2022 13:18
Forum: MQTT Auto Discovery
Topic: mqtt autodiscovery in new domoricz release doesn't seem to work
Replies: 13
Views: 5195

Re: mqtt autodiscovery in new domoricz release doesn't seem to work

After update 2022.2 14716 domticz seems to give errors in using devices which have been added by mqtt auto in previous domoticz release . Every device is giving: "Error sending switch command, Check device/hardware (idx=6312) Zwave-js is running correct. MQTT (mosquito) is running correct. What an i ...
by constapel
Sunday 09 April 2017 12:10
Forum: Z-Wave
Topic: Z-wave: switch not working sometimes
Replies: 2
Views: 773

Re: Z-wave: switch not working sometimes

What Make and model is your node 2 switch?
by constapel
Tuesday 04 April 2017 23:57
Forum: Switches and Scenes
Topic: Creating a (z-wave) hotel switch with double switches and z-wave association to second lighting source (4 switch buttons
Replies: 1
Views: 1200

Re: Creating a (z-wave) hotel switch with double switches and z-wave association to second lighting source (4 switch but

4.PNG
4.PNG (69.54 KiB) Viewed 1032 times
Test setup ( working !)
5.jpg
5.jpg (14.99 KiB) Viewed 1032 times
See also : https://www.domoticz.com/forum/viewtopic.php?t=15156 for more indept information on domoticz device configuration.
by constapel
Tuesday 04 April 2017 23:52
Forum: Switches and Scenes
Topic: Creating a (z-wave) hotel switch with double switches and z-wave association to second lighting source (4 switch buttons
Replies: 1
Views: 1200

Creating a (z-wave) hotel switch with double switches and z-wave association to second lighting source (4 switch buttons

Needed: FIBARO Dimmer 2 FGD-212 1.PNG 2 X Busch-Jaeger Pulsdrukker 2 Maakcontact Inbouw- 2020 US-205 - 1413-0-0491 (Basiselement) 2.PNG Wiring schema: 3.PNG Second switch can be used to assign other zwave device in group 4 basic command or group 5 (multilevel command / dimming) for the second switch ...
by constapel
Wednesday 08 March 2017 20:44
Forum: Suggestions
Topic: Selective Notifications from Lua
Replies: 15
Views: 5717

Re: Selective Notifications from Lua

Yes that would be very nice!
by constapel
Wednesday 08 March 2017 20:32
Forum: Other questions and discussions
Topic: Lua scripting: z-wave command classes commands
Replies: 1
Views: 1294

Lua scripting: z-wave command classes commands

A lot of z-wave devices are working with groups. Most of these devices can send alarms or notifications to these groups ( representing grouped devices) This is called associations as I believe. (direct communication device <-> device) Is the above theory correct? Is there a way or possibility (lua ...
by constapel
Sunday 26 February 2017 17:16
Forum: Others
Topic: Philips HUE Motion Sensor
Replies: 34
Views: 20084

Re: Philips HUE Motion Sensor

Great! This was my lua script to get the lux value: function My.LeesSensorsLux(t) huestring = tostring(table.concat(t)) obj, pos, err = json.decode(huestring,1,nil) if err then print ("Error:", err) else if (obj.name) then hue_name = (obj.name) hue_lux = (obj.state.lightlevel) hue_lux = hue_lux /100 ...
by constapel
Sunday 26 February 2017 13:57
Forum: Others
Topic: Philips HUE Motion Sensor
Replies: 34
Views: 20084

Re: Philips HUE Motion Sensor

How do you feel about one more decimal value in temperature measuring:?

Your implementation:
Knipsel2.PNG
Knipsel2.PNG (18 KiB) Viewed 6625 times

My old implementation ( with time update lua script) ( asking too much system resources)
Knipsel.PNG
Knipsel.PNG (18.26 KiB) Viewed 6625 times
by constapel
Sunday 26 February 2017 13:33
Forum: Others
Topic: Philips HUE Motion Sensor
Replies: 34
Views: 20084

Re: Philips HUE Motion Sensor

That would be very nice. If we have a Lux device we can make our own threshold actions via domoticz. This would make the Philips Hue Sensor an excelent device for domoticz. I think a will buy some more, because the possibilities will be endless ( not needing the the philips hue app for scene ...
by constapel
Sunday 26 February 2017 8:26
Forum: Others
Topic: Philips HUE Motion Sensor
Replies: 34
Views: 20084

Re: Philips HUE Motion Sensor

The HUE Senor can also detect LuX. Are you going to implement that aswell?

Hue Lux Sensor Showing how much light. Via Lua Script and Virtual LUX sensor
Knipsel.PNG
Knipsel.PNG (21.5 KiB) Viewed 10404 times
by constapel
Sunday 26 February 2017 0:51
Forum: Others
Topic: Philips HUE Motion Sensor
Replies: 34
Views: 20084

Re: Philips HUE Motion Sensor

Working Great. Thanks very much for implementation. Now the time consuming Lua sript can be removed.
Thanks!
by constapel
Saturday 18 February 2017 12:34
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: update OpenZWave version
Replies: 25
Views: 21681

Re: update OpenZWave version

Does somebody know if there are plans (agenda) to integrate the 1.5 OpenZWave (ozw) version into domoticz?

https://github.com/OpenZWave/open-zwave ... s/tag/V1.5
by constapel
Thursday 16 February 2017 21:08
Forum: Other questions and discussions
Topic: Zwave Alarm Command Classes
Replies: 0
Views: 662

Zwave Alarm Command Classes

Recently i bought a Nodon Smart Plug ASP-3-1-00. The NodOn® Smart Plug embeds Smart Alarm management features, in order to react to different kinds of Notifications and Events (According to “Notification V1” command class) Up to 8 Alarms can be configured, through Configuration parameters #5 to #20. ...
by constapel
Tuesday 03 January 2017 0:33
Forum: Android
Topic: Turn switch on from tasker
Replies: 11
Views: 9907

Re: Turn switch on from tasker

Maybe you should use a Http Get. Not a Http Post.