8000 Sense Hat does not work on HassOS · Issue #42708 · home-assistant/core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Sense Hat does not work on HassOS #42708

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

Closed
denics opened this issue Nov 1, 2020 · 0 comments · Fixed by #42710
Closed

Sense Hat does not work on HassOS #42708

denics opened this issue Nov 1, 2020 · 0 comments · Fixed by #42710

Comments

@denics
Copy link
Contributor
denics commented Nov 1, 2020

The problem

SenseHAT still rely on vcgencmd to read CPU temperature. However this is unavailable in HassOS and breaks the sensor.

Environment

  • Home Assistant Core release with the issue: 0.117.1
  • Last working Home Assistant Core release (if known): -
  • Operating environment (OS/Container/Supervised/Core): HassOS 4.15 on Raspberry PI 3
  • Integration causing this issue: SenseHAT
  • Link to integration documentation on our website: https://www.home-assistant.io/integrations/sensehat/

Problem-relevant configuration.yaml

  - platform: sensehat
    display_options:
      - temperature
      - humidity
      - pressure
  - platform: template
    sensors:
      sensehat_temperature:
        value_template: '{{ states("sensor.temperature") | round(1) }}'
        unit_of_measurement: '°C'
      sensehat_pressure:
        value_template: '{{ states("sensor.pressure") | round(1) }}'
        unit_of_measurement: 'mb'
      sensehat_humidity:
        value_template: '{{ states("sensor.humidity") | round(1) }}'
        unit_of_measurement: '%'

Traceback/Error logs

Additional information

I am preparing a PR for this.

denics added a commit to denics/home-assistant that referenced this issue Nov 1, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Dec 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
0