Skip to content
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

Humidity #6073

Closed
mojso opened this issue May 7, 2024 · 7 comments
Closed

Humidity #6073

mojso opened this issue May 7, 2024 · 7 comments

Comments

@mojso
Copy link

mojso commented May 7, 2024

my proposal is to have a comparison of air humidity between months in years. as it is for temperature.
Screenshot_20240507_163030_Chrome

@gizmocuz
Copy link
Contributor

gizmocuz commented May 9, 2024

Is this a humidity only device? Mine displays a compare chart at the bottom

@mojso
Copy link
Author

mojso commented May 9, 2024

this is a device that shows temperature and humidity, but there is a comparison only for temperature. it would be good to have such a comparison for humidity as it is for temperature. as pictured above

Is this a humidity only device? Mine displays a compare chart at the bottom

@gizmocuz
Copy link
Contributor

gizmocuz commented May 9, 2024

Ahh okey, yes this is possible to create and not that complex at all.
Maybe you could make a pull request for this? (And test this!!!)
There is no min/max Humidity, but only the AVG Humidity

In www/app/log/chart-compare-temp.html add a option like

<option data-i18n="Humidity" value="Humidity">Humidity</option>

Now you will see the humidity compare chart, but the tooltip unit needs to be changed as well , and also the chart Y axis name

@mojso
Copy link
Author

mojso commented May 9, 2024

I tried like this but I couldn't find anywhere where the table appears

<div class="chart-title-center">
    <div class="chart-title-container" ng-class="{clickable: chartTitleToggling}">
        <h2 ng-bind-html="chartTitle"></h2>
    </div>
</div>
<div class="chartarea">
    <div class="zoom-buttons-container">
        <option data-i18n="Humidity" value="Humidity">Humidity</option>
        <button class="zoom-button" ng-click="groupBy('year')" ng-bind="groupByLabel('y')"></button>
        <button class="zoom-button" ng-click="groupBy('quarter')" ng-bind="groupByLabel('q')"></button>
        <button class="zoom-button" ng-click="groupBy('month')" ng-bind="groupByLabel('m')"></button>
    </div>
    <div class="chartcontainer"></div>
</div>

@gizmocuz
Copy link
Contributor

gizmocuz commented May 9, 2024

Maybe sure you are on the latest beta version / code

@mojso
Copy link
Author

mojso commented May 9, 2024

i have version 15990

Maybe sure you are on the latest beta version / code

@gizmocuz
Copy link
Contributor

That's not the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants