You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Is there any example on how to deploy and add a different kind of device other than ti sensor tag?
We have been following this: http://agile-iot.eu/wiki/index.php?title=How_to_develop_a_new_Device
However, deployment in a Raspberry Pi following the wiki (http://agile-iot.eu/wiki/index.php?title=Getting_started_with_AGILE) leads to dead ends.
Specifically, we got stuck with: ERROR: Service 'agile-devicefactory' failed to build: {u'result': None, u'error': u'Internal Server Error (HTTP 500): SyntaxError: Unexpected token . in JSON at position 0'}
After some debugging of the docker files, this seems to be connected with the following error in the start.sh script, because we get:
!! Cannot export DBUS_SESSION_BUS_ADDRESS. Exit
Any help is very much appreciated
The text was updated successfully, but these errors were encountered:
Hi @dpap , thanks for the quick response.
We have actually gone through with the agile-dev repository, but stil no luck.
Is there any step-by-step guide as to how may one incorporate a new type of device to the Agile-iot ecosystem?
Thanks!
Hello,
Is there any example on how to deploy and add a different kind of device other than ti sensor tag?
We have been following this: http://agile-iot.eu/wiki/index.php?title=How_to_develop_a_new_Device
However, deployment in a Raspberry Pi following the wiki (http://agile-iot.eu/wiki/index.php?title=Getting_started_with_AGILE) leads to dead ends.
Specifically, we got stuck with:
ERROR: Service 'agile-devicefactory' failed to build: {u'result': None, u'error': u'Internal Server Error (HTTP 500): SyntaxError: Unexpected token . in JSON at position 0'}
After some debugging of the docker files, this seems to be connected with the following error in the start.sh script, because we get:
!! Cannot export DBUS_SESSION_BUS_ADDRESS. Exit
Any help is very much appreciated
The text was updated successfully, but these errors were encountered: