Martin M.

Results 37 comments of Martin M.

I can't reproduce the error. This is my current installed version: ![Screen Shot 2022-02-25 at 20 51 46](https://user-images.githubusercontent.com/578784/155818193-438022a4-2f59-4829-8f1b-cd9237ed54d0.png)

you can try to manually run Brave from the console first get a profile name then run: `open -n -a "Brave Browser" --args --profile-directory="PROFILE-NAME"`

Hey @nickokgo What happens if you run `/usr/bin/env python3` on your console?

Hey @BadCoder1337 We can create a helper method to loop over all channels for specific device and run the required action. While is not ready, you can try to loop...

Hello @MarioDBianchi The app id and secret was provided by sonoff for this library. The solution i can think, it's to add a new parameter to the class constructor where...

@ttz642 and @gaim281 the new app id and app secret where provided by ewelink for this library. on version 4.0.0 i'm planning to add the option to specify your own...

@MarioDBianchi @ttz642 and @gaim281 this PR https://github.com/skydiver/ewelink-api/pull/93 allows to initialize class using custom APP_ID and APP_SECRET ``` const connection = new ewelink({ email: 'YOUR EMAIL', password: 'YOUR PASSWORD', APP_ID: 'CUSTOM...

Hey @Lcanato It's not possible at the moment. Will be great if someone can help with this ... 🤞

@belichuk sorry for the delay on the response 😳 today version 3.1 was merged and released, you're welcome to open that PR (if still interested)

Hello @scInvest To get the arp table, you can just do: ``` const Zeroconf = require('ewelink-api/classes/Zeroconf'); const arp = await Zeroconf.getArpTable('192.168.5.1'); ``` To get devices data: ``` const connection =...