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

Outdoor Temp #21

Open
icepicknz opened this issue Jun 22, 2022 · 0 comments
Open

Outdoor Temp #21

icepicknz opened this issue Jun 22, 2022 · 0 comments

Comments

@icepicknz
Copy link

Heya,

I see the code has provision for outdoor temp from the outside unit however im not seeing data in HA for it.
I logged into https://app.melview.net/ and went to a room and can see the outdoor temp showing just like it does in my Mitsi app.

Here is the code from looking at melview html source. I notice its outdoorTemp but the melview.py refers to lowercase, could this be the cause of it not working?

<div id="op-temp-outside" class="me-block-a-b" data-bind="attr: { 'aria-label': 'Outside Temperature ' + outdoorTemp() + '°C' }" aria-label="Outside Temperature 9°C" style="display: block;">
                        <div class="ui-grid-a">
                            <div class="ui-block-a h5" aria-labelledby="op-temp-outside">Outside</div>
                            <div class="ui-block-b roomtemp" data-bind="text:outdoorTemp() + '°C'" aria-labelledby="op-temp-outside">9°C</div>
                        </div>
                    </div>
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

1 participant