-
-
Notifications
You must be signed in to change notification settings - Fork 4
[IOT-2273] Add opta support #130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
15e53cf
to
b50f460
Compare
💥 |
@mirkokurt is it possible to specify the network interface (Ethernet of WiFi) during provisioning ? |
The cloud-cli hasn't this possibility at the moment. By default, the Opta will be created with wifi connectivity. But your point is good. I guess we need to add a command to set the connection type through the cloud-cli. @eclipse1985 @pirropirro |
My board has ethernet only, but the network configuration shows WiFi settings 😕 so i can't connect to ArduinoCloud or test OTA. |
I agree. The only doubt that I have is whether leaving the wifi connectivity as default or not. |
Not all variants have WiFi, but all have Ethernet. I think the default should be Ethernet. |
Ok for me, at least to start, then we can iterate |
* Update the go client and manage connection parameter for device create
c46024e
to
8afc3d4
Compare
Motivation
We want to support the Opta device in the cloud-acli
Change description
Additional Notes
https://arduino.atlassian.net/browse/IOT-2273
Reviewer checklist
main
.CONTRIBUTING.md
) and are well formatted.