windkh / node-red-contrib-shelly

Shelly control nodes for node red.
MIT License
34 stars 21 forks source link

"Shelly type mismatch: SNSW-001X16EU" #80

Closed hjojohan closed 2 years ago

hjojohan commented 2 years ago

121

Hi I get this message '"Shelly type mismatch: SNSW-001X16EU" ' and '"Request failed with status code 404 'in NodeRed debug window. The relay toogle on/off as expected, what iss wrong.. latest fw installed in the relay Shelley1 Plus

hjojohan commented 2 years ago

ping, any clue what i am doing wrong or is it a unsupported relay ?

windkh commented 2 years ago

Sry I am still on vacation

windkh commented 2 years ago

What device did you choose??

windkh commented 2 years ago

Show me your config node

hjojohan commented 2 years ago

image

hjojohan commented 2 years ago

image

hjojohan commented 2 years ago

image

hjojohan commented 2 years ago

image

windkh commented 2 years ago

You should use the 2nd generation node not the old one

hjojohan commented 2 years ago

I have changed to 2nd version and now the relay is silent, the switch dont toggle anymore

hjojohan commented 2 years ago

image

hjojohan commented 2 years ago

ok i did this, now its working

msg.payload = { method: 'Switch.Set', parameters: { id: 0, on: true, toggle_after: 1 // optional flip back time in seconds } }

return msg;

windkh commented 2 years ago

Ok good