Search found 13 matches

by Martin
Saturday 10 November 2018 7:02
Forum: Python
Topic: Python Plugin: Samsung TV
Replies: 176
Views: 49835

Re: Python Plugin: Samsung TV

One more cry for help :? The two devices are created, but the tv does not respond at all. It is a new model and the websocket of the tv must be working. I'm able to do a WOL manually and the tv asked me to agree before. This is what the log shows when I tried to switch off the tv. (The TV-Input ...
by Martin
Thursday 08 November 2018 13:38
Forum: Python
Topic: Python Plugin: Samsung TV
Replies: 176
Views: 49835

Re: Python Plugin: Samsung TV

It is fixed now. Had to delete en add the hardware and the switches where created.

Verstuurd vanaf mijn SM-G950F met Tapatalk

by Martin
Wednesday 07 November 2018 8:36
Forum: Python
Topic: Python Plugin: Samsung TV
Replies: 176
Views: 49835

Re: Python Plugin: Samsung TV

Updated OS, latest Domoticz Beta and plugin from 4 nov. But the Error is still there, and there are no switches created. Version: 4.10178 Build Hash: 13c95bf8 Compile Date: 2018-11-06 13:16:51 dzVents Version: 2.4.7 Python Version: 3.5.3 (default, Sep 27 2018, 17:25:39) [GCC 6.3.0 20170516] Linux ...
by Martin
Monday 05 November 2018 18:43
Forum: Python
Topic: Python Plugin: Samsung TV
Replies: 176
Views: 49835

Re: Python Plugin: Samsung TV

Pawcio nice work,

But, can you help me a little?

When I use the latest download from this tread, I get an Error: (SamsungTV) close called!!
Any idee what the cause is?

Rg

Martin

Raspberry Pi3B
Domoticz: Version: 4.10090
Python 3.5.3
by Martin
Wednesday 26 September 2018 13:39
Forum: Switches and Scenes
Topic: Missing RFXCOM supported blinds in Domoticz
Replies: 3
Views: 903

Re: Missing RFXCOM supported blinds in Domoticz

Melgi, Thanks for thinking with me. Unfortunatly RFXCom only supports transmit in case of BlindsT16. So learning from the remote is not an option. It is working with the RFXmanager program. So firmware support of RFXCom is not an issue. If I look at the Domoticz code I see the file main/RFXNames.cpp ...
by Martin
Wednesday 26 September 2018 11:34
Forum: Switches and Scenes
Topic: Missing RFXCOM supported blinds in Domoticz
Replies: 3
Views: 903

Re: Missing RFXCOM supported blinds in Domoticz

List of supported blinds in RFXCOM
by Martin
Monday 24 September 2018 17:24
Forum: Switches and Scenes
Topic: Missing RFXCOM supported blinds in Domoticz
Replies: 3
Views: 903

Missing RFXCOM supported blinds in Domoticz

Hello all, RFXCOM supports blinds up to 16 at the moment. The latest Domoticz stable version only shows blinds up to 13 Recently Bert from RFXCOM added support for Blinds 16 Zemismart, which I like to use. https://nl.aliexpress.com/item/32809752854/32809752854.html?shortkey=7biYJJz6&addresstype=600 ...
by Martin
Wednesday 31 May 2017 12:00
Forum: Cameras
Topic: ANRAN AR-VD123-IP working in domoticz?
Replies: 0
Views: 1298

ANRAN AR-VD123-IP working in domoticz?

Hello all, Has anyone got an ANRAN IP camera (model AR-VD123-IP) working in domoticz? I have been trying for days now with no result. Even ISPY dit not help. The camera video stream is working fine in CMS and VLC and has the latest firmware v.4.02.R11.00000510.12010 build 2014-1-17 Regards, Martin
by Martin
Wednesday 10 May 2017 9:19
Forum: Other questions and discussions
Topic: Read Ademco alarm system
Replies: 19
Views: 4071

Re: Read Ademco alarm system

Skippy, First start to flash the unit with espeasy and try to get status of switches to domoticz dummy sensors (my dummy device IDX 214 -217) Here you can find more info; https://www.domoticz.com/forum/viewtopic.php?t=9670 https://www.letscontrolit.com/forum/viewtopic.php?f=5&t=2616&sid ...
by Martin
Tuesday 09 May 2017 20:44
Forum: Other questions and discussions
Topic: Read Ademco alarm system
Replies: 19
Views: 4071

Re: Read Ademco alarm system

This is exacly what I understand.
The sonoff 4ch can be used as an interface to monitor the alarm status
Alarm relay --> Sonoff switches 1,2,3 and 4 --> Wifi --> Domoticz
by Martin
Tuesday 09 May 2017 20:10
Forum: Other questions and discussions
Topic: Read Ademco alarm system
Replies: 19
Views: 4071

Re: Read Ademco alarm system

Skippy, I would use a Sonoff 4CH and flash espeasy on it. Then modify the unit a bit to adjust to your needs. 1) modify the 4 switches to be used as inputs to read the Alarm status. 2) As the relays are connected to the mains power. Disconnect the relay contact from main power L and modify them as ...
by Martin
Sunday 24 April 2016 11:28
Forum: LUA
Topic: Lua script not working for some reason
Replies: 1
Views: 500

Lua script not working for some reason

-- script_time_lux1.lua commandArray = {} time = os.date("*t") if((time.min % 1)==0)then L4 = tonumber(uservariables['Light_A']) s = tonumber(otherdevices_svalues['Avg_LUX']) -- The following statement is not working! if L4 < 1000 then commandArray['Scherm_uit'] = 'Off' else commandArray['Scherm ...
by Martin
Wednesday 16 March 2016 21:43
Forum: PHP and all others
Topic: Bash script error returned: 32256 synology
Replies: 7
Views: 5072

Re: Bash script error returned: 32256 synology

Mark, I am not an expert, but run into the same problem. Looking at this again. I noticed. this on synology forum https://forum.synology.com/enu/viewtopic.php?t=83313 Looking in /var/packages/domoticz/scripts/start-stop-status I see at line 11 # USER="domoticz" Maybe stopping the domoticz package ...