howanghk / homebridge-ewelink

Homebridge plugin to control Sonoff relays with OEM firmware
MIT License
81 stars 46 forks source link

API Error 503 #119

Closed SteeeveAT closed 3 years ago

SteeeveAT commented 3 years ago

Hey Guys - since recently I got this error:

[9/24/2020, 4:25:38 PM] [eWeLink] Sonoff API 503 error
[9/24/2020, 4:25:39 PM] [eWeLink] Requesting power state for [Küche]
[9/24/2020, 4:25:39 PM] [eWeLink] Requesting power state for [Sonoff 2 - Snappy]
[9/24/2020, 4:25:39 PM] [eWeLink] An error was encountered while requesting a list of devices while interrogating power status. Verify your configuration options. Error was [Error: Parsing error : Unexpected token < in JSON at position 0, body=
 <html>
<head><title>403 Forbidden</title></head>
<body bgcolor="white">
<center><h1>403 Forbidden</h1></center>
</body>
</html>
]
[9/24/2020, 4:25:40 PM] [eWeLink] An error was encountered while requesting a list of devices while interrogating power status. Verify your configuration options. Error was [Error: Parsing error : Unexpected token < in JSON at position 0, body=
 <html>
<head><title>403 Forbidden</title></head>
<body bgcolor="white">
<center><h1>403 Forbidden</h1></center>
</body>
</html>
]

I did not change any configuration, but suddenly it did stop working.

Version: homebridge-ewelink-max v0.1.24

Thanks in advance

Best Steeeve