Tuya LED stripe seems to disconnect from wifi

Hi!

I simply can’t get my Svive wifi led stripe to stay connected to my wifi. I have checked the code, the entity name, reconnected it via the Tuya integration and the Smart Life app. Sometimes it works for a couple of minutes but then it disconnects. The interesting thing is that when I connect to it via the Smart Life app it’s not connected but connects within a couple of seconds. Ti’s like it goes into some kind of sleep mode where it only can be called by the Smart Life app. I have tried to reload the Tuya integration and to restart the Home Assistent server.

Below is the floorplan card code:
tuya3

title: Övervåning
type: picture-elements
image: /local/floorplan2.jpg
elements:
  - type: image
    entity: light.rgb_lampa_1
    tap_action:
      action: toggle
    image: local/light_bulb_off.png
    state_image:
      'on': local/light_bulb_on.png
    state_filter:
      'on': brightness(130%) saturate(1.5) drop-shadow(0px 0px 10px gold)
      'off': brightness(80%) saturate(0.8)
    style:
      top: 45%
      left: 81%
      width: 7%
      padding: 1px
  - type: image
    entity: light.rgb_ledlist
    tap_action:
      action: toggle
    image: local/led_strip_off.png
    state_image:
      'on': local/led_strip_on.png
    state_filter:
      'on': brightness(130%) saturate(1.5) drop-shadow(0px 0px 10px gold)
      'off': brightness(80%) saturate(0.8)
    style:
      top: 47%
      left: 71%
      width: 6%
      padding: 1px

Below is the entity card code:
tuya2

type: vertical-stack
cards:
  - type: entities
    entities:
      - entity: switch.fonsterlampa
      - entity: light.rgb_lampa_1
      - entity: light.rgb_ledlist
    state_color: true
    show_header_toggle: false

Below is my entities view where “inte tillgänglig” means “not available”.

Below is the logginformation:

Logger: homeassistant.components.light.reproduce_state
Source: components/light/reproduce_state.py:131
Integration: Lampor (documentation, issues)
First occurred: 13 januari 2022 19:37:30 (8 occurrences)
Last logged: 13 januari 2022 19:41:50

Invalid state specified for light.rgb_ledlist: unavailable

Can you validate your theory via your router and its active connections?

Yes, the only device that behaves like this is the Svive wifi led strip.

I think I found the solution by my self! I had to go into the Google Home app → Settings → Works with Google → Home Assistent Cloud by Nabu Casa → Reconnect account. :grin:

Sorry, new Hame Assistant user here, but how did you integrate the Svive led strip in the first place?