Help Needed with Tuya could cut Device After Router Reconnect

TL;DR:

After unplugging my router and plugging it back again, I can’t access or update my cloud cut device running kickstart-bk7231t firmware, even though it’s still connected with the same IP. Ports scanned include 8008, 8009, 8443, 9000, 9080, and 10001. Port 9080 shows status=ok. What can I do to fix this?


To be fair, I’m quite a noob with IoT stuff and especially with hardware. Today, I tried cloud cutting a Tuya device and managed to get it working. However, I ran into a problem after unplugging my router. I can’t access the device’s logs or update it anymore. It still connects to the network with the same IP, but I’m having trouble figuring out what’s going on.

What I Did:

This was the last configuration I installed on the device (doesn’t work but I could at least access the logs at the time):

esphome:
  name: test
  friendly_name: Test

bk72xx:
  board: generic-bk7231t-qfn32-tuya

logger:

api:
  encryption:
    key: "<key?>"

ota:
  - platform: esphome
    password: "<password?>"

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

  manual_ip:
    static_ip: 10.0.0.5
    gateway: 10.0.0.1
    subnet: 255.255.255.0

  ap:
    ssid: "<fallback SSID>"
    password: "<fallback password>"

light:
  - platform: beken_spi_led_strip
    rgb_order: GRB
    pin: P16
    num_leds: 30
    chipset: ws2812
    name: "Test RGB Light"

The Problem:

  • After unplugging my router, I can’t access the device logs or update it anymore.

  • The device still connects and has the same IP address (10.0.0.5).

  • I ran an Nmap scan and here’s what I found:

    nmap 10.0.0.5
    Starting Nmap 7.95 ( https://nmap.org ) at 2024-08-02 23:43 CEST
    Nmap scan report for 10.0.0.5
    Host is up (0.0074s latency).
    Not shown: 994 closed tcp ports (conn-refused)
    PORT      STATE SERVICE
    8008/tcp  open  http
    8009/tcp  open  ajp13
    8443/tcp  open  https-alt
    9000/tcp  open  cslistener
    9080/tcp  open  glrpc
    10001/tcp open  scp-config
    
    Nmap done: 1 IP address (1 host up) scanned in 0.24 seconds
    
    • Port 9080 returns status=ok.

Need Help:

  • How can I get back into the device to make updates or fix things?
  • Any advice on what to do with the ports and the configuration?

thanks <3

No network is likely to work without a router, do I’m not sure I understand the problem.

Sorry, I may have forgoten to mention that I the router is up and running again ^^’

UP ? Sorry, kinda desperate :confused: