You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: