Search found 12 matches

by Hogis
Monday 18 January 2021 16:17
Forum: Z-Wave
Topic: Change Secure node to normal node
Replies: 0
Views: 219

Change Secure node to normal node

Hi, I want to change a secure node to a "normal" node. Can I use the "Has Node Failed" function and then "Replace Failed Node"? I want to re-include the same node (a Fibaro Dimmer2)to the same NodeID.
by Hogis
Sunday 02 August 2020 18:01
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 543
Views: 97555

Re: Python Plugin : Broadlink



I get nothing. When i run discovery from terminal it just says: Discovering... and nothing more.


So, you probably need to verify your network settings, like pi-hole / firewall or others ....


Well I don't have anything installed so I give this a rest now and come back when I got time for it ...
by Hogis
Monday 27 July 2020 3:59
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 543
Views: 97555

Re: Python Plugin : Broadlink



"0x2712 192.168.0.10 780f771852b7" and "Found 0 devices --2020-07-26 17:03:15"


0x2712 is the default device type, work with most of the RM2 devices, but as you know, exceptions always exist !!
Run the discovery from terminal, we need to find/know the device type.


I get nothing. When i run ...
by Hogis
Sunday 26 July 2020 17:06
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 543
Views: 97555

Re: Python Plugin : Broadlink




Network scan?
And I can't view 13RM2M.txt or change permission to access the file...


For the scan, two options:
first one :
nscan.PNG

or

open term session, go to plugin directory and run
sudo python broadlink_discovery.py


for the rights... hope you have root rights.


Ok,

"0x2712 192 ...
by Hogis
Sunday 26 July 2020 16:23
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 543
Views: 97555

Re: Python Plugin : Broadlink




2020-07-26 14:38:54.934 (Broadlink) Update 0:'Off' (Broadlink - RM2M-Status)
2020-07-26 14:38:54.955 (Broadlink) Admin html file created: /home/pi/domoticz/www/templates/Broadlink-RM2M-13.html
2020-07-26 14:38:54.918 Error: (Broadlink) Traceback (most recent call last):
2020-07-26 14:38:54.918 ...
by Hogis
Sunday 26 July 2020 15:02
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 543
Views: 97555

Re: Python Plugin : Broadlink



2020-07-25 16:18:54.517 (Broadlink) Admin html file created: /home/pi/domoticz/www/templates/Broadlink-RM2M-13.html
2020-07-25 16:18:54.486 Error: (Broadlink) Traceback (most recent call last):
2020-07-25 16:18:54.486 File "/usr/local/lib/python3.7/dist-packages/broadlink/__init__.py", line 350 ...
by Hogis
Saturday 25 July 2020 16:31
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 543
Views: 97555

Re: Python Plugin : Broadlink



Spider mode enabled. Check if remote file exists.
--2020-07-23 17:49:12-- http://192.168.x.x:xxxx/
Connecting to 192.168.x.x:xxxx... connected.
HTTP request sent, awaiting response... 200 OK
Length: 74313 (73K) [text/html]
Remote file exists and could contain further links,
but recursion is ...
by Hogis
Thursday 23 July 2020 17:51
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 543
Views: 97555

Re: Python Plugin : Broadlink



No, I can't even though I have added the addresses in settings.


can you try this :
wget http://192.168.x.xxx:yyyy --spider

replace x.xxx by Domoticz IP address
yyyy by Domoticz port

and show output ?


Spider mode enabled. Check if remote file exists.
--2020-07-23 17:49:12-- http://192 ...
by Hogis
Wednesday 22 July 2020 17:17
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 543
Views: 97555

Re: Python Plugin : Broadlink

zak45 wrote: Friday 17 July 2020 19:38

Verify that you can access Domoticz without userrname/password.
local.PNG
No, I can't even though I have added the addresses in settings.
by Hogis
Friday 17 July 2020 1:56
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 543
Views: 97555

Re: Python Plugin : Broadlink

Getting this when trying to install:

IP/PORT OK
/home/pi/domoticz/plugins/broadlink
Installation initialized ......
________________________________________
# we retrieve Domoticz language
Traceback (most recent call last):
File "setup.py", line 72, in exe_domoticz
html = urllib.request.urlopen ...
by Hogis
Wednesday 01 July 2020 20:07
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 543
Views: 97555

Re: Python Plugin : Broadlink

Now I get:

Traceback (most recent call last):
File "setup.py", line 16, in <module>
import requests
ImportError: No module named requests
by Hogis
Wednesday 01 July 2020 19:47
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 543
Views: 97555

Re: Python Plugin : Broadlink

I'm getting a syntax error when trying to install on a RaspberryPi:

File "setup.py", line 170
print("\r>> Bytes downloaded -->" + state + str(leng) + state, end='', flush=True)
^
SyntaxError: invalid syntax