Search found 12 matches

by JUNA
Saturday 27 February 2021 23:19
Forum: Heating/cooling
Topic: Tado hardware error
Replies: 4
Views: 970

Re: Tado hardware error

Sort of the same problem here:

Code: Select all

Error: Tado: Failed to perform GET request to Tado Api: ; Response headers: HTTP/1.1 6 Couldn't resolve host name
I get this error also on a daily basis, would like to know what is causing this issue.
by JUNA
Tuesday 07 July 2020 19:55
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 536
Views: 83933

Re: Python Plugin : Broadlink

Sorry for the confusion. I have both, I own a rm4c_mini and a RM mini 3. I have been switching between the two models to see if there was a difference. (Strange, since reinstall I cannot see device 0x2712 any more in the log.) sudo python broadlink_discovery.py RM mini 3 discovered as ...
by JUNA
Tuesday 07 July 2020 9:03
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 536
Views: 83933

Re: Python Plugin : Broadlink

sudo python broadlink_cli.py --device "0x62be 192.168.1.172 xxxxxxxxxx" --learn Learning ...
by JUNA
Monday 06 July 2020 21:38
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 536
Views: 83933

Re: Python Plugin : Broadlink

broadlink.exceptions.StorageError: The device storage is full Not able to enter learning mode Error : <class 'broadlink.exceptions.StorageError'> The device storage is full <traceback object at 0xb5770c 88> 2RM2M.txt: 0x2712 192.168.1.173 24Dxxxxxxxxx Looks like problem with the broadlink library ...
by JUNA
Monday 06 July 2020 18:31
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 536
Views: 83933

Re: Python Plugin : Broadlink

Previous errors have disappeared! New error while pressing "Learn" in IR Command: Error: (RM3m) ERR : learnir--Not able to enter learning mode--21 fine !! now, this error show something wrong when try to put the device into learning mode, but connection looks OK. Take a look into log folder, more ...
by JUNA
Monday 06 July 2020 17:09
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 536
Views: 83933

Re: Python Plugin : Broadlink

Previous errors have disappeared! New error while pressing "Learn" in IR Command: Error: (RM3m) ERR : learnir--Not able to enter learning mode--21 Log: 2020-07-06 17:02:20.886 (RM3m) onCommand called for Unit 2: Parameter 'Set Level', Level: 10 , Connected : True 2020-07-06 17:02:20.894 (RM3m ...
by JUNA
Saturday 04 July 2020 12:06
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 536
Views: 83933

Re: Python Plugin : Broadlink

Debug: Python Only 2020-07-04 11:57:24.998 (RM3m) onCommand called for Unit 2: Parameter 'Set Level', Level: 10 , Connected : True 2020-07-04 11:57:24.969 Status: User: Admin initiated a switch command (2/RM3m - IR Commands/Set Level) 2020-07-04 11:57:25.007 (RM3m) Update 1:'Learn IR command' (RM3m ...
by JUNA
Saturday 04 July 2020 9:58
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 536
Views: 83933

Re: Python Plugin : Broadlink

When I try to learn a new IR code i get the following error 2020-07-03 17:25:53.807 Status: User: Admin initiated a switch command (14/new-broadlink - IR Commands/Set Level) 2020-07-03 17:25:53.865 Error: (new-broadlink) 'onCommand' failed 'TimeoutExpired'. 2020-07-03 17:25:53.865 Error: (new ...
by JUNA
Saturday 04 July 2020 9:55
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 536
Views: 83933

Re: Python Plugin : Broadlink

Now I have a new issue: 2020-07-03 22:50:06.303 Error: (RM4m) Traceback (most recent call last): 2020-07-03 22:50:06.303 File "/home/pi/domoticz/plugins/Broadlink/plugin.py", line 1703, in broadlink_connect 2020-07-03 22:50:06.303 DEVICE.auth() 2020-07-03 22:50:06.303 File "/usr/lib/python3.7 ...
by JUNA
Friday 03 July 2020 22:57
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 536
Views: 83933

Re: Python Plugin : Broadlink

2020-07-03 00:31:04.457 File "/usr/lib/python3.7/broadlink/__init__.py", line 296, in send_packet 2020-07-03 00:31:04.457 cs.sendto(packet, self.host) 2020-07-03 00:31:04.457 OSError: [Errno 101] Network is unreachable 2020-07-03 00:31:04.457 2020-07-03 00:31:04.457 Error: (RM3m) Error to connect ...
by JUNA
Friday 03 July 2020 0:43
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 536
Views: 83933

Re: Python Plugin : Broadlink

I also experienced the SyntaxError: invalid syntax. After changing python setup.py --> python3 setup.py it was possible to install. But after restart I get following error: 2020-07-02 20:04:01.351 Error: (Broadlink) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins ...
by JUNA
Thursday 02 July 2020 20:20
Forum: Python
Topic: Python Plugin : Broadlink
Replies: 536
Views: 83933

Re: Python Plugin : Broadlink

I also experienced the SyntaxError: invalid syntax. After changing python setup.py --> python3 setup.py it was possible to install. But after restart I get following error: 2020-07-02 20:04:01.351 Error: (Broadlink) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins ...