-
I've just found your mod for Wibox and was hoping to get it running on my apartment; I couldn't make out for sure though if you have a video and audio feed available, is there or do you have plans for…
-
I am unable to login with my eWeLink cloud credentials and I keep getting this error:
![Screenshot 2024-07-01 at 10 21 35 AM](https://github.com/AlexxIT/SonoffLAN/assets/228338/60c3c5b5-f02a-4bdb-b…
-
I have a sonoff thr316 aka TH origin.
In the ewelink app it seems to be getting regular temperatures as shown in the history but in node red i only seem to get a temperature when I open the ewelink…
-
Hi I am using ewelink-generic-device node to control a garage door. The problem I am having is the response time performance - its taking in the region of 4-6 seconds for the node to execute which is…
-
Hi. Great plugin.
I got one problem. When controlling from only Home app (HomeKit) there is no problems. If I turn off the lights from the wall switch and back to Home app, its generate this error an…
ghost updated
4 years ago
-
### What issue do you have? Please be as thorough and explicit as possible.
iFan03 showing false status of accessories (Light and Fan) after every restart of homebridge, It shows all accessories on…
-
* pySonoffLAN version: pysonofflanr3 v 1.1.4
* Python version: 3.9.6
* Operating System: Mac OSX 10.12.6
**Device discovery not working**
Trying to confirm device discovery
No devices found…
-
```js
const ewelink = require('ewelink-api');
(async () => {
let start = Date.now();
const connection = new ewelink({
email: '...',
password: '...',
region: 'eu',
});
co…
-
I have four sonoff mini diy. They were delivered with the 3.3.0 firmware release built in.
I managed to set diy mode (with jumper) and update tasmota firmware for three of them.
But when I connect…
-
When the hearbeat interval function runs it does not check if the websocket is open and that often creates error like this one:
`(node:914) UnhandledPromiseRejectionWarning: Error: Can't send data be…