Skip to content

[BUG] Temperature not converting to Fahrenheit #806

@KihtrakRaknas

Description

@KihtrakRaknas

Describe the bug
The numbers being displayed are still in Celsius despite the unit displaying as Fahrenheit.

Expected behavior
The numbers should actually be converted between units.

Screenshots
Image

Config Info

Did a clean install with the following docker-config.yaml:

version: '3.5'

services:
  scrutiny:
    container_name: scrutiny
    image: ghcr.io/analogj/scrutiny:master-omnibus
    cap_add:
      - SYS_RAWIO
    ports:
      - "8080:8080" # webapp
    volumes:
      - /run/udev:/run/udev:ro
      - scrutiny_config:/opt/scrutiny/config
      - scrutiny_db:/opt/scrutiny/influxdb
    devices:
      - "/dev/sda"
      - "/dev/sdb"
      - "/dev/sdc"

volumes:
  scrutiny_config:
  scrutiny_db:

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions