emoncms-docker
emoncms-docker copied to clipboard
Sending data to docker emoncms from openevse
The docker image works well on Windows 10. I was able to get it running and create a login and start configuring my dashboards in just a few minutes. Good job!
How exactly would you configure OpenEVSE for accessing the emoncms running on http://localhost:8080 ? I tried replacing localhost with the machine ip address - can browse to it fine.
In OpenEVSE I tried adding the Emoncms Server, Node and write-apikey info, but Connected: No prevails. Presumably using the docker image, would be one of the use cases for testing OpenEVSE to Emoncms.
Any advice would be appreciated. Thank you.
Did you configure Windows Firewall to allow the port?
The OpenEVSE can use either the IP or host name of the server, depending upon your network configuration specifics. You can use (for example) either http://192.168.0.5:8080 or http://desktop-ab3f5d:8080, substituting the correct information after http://