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

Fahrenheit mode not working. #23

Open
2 tasks
L00PERY opened this issue Dec 20, 2024 · 0 comments
Open
2 tasks

Fahrenheit mode not working. #23

L00PERY opened this issue Dec 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@L00PERY
Copy link

L00PERY commented Dec 20, 2024

Checklist

  • I updated the card to the latest version available
  • I cleared the cache of my browser

Describe the bug
Activating Fahrenheit mode does not convert C to F. VPD is calculated wrong.

Version of the card
Version: 1.6.0

To Reproduce
This is the configuration I used:
type: custom:ha-vpd-chart
vpd_phases:

  • upper: 0
    className: gray-danger-zone
    color: "#999999"
  • lower: 0
    upper: 0.4
    className: under-transpiration
    color: "#1a6c9c"
  • lower: 0.4
    upper: 0.8
    className: early-veg
    color: "#22ab9c"
  • lower: 0.8
    upper: 1.2
    className: late-veg
    color: "#9cc55b"
  • lower: 1.2
    upper: 1.6
    className: mid-late-flower
    color: "#e7c12b"
  • lower: 1.6
    className: danger-zone
    color: "#ce4234"
    sensors:
  • name: S1
    humidity: sensor.aranet4_24a14_humidity
    temperature: sensor.aranet4_24a14_temperature
    is_bar_view: false
    min_temperature: 5
    max_temperature: 100
    min_humidity: 10
    max_humidity: 90
    min_height: 200
    leaf_temperature_offset: 2
    enable_tooltip: true
    air_text: Air
    rh_text: RH
    kpa_text: kPa
    enable_axes: true
    enable_ghostclick: true
    enable_ghostmap: true
    enable_triangle: true
    enable_crosshair: false
    enable_fahrenheit: true
    enable_zoom: true
    enable_show_always_informations: true
    enable_legend: true
    ghostmap_hours: 24
    unit_temperature: °F
    grid_options:
    rows: 4
    columns: 12

Screenshots
vpd6

Expected behavior
Seems to be calculating VPD based on C when sensor reports in F.

Desktop (please complete the following information):

  • Browser: firefox, chrome

Smartphone (please complete the following information):

Additional context

@L00PERY L00PERY added the bug Something isn't working label Dec 20, 2024
@L00PERY L00PERY changed the title 1) No crosshair or dots indicating VPD, only 1 line for RH. 2) Y axis shows F, but numbers are in C. Y axis shows F, but numbers are in C. Dec 20, 2024
@L00PERY L00PERY closed this as completed Dec 20, 2024
@L00PERY L00PERY reopened this Dec 20, 2024
@L00PERY L00PERY changed the title Y axis shows F, but numbers are in C. Fahrenheit mode not working. Dec 20, 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

1 participant