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

Bug oscillating internal temperature signal #2422

Open
ianfab2000 opened this issue Dec 4, 2024 · 3 comments
Open

Bug oscillating internal temperature signal #2422

ianfab2000 opened this issue Dec 4, 2024 · 3 comments
Labels
Bug Identifies an issue where the system is not functioning as expected. Performance Performance related issues.

Comments

@ianfab2000
Copy link

ianfab2000 commented Dec 4, 2024

TFT Version

4.3.12

Firmware Version

4.3.12

Blueprint Version

4.3.12

Panel Model

EU

What is the bug?

Hey everyone.

The panel worked fine for me for quite some time now but since a couple of weeks it's having the following issue.

Multiple times a day the internal temperature signal starts oscillating between +- 0.5K and +-1K.
While the external temperature signal is constant, the temperature correction trys to compensate that but isn't fast enough.
Consequently the relay is repeatingly switching on and off.

Restarting the panel solves the issue. Sometimes it requires one, sometimes up to 4 restarts in a row.

Is this a known issue?
(I have not tried a full factory reset yet but I keep it up to date as described in the FAQs.)

Thanks in advance.

Screenshot 2024-12-04 190902

Steps to Reproduce

No response

Your Panel's YAML

substitutions:

###### CHANGE ME START ######

  device_name: "nspanel_blacky" 
  wifi_ssid: "FRITZ!Box 5590 OE"
  wifi_password: ""

  # Add-on configuration (if needed)
  ## Add-on climate
  heater_relay: "1"     # Possible values: "1" or "2"
  temp_units: "°C"      # Temperatures in Fahrenheit
  temp_min: "15"        # Min supported temperature is 40°F
  temp_max: "25"        # Max supported temperature is 80°F
  temp_step: "0.1"        # Temperature granularity is 1°F
  heat_deadband: "0.5"  # Temperature delta before engaging heat
  heat_overrun: "0.5"   # Temperature delta before disengaging heat
  min_off_time: "1"
  min_run_time: "1"
  min_idle_time: "1"

#  nextion_update_url: "http://HOME-ASSISTANT-IP:8123/local/nspanel_eu.tft" # URL to local tft File
  nextion_update_url: "https://raw.githubusercontent.com/Blackymas/NSPanel_HA_Blueprint/main/nspanel_eu.tft" # URL to Github

##### CHANGE ME END #####



##### DO NOT CHANGE ANYTHING! #####

packages:
  ##### download esphome code from Github
  remote_package:
    url: https://github.com/Blackymas/NSPanel_HA_Blueprint
    ref: main
    files:
      - nspanel_esphome.yaml # Core package
      - nspanel_esphome_addon_climate_heat.yaml
    refresh: 300s
DO NOT CHANGE ANYTHING!

ESPHome Logs

No response

Home Assistant Logs

No response

@ianfab2000 ianfab2000 added the Bug Identifies an issue where the system is not functioning as expected. label Dec 4, 2024
@edwardtfn
Copy link
Collaborator

Some users reported a temperature gap when BLE is enabled, but this issue you are reporting now is new (at least for me).
Could you please share your panel's yaml? Please hide any sensitive info before sharing.

@ianfab2000
Copy link
Author

I added the content of /homeassistant/esphome/nspanel-blacky.yaml to my initial post.

@edwardtfn edwardtfn added the Performance Performance related issues. label Dec 5, 2024
@ianfab2000
Copy link
Author

Hey everyone, is there anything I can provide/upload that would help you analyzing and hopefully solving this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Identifies an issue where the system is not functioning as expected. Performance Performance related issues.
Projects
None yet
Development

No branches or pull requests

2 participants