robertklep / name.klep.sonoff

Homey driver for Sonoff devices
7 stars 7 forks source link

No new device found when adding new device #36

Open HasseM opened 4 years ago

HasseM commented 4 years ago

I try to ad a Sonoff S20 with latest Tasmoto firmware. It's my 2nd Tasmota device that I add (1st is a basic module). When adding a S20 device in the Homey App, when requested, I press reboot in the webinterface of tasmota. As soon as the device comes online, I get the message "No new devices found". I am also using the MQTT broker App on Homey. The broker runs fine and with an MQTT Explorer, I can see the S20 reporting messages to the broker. Offcourse the device is not already added....

It looks like one of the following:

Restarting homey/broker/tasmota devices and such did not help. I just cannot add the S20, no matter what I try.

Let me know if you need additional information.

robertklep commented 4 years ago

Is the device configured as an S20 in the Tasmota configuration? Also, "the lastest firmware" might be an issue, some users are having issues getting Tasmota v7 to work with this app.

HasseM commented 4 years ago

Yes, I selected S20 but it is actually called "Sonoff S2X" in the tasmota firmware. Maybe that it why it doesnt see it? Note the X in stead of 0.

robertklep commented 4 years ago

Yes, that might be the reason. Try configuring (and adding) it as a Sonoff Basic.

HasseM commented 4 years ago

If I configure the device as a basic and add a basic then it is working fine (able to add the device)!

robertklep commented 4 years ago

In that case, it's indeed the identifier string that isn't being recognized by the app. It's something that changed in recent firmwares (perhaps v6).

HasseM commented 4 years ago

Good, thats probably an easy fix for you. For now I can live with configuring an S20 as a basic, no problem.