-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unraid #103
Comments
There's already a docker image on dockerhub, Ive been running it for a few years now. Go to the apps tab » search for jbarnett » install tplink-energy-monitor » change network type to host » apply You should then be able to access via HOSTIPADDRESS:3000 eg 192.168.1.100:3000 |
Unfortunately, not finding the Docker container nor "jbarnett" on the Apps tab. |
tplink-energy-monitor - I just searched and found it in Apps on Unraid 6.11.5 |
Missed a step on my instructions sorry! Go to the apps tab » search for jbarnett » select "Click Here To Get More Results From DockerHub" in the top right » install tplink-energy-monitor » change network type to host » apply |
Oh dang I never even realized that "Get more results" was there. Sorry about that guys! OK I haven't done ANY troubleshooting yet but I get this trying to run it. (Changed network to host and switched port to something not in use.) Log from Trying to Run Containerevents.js:183 Error: listen EADDRINUSE :::3000 npm ERR! A complete log of this run can be found in: Error: listen EADDRINUSE :::3000 npm ERR! A complete log of this run can be found in:
** Press ANY KEY to close this window ** |
Are you certain port 3000 isn't being used, as the log seems to suggest it is? Try running Also try moving the energy monitor container to something else, maybe just 3001. |
Sorry I kinda lied. I did do a little troubleshooting and that was making sure it was on port 3002. Maybe it doesn't like being on anything but 3000? Well I changed it back to 3000 and moved the other container to 3006 and now Energy Monitor works so thanks for helping! :> Protip to anyone reading: This will let you launch the Web UI like most other containers. And if you put something under the Icon field, it'll give you an icon. |
Would it be possible to put together an Unraid docker image?
The text was updated successfully, but these errors were encountered: