Shelly Integration not working - Shelly I4

Hi,

hopefully someone can help me, I am not be able to get the shelly I4 to work.

Shelly PlusI4 | Id: C049EF85A95C | Firmware: 0.14.1

Websocket connection is not working - 404, it’s look like, i have no shelly api, how can i enable it?

then i also attempted to get the data via Mqtt:


Client null received PUBLISH (d0, q0, r0, m0, 'shellies/garageshellyi4/status/input:1', ... (21 bytes))
shellies/garageshellyi4/status/input:1 {"id":1,"state":true}
Client null received PUBLISH (d0, q0, r0, m0, 'shellies/garageshellyi4/status/input:1', ... (22 bytes))
shellies/garageshellyi4/status/input:1 {"id":1,"state":false}

- name: shellygarageinput1
  unique_id: shellygarageinput1
  state_topic: "shellies/garageshellyi4/status/input:0"
  expire_after: 10800 #3 hours
  value_template: "{{ value_json.state }}"
  payload_on: "true"
  payload_off: "false"

Why is this not working ?

with NodeRed no problem:
image

best regards

Chris