Page 1 of 1

issues on raspberry pi

Posted: 22 Nov 2019, 14:30
by sankukai8
hello folks,
my rflink is a 433.42 and work fine with rflinkloader on my desktop on windows. my remotes are paired with my somfy blinks , everything works fine.
When i plug it on my pi with usb cable, the pi see it on tty/acm1.
domoticz see this port, but when i try to open a store, nothing happen.
I try to send command with a python script, but i do not have answer from rflink.
my script:
import serial
rfl=serial.Serial('/dev/ttyACM1',57600,timeout=.1)
rfl.write('10;RTSSHOW;'\r\n'.encode())
while True:
rfl.readline()

this is what i ve got:
b'20;00;Nodo RadioFrequencyLink - RFLink Gateway V1.1 - R48;\r\n'

don't understand why i do not have the list of my remotes?

any help?

Re: issues on raspberry pi

Posted: 26 Nov 2019, 08:40
by sankukai8
Well, actually it was a wire problem. I used a proto Shield but it was for a Uno card, not for méga, so i plugged it on the wrong place. All ok now

Re: issues on raspberry pi

Posted: 29 Feb 2020, 12:06
by Gene1Randal
It seemed odd to me too that it wouldn't work, never had this sort of negative experience with it before.