Open vaschek opened 3 years ago
FYI, I also tried running the windows executable (v 0.8), and it wasn't able to detect any of my devices online. However, I downloaded the linux version and ran it inside a Mint Linux VM (running on my windows 10 laptop), and that worked fine. I didn't have to turn off any firewalls or anti-virus protection on the windows side to get it to see my devices, but that can vary from setup to setup.
I then tried downloading the source code (v 0.8) and ran it from my windows powershell, and that did not work (I got many circular dependency errors).
SUCCESS: Finally, I downloaded the Xeroxxx branch of the source code (version 487c2e2 on 24 Sep 2020) (see here) and ran it inside a windows powershell, and that worked fine.
The main branch hasn't been updated since Jan 2019, so I'm not sure if that will get fixed/updated. For now, I recommend people look at the Xeroxxx branch if they have issues. (Also, I hear Xeroxxx is working on producing executables for download.)
Regards, Will
Do you have details on how you ran it inside of a powershell?
Hi, Here are my steps for installing and running the app in a windows PC, in powershell:
npm install
(this can also take a few min)npm start "path" logger-config.json
where "path" is the path to your logger-config.json (which is typically the main directory of the sourcecode you downloaded. eg: c:\TP-Link\logger-config.json)localhost:3000
Note; I have updated step 5 above on 1/6/2022 to be more explicit and correct a typo with the logger-config.json filename
I have a computer on which the app worked well in Win 7 but now I upgraded to Win 10 and it finds not any device. Strange is that it runs normally on a notebook with Win 10 and I can even conect from the computer to the tplink-energy-monitor running on the notebook. What in Win 10 on the computer is blocking the application? Vaclav