balena-labs-projects / connector

Auto-configured data connector block based on Telegraf
15 stars 8 forks source link

Cannot autodetect sensor service #5

Open chrisys opened 4 years ago

chrisys commented 4 years ago

I'm running a device with the sensor service from balenaSense, I've changed the port to 7575 in the code, tried EXPOSE 7575 in the Dockerfile, and tried setting the port in the compose file. The service is accessible on port 7575 externally (which I don't actually want in this case), but it isn't automatically detected by transport. Could this be because my device is in local mode?

Screenshot 2020-07-28 at 10 55 43

phil-d-wilson commented 4 years ago

Recreated this issue with device in local mode, but couldn't get access into transport service to locally debug.

phil-d-wilson commented 3 years ago

22