But! i am noticing that this is just devices in my general account. NOT for the devices in my product. The access token I am using I pulled from particle build.
How can I find out the access token for my particle console product?
For the non-product version, the angle brackets are only for the example, make sure you don’t include them. Make sure all of the letters are lower-case in device ID.
And the access_token must be for the account that claimed the device.
Since in many cases electron product owners claim all of their devices to a single account, you can use either the product or non-product endpoint if you have the appropriate access token.
You’re missing the -X PUT. Without it, it’s trying to get a variable, which is timing out because the devices isn’t responding, which is why you’re trying to reset the cloud connection.
Got good tone from the curl entry! (Typo curl -X PUT was fixed above) , but… I’m not seeing any change to the particle console handshake yet. Will update if it changes over the next few hours.
Just one note: Seeing data arriving at Ubidots does not constitute proof that the device is connected to the cloud. Ubidots does not use the Particle cloud to send data to their servers. That's done via direct UDP transfer.
adam,
I read your thread about a stuck electron. I have exactly the same problem and also have the remote electron still reporting to Ubidots. Did you ever get the curl command to un-stick your electron? If not, did you find some other solution?
thanks,
john