Hi there, trying to use GeckoShell to connect to my Bain Ultra tub that uses an in.Touch2 for remote access and not having much luck; looks like a nonexistent driver pack based on the platform key received. Anything I could do to help add support for these models?
Error is as follows:
>>> GeckoShell.run()
<Disclaimer>
----------------------------- USE AT YOUR OWN RISK -----------------------------
This code will allow you to make changes to your spa configuration that is
outside of what the app, top panel and side panel settings allow. I've not
tested every setting and it might be that you prevent your spa pack from
operating as it used to do.
I strongly suggest dumping the configuration values with the "config" command
and recording them somewhere safe.
</Disclaimer>
Starting discovery process...Found 1 spas
Connecting to spa `Meridian 55` at 192.168.0.245 ... LOG> ERROR Unhandled exception in receive_handler func
Traceback (most recent call last):
File "/home/sgregory/.local/lib/python3.7/site-packages/geckolib/spa.py", line 114, in _on_config_received
GeckoPack = importlib.import_module(pack_module_name).GeckoPack
File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'geckolib.driver.packs.masi'
Hi there, trying to use GeckoShell to connect to my Bain Ultra tub that uses an in.Touch2 for remote access and not having much luck; looks like a nonexistent driver pack based on the platform key received. Anything I could do to help add support for these models?
Error is as follows: