Search found 18 matches

by torM6
Monday 11 January 2021 11:13
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 536
Views: 86336

Re: Python Plugin : Broadlink

to @zak45 Thank you for reply! Do not know your net infrastructure but here it is how this suppose to work: outside docker IP / host with docker installed : 192.168.1.216 Domiticz inside docker IP: 172.17.0.3 let suppose we want port 9000 for the listener. outside docker : telnet 192.168.1.216 9000 ...
by torM6
Saturday 09 January 2021 19:05
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 536
Views: 86336

Re: Python Plugin : Broadlink

yep, bridged network. try with another port number. tried with 7000, with freshly created container with ubuntu. the only port mapped is 7000 same result - if mapped, your test return opened, if not mapped - return "not". I even make telnet tcpdump in both cases (for 9000 which is mapped and 9001 ...
by torM6
Saturday 09 January 2021 0:15
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 536
Views: 86336

Re: Python Plugin : Broadlink

@torM6 tested in docker env and have it working. made few modifications to avoid errors. My test env: docker in synology 6.2 docker image used : linuxserver-domoticz you need the new plugin.py and Dombroadlink.py @zak45 - seems that I still unable to find webadmin interface even after complete ...
by torM6
Thursday 07 January 2021 14:44
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 536
Views: 86336

Re: Python Plugin : Broadlink

@torM6 do not have docker for test. try this version, some check has been changed. plugin.zip same, no response to 9000 port... no messages in log - seems that requests do not goto web server will try with config with 172 address yes, with config like 172:9000, mapping 9000->9000 it start working ...
by torM6
Thursday 07 January 2021 14:12
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 536
Views: 86336

Re: Python Plugin : Broadlink

You fall in security check.... Do not use docker but could try to see possible workaround. Put your browser in devloper mode and provide a screen shot with network details when error occurs e.g.: Capture.PNG developer mode in safari show only content of error message like "192.168.1.216:9000 server ...
by torM6
Thursday 07 January 2021 14:05
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 536
Views: 86336

Re: Python Plugin : Broadlink

You fall in security check.... Do not use docker but could try to see possible workaround. Put your browser in devloper mode and provide a screen shot with network details when error occurs e.g.: Capture.PNG with what address in config of plugin? 192.168.1.216 (NAS external address) or internal ...
by torM6
Thursday 07 January 2021 12:53
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 536
Views: 86336

Re: Python Plugin : Broadlink

another problem with current version and installation of domoticz into docker container. I have the following setup of network: NAS (Synology) with main address 192.168.1.216 container with bridge network, address of inside-container interface is 172.17.0.2 I have mapping of the following TCP ports ...
by torM6
Wednesday 06 January 2021 0:02
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 536
Views: 86336

Re: Python Plugin : Broadlink

zak45 wrote: Monday 04 January 2021 13:59
New source for Broadliink files is here : https://synnas.publicvm.com:32701/s/gmt22Ad7TyYJGdN
Used a self signed certificat, so you need to accept it.
bug: setup.py fail in the end because there is no *.sh files in scr/ directory
by torM6
Tuesday 27 October 2020 17:49
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 536
Views: 86336

Re: Python Plugin : Broadlink

You need to copy your old ini file to the new import folder of the new plugin location. Clicking on import button should create the ini file for the new plugin. if you want a Domoticz button, just click on the create device button once you have selected the ini from the manage web page. Thanks, now ...
by torM6
Tuesday 27 October 2020 16:29
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 536
Views: 86336

Re: Python Plugin : Broadlink

Sorry for my misunderstanding, but I still not understand how I can move my ini files with codes from old plugin to new one. E.g. I have old ini file like [DEFAULT] unit = 73 customname = zgemma Power hardwareid = 9 pluginkey = Broadlink pluginfolder = /Users/tor/bld/domb/dom11804/plugins/Broadlink ...
by torM6
Sunday 26 April 2020 21:17
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 125667

Re: Python Plugin : Broadlink RM2 V4

I think that in plugin_send.py we have a problem. in line 51 we need to change devtype from symbolic name of device to its number from broadlink python module rm function where for RM2 plus we have to give a code 0x272a then at least it will work for latest version of broadlink python: #device ...
by torM6
Wednesday 21 November 2018 23:50
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: any chance to see betas for Mac OS X (Mojave 10.14.1)?
Replies: 2
Views: 533

Re: any chance to see betas for Mac OS X (Mojave 10.14.1)?

hm... I compiled and its run ok from compilation directory but I want to have "more clear" installation - are there any way to build after compilation kind of distributive from inside (e.g. in zip/tar/etc file?) also I curious how to move to new versions - should I re-download everything from the ...
by torM6
Friday 16 November 2018 22:09
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: any chance to see betas for Mac OS X (Mojave 10.14.1)?
Replies: 2
Views: 533

any chance to see betas for Mac OS X (Mojave 10.14.1)?

before I have to switch from Synology to MacMini because it was no updates for my old DS 411slim... :cry:
and - again - I see no updates compiled for mac since 4.99999 :shock:
any chance to see last beta with python?
Thanks!
by torM6
Sunday 01 July 2018 21:25
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: How to install Domoticz on a Synology NAS
Replies: 577
Views: 193916

Re: How to install Domoticz on a Synology NAS

Is it possible to have a SPK package for my DS411slim with 6.2 and Python? in this moment I use old beta for 6.1 with python domoticz_88f6282-6.1_3.0.9390-7.spk my arch is Linux STor 2.6.32.12 #23739 Fri Jun 8 12:47:49 CST 2018 armv5tel GNU/Linux synology_88f6282_411slim old beta somehow works with ...
by torM6
Sunday 10 June 2018 22:05
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 125667

Re: Python Plugin : Broadlink RM2 V4

will try. but, what is a meaning for this? No help. same. seems that it try to update ini file - but for what purposes I do not copy... see log 2018-06-10 22:44:05.463 User: tor initiated a switch command (289/2эт свет главный/On) 2018-06-10 22:44:05.464 (RM Pro+) Pushing 'onCommandCallback' on to q ...
by torM6
Saturday 09 June 2018 11:43
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 125667

Re: Python Plugin : Broadlink RM2 V4

will try. but, what is a meaning for this? if state of device "off" then when I press device icon what happens? why I need this 2 sec delay? I assume that if device off - then string go out for switching on, for on - string to off. and by default these 2 strings are the same and taken from "Learned ...
by torM6
Saturday 09 June 2018 0:51
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 125667

Re: Python Plugin : Broadlink RM2 V4

Learned code disappearing magically from ini file! I use version 0.9 and RM Pro+, attached to domoticz using standard approach - everything ok. Then I created a ini file using learn mode induced from domoticz web interface - "command" device, generate and import. Created device has "Push On" style ...
by torM6
Tuesday 29 May 2018 22:18
Forum: dzVents
Topic: how to know exactly a reason for event
Replies: 1
Views: 535

how to know exactly a reason for event

I want to use Xiaomi Xiaofang camera motion detection features. Problem that it not supported by domoticz because it communicates with xiaomi gateway in limited way. idea that I will make automation inside xiaomi app/cloud and cause something which can be detected inside domoticz. First idea to come ...