Git Product home page Git Product logo

Comments (19)

 avatar commented on August 31, 2024 5

For anyone with this issue do the following...
uninstall homebridge-ewelink-max
restart (This removes old devices - important!)
install homebridge-ewelink
restart & reconfigure accessories

Worked for me!

from homebridge-ewelink.

howanghk avatar howanghk commented on August 31, 2024 4

Hi, as I don't have a working ewelink device with me I do not have the incentive on updating this plugin. Please try https://github.com/bwp91/homebridge-ewelink as they are more actively updated and well maintained.

from homebridge-ewelink.

luizjunior avatar luizjunior commented on August 31, 2024

same problem here... maybe Sonoff have changed their API?

from homebridge-ewelink.

imajay avatar imajay commented on August 31, 2024

i m using the homebridge-ewelink-max ... how do i update the above suggestions

from homebridge-ewelink.

armandoi75 avatar armandoi75 commented on August 31, 2024

Same problem:
[eWeLink] WebSocket messge received: {"error":400,"reason":"Bad Request","............................

other error:
[eWeLink] An error was encountered while requesting a list of devices. Response was [{"error":406,"msg":"{"error":401,"msg":"Bearer:accessToken is empty"}"}]

from homebridge-ewelink.

ukxxx avatar ukxxx commented on August 31, 2024

Exactly same problem here

[eWeLink] WebSocket messge received: {"error":400,"reason":"Bad Request","apikey":"*****","sequence":"1603900688504","actionName":"userOnline"}

from homebridge-ewelink.

daveramirez5 avatar daveramirez5 commented on August 31, 2024

Same problem here

from homebridge-ewelink.

armandoi75 avatar armandoi75 commented on August 31, 2024

Thanks a lot Zlockhart, your solution worked also for me ;-)

from homebridge-ewelink.

Stewart06 avatar Stewart06 commented on August 31, 2024

Perso cela n'a pas fonctionné pour moi, pourtant j'ai bien redémarrer entre chaque étape.

from homebridge-ewelink.

John88a avatar John88a commented on August 31, 2024

Same problem since yesterday, guess better install the new plugin

from homebridge-ewelink.

charliejgallo avatar charliejgallo commented on August 31, 2024

same problem here, Zlockhart solution also worked for me!

from homebridge-ewelink.

John88a avatar John88a commented on August 31, 2024

It also solved my problem with the new plug in, thanks

from homebridge-ewelink.

ukxxx avatar ukxxx commented on August 31, 2024

Exactly same problem here

[eWeLink] WebSocket messge received: {"error":400,"reason":"Bad Request","apikey":"*****","sequence":"1603900688504","actionName":"userOnline"}

Solved by changing plug-in, as Zlockhart wrote. Also looks like new plug-in works faster and more stabile.

from homebridge-ewelink.

migabc avatar migabc commented on August 31, 2024

For anyone with this issue do the following...
uninstall homebridge-ewelink-max
restart (This removes old devices - important!)
install homebridge-ewelink
restart & reconfigure accessories

Worked for me!

Hi, I'm trying to migrate from "homebridge-ewelink-max" to "homebridge-ewelink" as suggested above to solve this issue.
but after the 1st step above (uninstall homebridge-ewelink-max) and the 2nd step (restart homebridge) the Sonoff accessories still show up in the Home app, and during startup I see these messages:

Nov 2 10:06:50 raspberrypi homebridge[2832]: Failed to find plugin to handle accessory Veranda Outlets
Nov 2 10:06:50 raspberrypi homebridge[2832]: Failed to find plugin to handle accessory DIMMER1
Nov 2 10:06:50 raspberrypi homebridge[2832]: Failed to find plugin to handle accessory Christmas Tree
Nov 2 10:06:50 raspberrypi homebridge[2832]: Failed to find plugin to handle accessory Sonoff Basic 3

How can I remove these old accessories, before going onto the 3rd step (install homebridge-ewelink)?

from homebridge-ewelink.

 avatar commented on August 31, 2024

How can I remove these old accessories, before going onto the 3rd step (install homebridge-ewelink)?

https://github.com/bwp91/homebridge-ewelink/wiki/How-to-remove-an-accessory-from-the-cache

from homebridge-ewelink.

migabc avatar migabc commented on August 31, 2024

Is there a terminal command for clearing the cache
I'm running the basic homebridge (not the UI)

from homebridge-ewelink.

 avatar commented on August 31, 2024

Is there a terminal command for clearing the cache

You could try this... https://www.reddit.com/r/HomeKit/comments/96kgrm/help_with_removing_accessories_from_homebridge/

from homebridge-ewelink.

gcorly avatar gcorly commented on August 31, 2024

solved by uninstalling this plugin for me, and installing ewelink homebridge (verified)

from homebridge-ewelink.

migabc avatar migabc commented on August 31, 2024

Any change of fixing this issue (400 - bad request) on this plugin (homebridge-ewelink-max)?
Or, alternatively allow the other plugin (homebridge-ewelink) to run under the current/stable/wanted version of homebridge 0.4.53

I tried following zlockhart's recommendation to swap the homebridge-ewelink-max for the homebridge-ewelink but this plugin requires HomeBridge version of >=1.0.0 and I'm currently using homebridge v0.4.53 (because homebridge-knx only runs on this stable version of homebridge)

So it seems I am stuck :-(

pi@raspberrypi:~ $ date; npm outdated -g --depth=0
Sat Nov 7 08:55:53 WET 2020
Package Current Wanted Latest Location
hap-nodejs 0.4.53 0.4.53 0.8.2 global
homebridge 0.4.53 0.4.53 1.1.6 global
homebridge-camera-ffmpeg 0.1.19 0.1.19 3.0.3 global

pi@raspberrypi:~ $ date; npm list --depth=0 -g
Sat Nov 7 09:31:26 WET 2020
/usr/lib
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]

pi@raspberrypi:~ $

from homebridge-ewelink.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.