emoncms-docker icon indicating copy to clipboard operation
emoncms-docker copied to clipboard

Sending data to docker emoncms from openevse

Open justoke opened this issue 6 years ago • 2 comments

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.

justoke avatar Aug 01 '19 22:08 justoke

Did you configure Windows Firewall to allow the port?

WingsLikeEagles avatar Jan 23 '20 07:01 WingsLikeEagles

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://

kronenpj avatar May 23 '20 14:05 kronenpj