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
Hello, as title says, binary sensors for optical inputs are not implemented. This is probably caused by the missing implementation of the corresponding get_opto_in methods in the python library, where only get_all_opto() is implemented which is currently not directly usable via simple get command reference in the data.py.
Will you accept PR for multiio library extending support for get_opto_in(channel) method, so then optical binary sensors could be implemented in the SMmultiio-ha data.py?
Or do you prefer to implement per channel logic in the SMmultiio-ha directly?
The text was updated successfully, but these errors were encountered:
Hello, as title says, binary sensors for optical inputs are not implemented. This is probably caused by the missing implementation of the corresponding get_opto_in methods in the python library, where only
get_all_opto()
is implemented which is currently not directly usable via simple get command reference in the data.py.Will you accept PR for multiio library extending support for
get_opto_in(channel)
method, so then optical binary sensors could be implemented in the SMmultiio-ha data.py?Or do you prefer to implement per channel logic in the SMmultiio-ha directly?
The text was updated successfully, but these errors were encountered: