ioBroker / AdapterRequests

This Place is used to track the status of new Adapter-Requests.
248 stars 36 forks source link

ewelink (Sonoff without tasmota) #317

Open tomtom58 opened 4 years ago

tomtom58 commented 4 years ago

Hi Is it possible to generate an adapter for non-Tasmota Sonoff-Devices? All devices can view/edit with "ewelink", an Android App AND with Google-Home.

Thx, Tom

Apollon77 commented 4 years ago

Are there more details? APIs? Links? Libraries available for Nodejs? Other development languages?

DutchmanNL commented 4 years ago

as far as I know the Sonor API is not public... there is a project called nod sonoff server I read some parts about also in combination with domoticz but its dead snd 2 years

StrathCole commented 4 years ago

https://blog.ipsumdomus.com/sonoff-switch-complete-hack-without-firmware-upgrade-1b2d6632c01 or more complete: https://github.com/mdopp/simple-sonoff-server

OlegJktu commented 4 years ago

https://ewelink-api.now.sh/docs/introduction

https://www.npmjs.com/package/ewelink-api

partyzonetut commented 2 years ago

solution for Home Assistant https://github.com/AlexxIT/SonoffLAN/ for example

for Hombridge - https://github.com/bwp91/homebridge-ewelink

Are there more details? APIs? Links? Libraries available for Nodejs? Other development languages?