Outdoor Temp
Opened this issue · 0 comments
icepicknz commented
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>