LED call & wait
I am trying to run this on a windows machine, I have got the py code rather than installed the package
firstly in clitool line 91 the call to lacrosse.led_config(state) should be to led_mode_state(state) the command to set the blue led should be 1l (lowercase L) not 1a
if I run with parameters -d /COM3 led on nothing happens
putting a time.sleep(3) at the start of led_mode_state() the blue light comes on
If I run -d /COM3 info the data returned is 'b\r\n' and so all info shows as nothing
running '-d /COM3 scan' nothing gets returned.
I assume it is a timing issue but don't have the experience or knowledge to get any further.
I am trying to run this on a windows machine, I have got the py code rather than installed the package
firstly in clitool line 91 the call to lacrosse.led_config(state) should be to led_mode_state(state) the command to set the blue led should be 1l (lowercase L) not 1a
You're right. this was never tested. could you please create a pull-request for that?
if I run with parameters
-d /COM3 led onnothing happens putting atime.sleep(3)at the start of led_mode_state() the blue light comes onIf I run
-d /COM3 infothe data returned is 'b\r\n' and so all info shows as nothing running '-d /COM3 scan' nothing gets returned. I assume it is a timing issue but don't have the experience or knowledge to get any further.
what firmware version of jeelink dongle do you use?