Search found 5 matches

by erasor2010
Friday 24 January 2020 9:36
Forum: Python
Topic: Python Plugin: Samsung TV
Replies: 176
Views: 51988

Re: Python Plugin: Samsung TV

Hi,

i have a problem with the samsung plugin, it cant be loaded by domoticz


2020-01-24 09:14:51.832 Error: (SamsungTV) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/SamsungTV/:/usr/lib/python37.zip:/usr/lib/python3.7:/usr/lib/python3.7/lib-dynload:/usr/local/lib ...
by erasor2010
Thursday 22 August 2019 20:13
Forum: Switches and Scenes
Topic: Door contact, open/close IDX svalue MQTT
Replies: 9
Views: 4926

Re: Door contact, open/close IDX svalue MQTT

Hi, thank you that worked, but i have a new Problem now. The first two switches working perfektly, but the third wont toggle


return {
on = { devices = { 4 } },

execute = function(dz, item)

local switch1 = dz.devices(2)
local switch2 = dz.devices(3)
local switch3 = dz.devices(5)

if ...
by erasor2010
Thursday 22 August 2019 10:28
Forum: DIY Hardware and Protocols
Topic: [DIY] Smart Energy Sensor
Replies: 8
Views: 5345

Re: [DIY] Smart Energy Sensor

Hi, very nice Project. I would like to have one of this. Could you contact me?
by erasor2010
Thursday 22 August 2019 10:14
Forum: 433 & 868 transceiver
Topic: TUTORIAL 433 remote -> Sonoff RF bridge (tasmota) -> Domoticz over MQTT -> Blockly
Replies: 5
Views: 16546

Re: TUTORIAL 433 remote -> Sonoff RF bridge (tasmota) -> Domoticz over MQTT -> Blockly

Hi,I tried something similar with 433MhZ Switches for Wall Mounting. But I ran in too a problem. When I Push a Putton on the Switch the Blockly goes in a loop and the Lamp goes on and off. Is there A mistake in my Blockly?
by erasor2010
Thursday 22 August 2019 10:11
Forum: Switches and Scenes
Topic: Door contact, open/close IDX svalue MQTT
Replies: 9
Views: 4926

Re: Door contact, open/close IDX svalue MQTT


As a variation of this, I've set up a 2-button remote (Home Easy HE301):
https://i.postimg.cc/R0ns4pWW/IMG-0866.jpg
- so that button 'I' toggles my Inside lights, and button 'O' toggles my Outside lights (I / O - good WAF :lol: )

return {
on = { devices = { "dummy" } },

execute = function ...