Hi there
Started playing around with balena and checkin gout local development. However I ran into a problem with local deployment.
Command sudo balena scan does show me my device as expeced running balenaOS 2.38.0+rev1. I can also access the device via balena ssh <device-ip>. So far so good.
As soon as I try a balena push <device-ip> it fails due to:
Could not communicate with local mode device at address
Switchin DEBUG on it seems that communication with port 48484 does not work:
[Debug] Checking we can access device
[Debug] Sending request to http://<device-ip>:48484/ping
Pushing the project using the balenaCloud does work.
Shame on my reading skills… over read the last but most important point:
Local mode must be enabled through the dashboard. To use local mode on a development device, click on the small Actions dropdown at the top right of the device page and select Enable Local Mode .
Somehow I expected to have the local mode automatically enabled when using the image with development mode enabled.