07.03.2017, 15:14
Has anyone connected a Neato D5 Connected?
Goal: is to schedule my Neato cleaning jobs by my LM4.
Goal: is to schedule my Neato cleaning jobs by my LM4.
Anyone connected a Neato?
|
07.03.2017, 15:14
Has anyone connected a Neato D5 Connected?
Goal: is to schedule my Neato cleaning jobs by my LM4.
08.03.2017, 08:56
There are some ready-made libraries in other languages. You can either try rewriting them in Lua or use your own server as a transport between LM and Neato cloud.
https://github.com/tomrosenback/botvac
08.03.2017, 09:11
I see now there's a offical sdk and api. But only a sdk for ios, android and js on https://developers.neatorobotics.com/
Quote:You are now ready to start writing code using our SDKs or the API. The SDKs are very conveninent and they also automate the OAuth flow. Should you opt to use the API, you will need to implement the OAuth flow in your application. You might want to read the official OAuth 2.0 documentation as well to learn more about this protocol. But is this possible in the LM?
08.03.2017, 09:20
It depends, most OAuth flows are meant for user apps with UI where the end user can provide username/password. Basically, their API are just HTTP requests, the only tricky part is to get the auth token.
08.03.2017, 09:57
(This post was last modified: 08.03.2017, 10:02 by gjniewenhuijse.)
I'll try to connect the Neato developers.
Because it looks like you need a gui, because i have to specify a returning url: https://developers.neatorobotics.com/api/nucleo
08.03.2017, 13:30
(This post was last modified: 09.03.2017, 10:30 by gjniewenhuijse.)
The Cloud services for the Neato products are provided through two main servers, Beehive and Nucleo.
Beehive Beehive is the provisioning API and OAuth server. It allows: Users to login with OAuth. See users' profiles. Control users' robots. Beehive documentation is available here. Nucleo Nucleo is the messaging bus server that allows users to interact with their connected robots. Every robot has an always-on connection to Nucleo, so that they are ready to react instantly to commands sent to them by applications. Nucleo documentation is available here. The Robot Remote Protocol When sending commands to connected robots, Nucleo is just a proxy for JSON payloads. The content of the payload is defined in the Robot Remote Protocol, defined here.
09.03.2017, 10:31
Hello,
I add the oauth flow pdf in previous message. But how to do this in the lm? |
« Next Oldest | Next Newest »
|