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
{{ message }}
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.
Not possible as a generic solution, as some connection classes do not connect (or, more exactly, connect anew for every send event). This would behave differently in different connection/protocol classes.
Maybe therefore a non-default extension? Or a protocol layer handling reconnect and resend (as in kodi/json-rpc?)
Either a "custom" :) extension of the device.py class, e.g. using on_connect() to initiate initial reading (again) (take care of the self._initial_values_read), or a simple protocol layer which implements reconnecing as often and with custom delay/block counts.
Initial reading is a device function, so maybe the first attempt is more practical.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Maybe have an option in the plugin settings.. that is True by default.
The text was updated successfully, but these errors were encountered: