-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
WebUI: Add default Display of DutyCycle #219
Comments
I would prefer the sugested "system variable" solution because we are then enabled to trigger programms on value changes within homematic. But we have to deal with more than one rf module (for example lan gateway). |
I would prefer to show it fixed on the right side (below "Aktuelle Firmwareversion"). Another way could be adding a "Servicemeldung" at a specific threshold (e.g. if DC is > 70%). |
Would be great to have the duty Cycle automatically in a System Variable, to Check it and to use it in programs |
I have played little bit and built in an output of two dutycycle system variables on the right side of the WebUI startpage. But now we have to create a automatism which is created the DC variables for the CCU and all gateways. For the CCU we can create a fixed variable name such as "DC-CCU" and for the installed gateways it should set the given name from the gateway-section such as "DC-OG1". But this is problematic if the user has set a gateway name. The next question is: what is the best way to read out the DC? If any of you has suggestions or concrete ideas, then please give it to me |
@HMside Btw.: I am using the same script to determine the DC value. |
@HMside Thanks for looking at how we can integrate a DC display. Can you please present your currently solution by submitting a pull request so that we can test and further work on it? |
@HMside Thanks Andreas. This really looks promising and I am looking forward to your PR. However, please note my initial ideas for the feature because I also already thought about how this could be potentially implemented in a future version:
My idea was:
However, I am looking forward to your PR to review it and to actually start a discussion how this could be implemented in a most practical way. |
Thank you for your suggestions. I also think that the DC variables should be automatically added and I will try to implement this. For the Central DC I think it should shown on the front page by default, because most users only use the CCU without a gateway. Your idea, that the gateway users can add the gateway DC variables to the front page by itself is great. |
@HMside Any news regarding your PR? I would really like to see your approach so that we can start discussion on it and find a way to finalize how this can be implemented in a smooth, nice way. |
@jens-maus I have now completely revised it and added the requested features. Before I push the PR i will still perform a few tests with more the two gateway. I therefore ask for a few more days patience |
@HMside |
@HMside Any progress regarding this ticket? |
@HMside Sorry to bug you again. But any progress on the DutyCycle changes you were about to provide? |
Outputting the DutyCycle is currently only possible via external scripts. However, to be able to monitor the DutyCycle values of all RF interfaces we should add a possibility to display the DutyCycle on the front page of the WebUI (e.g. within the Favorites section). In addition, it would be great if there could by dedicated system variables holding the current dutycycle values of all RF interfaces (including LAN-Gateways).
The text was updated successfully, but these errors were encountered: