-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speed settings #29
Comments
@Arkoxs Are you still interested in this feature? |
@foxey, I'm still interested in this feature but not sure if I'm able to help. Lack of time and experience in Python. |
I'd like to keep the library as generic as possible, so it would imply that we need to implement it for all models. If you are a very inexperienced developer, this change is not trivial I'm afraid. |
Hi @foxey, do you have time to answer some questions about the parsers.py? |
Sure, what do you want to know? |
Some classes have parse_xxxx defined and some don't. The class GS108Ev3 is an example, nothing is defined in the class except the init but it works fine. Where and how are these switch info pages parsed? |
It works with Class inheritance, so GS108Ev3 is using the methods defined in the parent class ( |
Hi, great job on this HACS integration.
It works for my GS308v3 but I have some issues with the GS105v2 switches.
Would it be possible to add support to change the speed settings on the ports?
I'm currently using a python script to switch between "auto" and "disabled" to turn on different ports. It would be great to control access to ports from HA.
Regards,
The text was updated successfully, but these errors were encountered: