-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
LED RGB Aurora #82
Comments
Hello, @addelovein, Thanks for your feedback! 👍🏻 I was thinking about Aura support, but my device does not have it, so I cannot do any testing directly. In principle, we just need to find out, which commands should be sent for setting and getting the states. Can Aura be controlled via web panel as well or only through the mobile app? |
Via web aswell. |
In principle, it doesn't really matter. The phone is also fine if you are comfortable with package capturing. In principle, we need the method to determine that the device has the Aura (probably some key in NVRAM). E.g. for LED support, it is a request And, of course, what is the control method. Again, for LED it looks like this: |
Sorry for for my presentation. Doing it on phone. Ledg_scheme set_ledg.cgi?ledg_scheme=X&ledg_rgb=X,X,X, X,X,X, X,X,X,X,x,X Full example Static all red set_ledg.cgi?ledg_scheme=2&ledg_rgb= 128,0,0,128,0,0,128,0,0 |
Seem to be not too complicated. But some more things would be needed:
By the way, does the current LED switch from HA influence RGB? In any case, we are already closer to the RGB support for the integration P.S. What is your device model? |
You have a messeger app any one for easier communication |
http://192.168.50.1/set_ledg.cgi?ledg_scheme=2&ledg_rgb=128,0,0,128,0,0,128,0,0,128,0,0 http://192.168.50.1/set_ledg.cgi?ledg_scheme=2&ledg_rgb=128,0,0,128,0,0,128,0,0,0,0,128 So basically it contains of 4 LEDS which are set in the values up to 128 page returns {"statusCode":"200"} http://192.168.50.1/appGet.cgi?hook=nvram_get(ledg_rgb2) |
RT-AX82U |
Telegram: |
I guess this is stalled? Hitting the URL works for me, pretty cool! Anything I can do to help? I'd love to link an automation to this when my DSL goes down (😠) . |
Hello, @jlongman, Yes, unfortunately, the development of this feature is stalled. I would like to get back to it (because it looks cool to use RGB for notifications - that's what the other integration of mine is doing), but unfortunately, without direct access to a compatible device, it's rather complicated. If you would like to help with the development - I'd gladly prepare some tests you can try. But this would require some time. First I need to fix all the bugs reported with the AsusRouter lately (while I was absent) and try to recall what exactly is the state of the Aura development |
I've started looking at it, so please, send them my way. I've got ha-asusrouter and asusrouter cloned. |
Refer to #738 for the updates on the Aura support. The feature is in work |
Would love to be able to Add some of the RBG features. As is now it always resets to Blue Breathing.
But would love to change colors and presets. Then we can use the led for something useful. For example subtle warnings/info. How much the car has charged etc.
But amazing work on this, I’m going to start digging in to the code of this integration. 👏
We got to get this as the main ASUS router in HA. The other one really didn’t work at all.
Great job here Love it!
The text was updated successfully, but these errors were encountered: