Search found 14 matches

by nettworker
Thursday 03 March 2022 8:15
Forum: Switches and Scenes
Topic: Tasmota to Domoticz via WQTT
Replies: 2
Views: 2073

Tasmota to Domoticz via WQTT

Hello i use a Sonoff Dual R3 with Tasmota. I try to connect it to a running Domoticz Installation via MQTT. MQTT Server IP and Port is given. IDX of a Dummy switch in Domoticz also. But there is no Reaction in Domoticz ( no Messages in Log from this Device ) Is there any Example how to configure ...
by nettworker
Tuesday 16 January 2018 14:24
Forum: LUA
Topic: Global Functions in Lua
Replies: 1
Views: 1254

Global Functions in Lua

Hello,

i want to write some global Functions which ca i use from all my Lua Scripts.
Where can i wrote them and how is the structure?

Thx
by nettworker
Tuesday 21 November 2017 21:30
Forum: LUA
Topic: Playing Doorbell Sound on Xiaomi Gateway
Replies: 5
Views: 2982

Re: Playing Doorbell Sound on Xiaomi Gateway

Can I set the Color of the Gateway Ligth via LUA?
by nettworker
Tuesday 21 November 2017 19:58
Forum: LUA
Topic: Playing Doorbell Sound on Xiaomi Gateway
Replies: 5
Views: 2982

Re: Playing Doorbell Sound on Xiaomi Gateway

THX, now it works. Seems it was the missing Gateway Volume.....
by nettworker
Tuesday 21 November 2017 14:15
Forum: LUA
Topic: Playing Doorbell Sound on Xiaomi Gateway
Replies: 5
Views: 2982

Re: Playing Doorbell Sound on Xiaomi Gateway

Noone a Idea? No Solution from the Developers? Cant understand that playing sound from the Website ( the automatic generated Icon ) works and if i try it from the Lua Code it will not work and on commandArray['Mi GW Klingel'] = 'Doorbell ring tone' the Event 'Device based event fired on 'Mi GW ...
by nettworker
Wednesday 15 November 2017 14:25
Forum: LUA
Topic: Playing Doorbell Sound on Xiaomi Gateway
Replies: 5
Views: 2982

Re: Playing Doorbell Sound on Xiaomi Gateway

Tried the following after deleting all items and setup new: commandArray = {} -- loop through all the changed devices for deviceName,deviceValue in pairs(devicechanged) do print ("Device based event fired on '"..deviceName.."', value '"..tostring(deviceValue).."'") -- Auswertung des Mi Schalters ...
by nettworker
Tuesday 14 November 2017 16:51
Forum: LUA
Topic: Playing Doorbell Sound on Xiaomi Gateway
Replies: 5
Views: 2982

Playing Doorbell Sound on Xiaomi Gateway

Hello i am trying to play the doorbell sound on the Gateway if a Switch is tapped. I tried the following code, but nothing happens: local sensor = 'Dual Wall Switch' local schalter = 'Xiaomi Gateway Esszimmer Doorbell' commandArray = {} if (devicechanged[sensor]) then commandArray['Xiaomi Gateway ...
by nettworker
Sunday 12 November 2017 13:19
Forum: Zigbee
Topic: Adding XIAOMI Gateway din not work with App 2.3.7
Replies: 2
Views: 1616

Re: Adding XIAOMI Gateway din not work with App 2.3.7

I have read the wiki,but tapped not oft enough. Thougt it was canceld in 2.3.7 .....

THX
by nettworker
Sunday 12 November 2017 11:28
Forum: Zigbee
Topic: Adding XIAOMI Gateway din not work with App 2.3.7
Replies: 2
Views: 1616

Adding XIAOMI Gateway din not work with App 2.3.7

Hi,

i got my XIAMO Gateway today and install my Android app for that device.
Current is Version 2.3.7 and there are no extra Options for enable the developer mode.
Screenshot_2017-11-11-15-02-30-829_com.xiaomi.smarthome.png
Screenshot_2017-11-11-15-02-30-829_com.xiaomi.smarthome.png (40.08 KiB) Viewed 1583 times
by nettworker
Saturday 25 March 2017 17:39
Forum: Other questions and discussions
Topic: Lua Sample Script for Temperature Sensor
Replies: 1
Views: 1706

Lua Sample Script for Temperature Sensor

Is there a sample Lua Script where i can see how to react on a temperature sensor and switch another device on?

Thx
by nettworker
Tuesday 28 February 2017 10:37
Forum: RFLink Transceiver
Topic: RFLINK and Kerui D026
Replies: 9
Views: 4567

Re: RFLINK and Kerui D026

THX for your help, but i know that the D026 notifies as 3 devices. I did the same in my lua script, but my Problem was that they use sometimes an other protocoll so that Domoticz recognised 3 new devices and the lua script does not work. Now it seems they work properly after a time. Do they have a ...
by nettworker
Sunday 26 February 2017 11:37
Forum: RFLink Transceiver
Topic: RFLINK and Kerui D026
Replies: 9
Views: 4567

Re: RFLINK and Kerui D026

I bought also a set of these D026.... The Devices work nice for a short time. They create all state messages by the EV1527 protokoll with ID and Subid. I wrote LUA Scripts for notifications eg. and all works fine. Suddenly they generate messages with the Eurodomest protokoll with another ID and ...
by nettworker
Thursday 16 February 2017 18:27
Forum: Other questions and discussions
Topic: Devices in Floorplans
Replies: 3
Views: 1144

Re: Devices in Floorplans

THX
by nettworker
Thursday 16 February 2017 16:50
Forum: Other questions and discussions
Topic: Devices in Floorplans
Replies: 3
Views: 1144

Devices in Floorplans

In some Cases i use as Floorplans Pictures of my BBQ 'Machines'.
My Sensors are located in one Room called 'Grill'. If i used this Room in one Floorplan ( for example my Smoker ), i can not use it in a second ( for example in my Gasgrill).
Any Solution for this Problem?