Sem;colon wrote: ↑Wed Dec 02, 2020 3:31 pm
Hi Medy,
I have my RM3 mini setup in my office now.
I downloaded v0.6 of your plugin (loads fine btw. I didn't have to add something to side packages :/ probably only required for EG 0.4)
I'm totally new to the device but dislike the idea to register in an app to join my WiFi. I was very happy to see that you are working on eliminating this step and I wanted to give it a try. I guess it's not working yet, right? ^^
The FindDevice action just displays TEST and the setupDevice action.. I put in my wifi credentials and can execute it, it prints manual setup, security mode x, network x, and that's it.. my device is not found.
If you want me to test something, let me know
Its nonfunctional right now . I think...
Havent tested it on my device yet
You could basicly do the setup stuff yourself by running the broadlink setup action with your credentials in pycharm for example
its just a single function that runs and take you ssid and pw ... and network mode ...
Like described here :
https://github.com/mjg59/python-broadlink
Code: Select all
1.long press reset until slow blink
2. long press again to enter ap - mode
3. connect to the broadlink device with your pc wifi
then run :
import broadlink
broadlink.setup('myssid', 'mynetworkpass', 3)
Will get to it around christmas time I think ...
(the find device action just prints TEST yes ) ... Its an utility function I wanted to add to manually discover devices ... it is not needed ...
but might come in handy for testing I guess ..
the manual setup as well as multidevice support I will add.
Then I probably upload stuff to github once thats all good to go.
The plugin on startup should automatically find your device and print it to the console.
https://imgur.com/a/9XnySxE
Greetings