Search found 5 matches

by Tisours97410
Sunday 16 April 2017 16:08
Forum: Others
Topic: Using BROADLINK RM2 on DOMOTICZ
Replies: 254
Views: 129625

Re: Using BROADLINK RM2 on DOMOTICZ

Hi , i had To reinstall all and i got now: File "learning.py", line 23
else:
^
SyntaxError: invalid syntax
Any idea ?
Thé file : print("No button press read - quitting")
sys.exit()
else:
# record learned hex code to file
f = open(codeName +".txt",'w') f.write(myhex)
f.close()
by Tisours97410
Thursday 13 April 2017 11:27
Forum: Others
Topic: Using BROADLINK RM2 on DOMOTICZ
Replies: 254
Views: 129625

Re: Using BROADLINK RM2 on DOMOTICZ

An y idea ?
by Tisours97410
Thursday 13 April 2017 10:44
Forum: Others
Topic: Using BROADLINK RM2 on DOMOTICZ
Replies: 254
Views: 129625

Re: Using BROADLINK RM2 on DOMOTICZ

I removed all Before and i got now :

File "./learn.py", line 2
import broadlink import time import sys
^
SyntaxError: invalid syntax
by Tisours97410
Wednesday 12 April 2017 15:02
Forum: Others
Topic: Using BROADLINK RM2 on DOMOTICZ
Replies: 254
Views: 129625

Re: Using BROADLINK RM2 on DOMOTICZ

Got the same error keptenkurk ,could you help me please?
by Tisours97410
Wednesday 12 April 2017 14:56
Forum: Others
Topic: Using BROADLINK RM2 on DOMOTICZ
Replies: 254
Views: 129625

Re: Using BROADLINK RM2 on DOMOTICZ

Hi , i've got the dame error
Would you give some answear?
pi@raspberrypi:~$ python learn.py
File "learn.py", line 3
import broadlink
^
IndentationError: unexpected inden
t
pi@raspberrypi:~$