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

System Error DATA! on display unable to flash tft. #862

Closed
2 tasks
lockeandev opened this issue Apr 16, 2023 · 2 comments
Closed
2 tasks

System Error DATA! on display unable to flash tft. #862

lockeandev opened this issue Apr 16, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@lockeandev
Copy link

PROBLEM DESCRIPTION

A clear and concise description of what the problem is.
Not sure this is a bug but I don't know where else to go for some help. I've got 4 NSPanels all flashed and working correctly but on the 4th one the jumpe cables suplying the 5v while flashing the tft file came lose and the flash was interrupted. Now I just see "System Data ERROR!" on the screen and trying "FlashNextion http://nspanel.pky.eu/lui-us-l-release.tft" in the console seems to do nothing. I've tried to flash the TFT file from the Nextion Editor locally but have not had any success. everything on the Tasmota GUI seems to working fine and I have access to the console, but I jest see the attached screenshot when trying to flash, and the screen is lit with "System Data ERROR!" displayed

REQUESTED INFORMATION

Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!

  • Provide your apps.yaml (or your config):
  apps.yaml here:

---
Master_NSPanel:
  module: nspanel-lovelace-ui
  class: NsPanelLovelaceUIManager
  config:
    panelRecvTopic: "tele/MasterBed_NSPanel/RESULT"
    panelSendTopic: "cmnd/MasterBed_NSPanel/CustomSend"
    model: us-p
    sleepTimeout: 20
    sleepBrightness:
      - time: "7:00:00"
        value: 50
      - time: "23:00:00"
        value: 0
    locale: "en_US"
    screensaver:
      entity: weather.downstairs
    cards:
      - type: cardEntities
        entities:
          - entity: light.master_light
          - entity: fan.master_fan
          - entity: light.bedroom_lamps
            name: Lamps
          - entity: switch.master_bedroom_blinds
            name: Master         Blinds
          - entity: switch.clints_blinds
            name: Clint's           Blinds
          - entity: switch.jessicas_blinds
            name: Jess's             Blinds
        title: Master Bedroom 1

  • Go to Settings>Add-ons>AppDaemon>Log (or the output of your TS script) and then, provide the output of the log during your issue/bug occurs:
  Log output here:


TO REPRODUCE

Steps to reproduce the behavior:

EXPECTED BEHAVIOUR

A clear and concise description of what you expected to happen.

SCREENSHOTS

If applicable, add screenshots/pictures to help explain your problem.
image

ADDITIONAL CONTEXT

Add any other context about the problem here.
Please note here in case you are using ioBroker

PANEL / FIRMWARE VERION

Please add the Panel/Firmware Version you are using (EU, US-L or US-P)

@lockeandev lockeandev added the bug Something isn't working label Apr 16, 2023
@joBr99
Copy link
Owner

joBr99 commented Apr 16, 2023

If you had the stock firmware flashed before and it got interrupted, you are now stuck with 9600 baud.

Restart Tasmota and try to use this command, it's using 9600 baud to init the flashing.

FlashNextionAdv6 http://nspanel.pky.eu/lui-us-l-release.tft

@lockeandev
Copy link
Author

lockeandev commented Apr 16, 2023 via email

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

2 participants