ioBroker / ioBroker.rflink

Support of RFLink
MIT License
11 stars 11 forks source link

"Skip frame" after wake up #10

Open klassisch opened 6 years ago

klassisch commented 6 years ago

When waking up after sleep mode / standby mode, often the first message is lost because of a "skip frame".

log of a reception during normal mode (awake) rflink.0 2018-02-09 17:27:49.077 debug Set state "rflink.0.channels.EV1527_1.SWITCH_09": true rflink.0 2018-02-09 17:27:49.027 debug Serial data received: 20;01;EV1527;ID=01c030;SWITCH=09;CMD=ON;

after wake up often the frame is skipped and the message lost: rflink.0 2018-02-09 17:45:17.599 debug Skip frame: 20;03;EV1527;ID=01c030;SWITCH=09;CMD=ON; rflink.0 2018-02-09 17:45:17.599 debug Serial data received: 20;03;EV1527;ID=01c030;SWITCH=09;CMD=ON; rflink.0 2018-02-09 17:45:17.596 info Connected

Workaround: set the connection timeout to > 1 day and restart the adapter daily.