Blackymas / NSPanel_HA_Blueprint

This allows you to configure your complete NSPanel via Blueprint with UI and without changing anything in the code
1.4k stars 254 forks source link

NSPanel Configuration is using an unknown service #1850

Closed MrAshen closed 7 months ago

MrAshen commented 7 months ago

TFT Version

4.2.6

ESPHome Version

4.2.6

Blueprint Version

4.2.6

Panel Model

EU

What is the bug?

esphome page_home and send_command_text_printf services are unknwon

Steps to Reproduce

Create automation with blueprint NSPanel Configuration, save and restart the NS Panel. Screenshot_20221124_213318

Your Panel's YAML

substitutions:
  # Settings - Editable values
  device_name: "nspanelog"
  friendly_name: "Sonoff NSPanel OG"
  wifi_ssid: !secret "wifi_ssid"
  wifi_password: !secret "wifi_password"
  nextion_update_url: "http://homeassistant.local:8123/local/nspanel_eu.tft"  # Optional
  # Add-on configuration (if needed)
  heater_relay: "1"  # Possible values: "1" or "2"

# Customization area
##### My customization - Start #####
##### My customization - End #####

# Core and optional configurations
packages:
  remote_package:
    url: https://github.com/Blackymas/NSPanel_HA_Blueprint
    ref: main
    files:
      - nspanel_esphome.yaml # Core package
      # Optional advanced and add-on configurations
      # - advanced/esphome/nspanel_esphome_advanced.yaml
      # - nspanel_esphome_addon_climate_cool.yaml
      # - nspanel_esphome_addon_climate_heat.yaml
      # - nspanel_esphome_addon_climate_dual.yaml
    refresh: 300s

esp32:
  framework:
    type: esp-idf

ESPHome Logs

logs_nspanelog_logs (1).txt

Home Assistant Logs

home-assistant_2024-03-02T18-05-50.532Z.log

MrAshen commented 7 months ago

#1787 already reported. Workaround to comment out friendly name

edwardtfn commented 6 months ago

Hi, have you got a chance to try the solution for this currently in beta? If so, please let me know if that was effective.