Open nikaiwolf opened 1 year ago
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
Unfortunately, not finding the Docker container nor "jbarnett" on the Apps tab.
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.)
Are you certain port 3000 isn't being used, as the log seems to suggest it is?
Try running lsof -i:3000
in terminal. If anything is running on the port it will tell you.
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: Edit the container > Advanced View > WebUI > http://[IP]:[PORT:3000]
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. For instance: https://raw.githubusercontent.com/causefx/Organizr/v2-master/plugins/images/organizr/logo-no-border.png
Would it be possible to put together an Unraid docker image?