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

Remote temperatures reported in F aren't converted to C #6

Open
Sammy1Am opened this issue Apr 23, 2023 · 1 comment
Open

Remote temperatures reported in F aren't converted to C #6

Sammy1Am opened this issue Apr 23, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Sammy1Am
Copy link

Any sensors providing values in F will not be converted before being sent to the system (likely resulting in an out of range error)

@Sammy1Am Sammy1Am added the bug Something isn't working label Apr 23, 2023
@KazWolfe
Copy link
Collaborator

Workaround until this is patched in code:

sensors:
  - platform: homeassistant
    id: living_room_temperature
    entity_id: sensor.airthings_living_room_temperature
    filters:
      - lambda: return ((x - 32.0) * (5.0 / 9.0));

@Sammy1Am Sammy1Am transferred this issue from Sammy1Am/mitsubishi-uart May 12, 2024
@Sammy1Am Sammy1Am transferred this issue from another repository May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants