AlexxIT / SonoffLAN

Control Sonoff Devices with eWeLink (original) firmware over LAN and/or Cloud from Home Assistant
https://github.com/AlexxIT/Blog
MIT License
2.66k stars 414 forks source link

Sonoff Mini DIY mode with firmware 3.5, 3.6 #229

Closed sergeysaley closed 4 years ago

sergeysaley commented 4 years ago

Hi! Sonoff mini in DIY mode with firmware 3.5 and 3.6 do not detected by Home Assistant. Is there any hope that these devices will be included in the list of tested devices? Thank You!

desigan321 commented 4 years ago

Check this:

https://github.com/itead/Sonoff_Devices_DIY_Tools/issues/75#issuecomment-609449006

and this:

https://github.com/itead/Sonoff_Devices_DIY_Tools/blob/master/SONOFF%20DIY%20MODE%20Protocol%20Doc%20v2.0%20Doc.pdf

If the above doesn't help, enable DEBUG for the Sonoff custom component in your configuration.yaml file and post the logs here:

sonoff:
  username: xxxxxxxxxxxxxxx
  password: xxxxxxxxxxxxx
  debug: true
sergeysaley commented 4 years ago

Thank You!