Martin M.
Martin M.
@ttz642: There was a problem with the arp package who was fixed and merged today. Here is the expected format: ``` [ { "ip": "192.168.100.1", "mac": "aa:bb:cc:dd:ee:ff" }, { "ip":...
Hey @rtomasik I don't have a rf bridge device. Hope someone else can answer that question.
Hello @BeepLoveKarki I never saw any existing code or info for these functionalities, so i think some reverse engineering must be done on the app. Will be great if someone...
Hey @peterbuga, let me know how to credit you, i'd be happy to do this.
Hello @ttz642 Thank you for all your comments and help. I agree with you, the ideal scenario will be a file with the following format: ``` { "1000xxxxxx": "192.168.1.233", "1000xxxxxx":...
Hello @ahmed-essawy Can you post a sample code? Also, there is any info about the file and line number where the errors is thrown?
Hey @ahmed-essawy Can you take a look to this [thread](https://github.com/skydiver/ewelink-api/issues/88#issuecomment-643563422) and see if it helps? The idea is to use custom APP_ID and APP_SECRET and see if this resolves your...
@JabLuszko i don't have problems with my devices (all are sonoff) Have you tried with the old parameters before the change? APP_ID: `oeVkj2lYFGnJu5XUtWisfW4utiN4u9Mq` APP_SECRET: `6Nz4n0xA8s8qdxQf2GqurZj2Fs55FUvM` Also, in version 3, `setDevicePowerState`...
@JabLuszko i don't think my account has something special ... restoring `setDevicePowerState` from v2 using websocket will work for you? i still prefer the new method because it's a single...
Hey @JabLuszko Can you try this branch `release/3.1.0-ws` ? Here is a sample: ``` const connection = new ewelink({ email: 'YOUR EMAIL', password: 'YOUR PASSWORD', APP_ID: 'CUSTOM APP ID', APP_SECRET:...