AWS IoT maximum reported attributes and how I ca increase this number

0

Hello,

I am trying to build an IoT thing to publish message on shadow. I am able successfully published 4 parameters:

{
"desired": {
"welcome": "aws-iot",
"vin": 4840,
"temperature": 7,
"wifi_strength": -67,
"switch": true
},
"reported": {
"welcome": "aws-iot"
}
}

if I want to add more parameters such as: pressure or humidity it looks like "Shadow" doesnt accept the update.

Can you please kindly advise what should I do to be able to publish more parameters in to the repo

stalker
demandé il y a 4 ans189 vues
3 réponses
0

This 26-second video

https://www.youtube.com/watch?v=NnZDpnp6pvQ

shows hundreds of attributes in the device shadow.

répondu il y a 4 ans
0

Hi uwegambitcomm,

Thank you for your replay, that is very interesting video, but it doesnt show how to that,
I also checked links followed to the video and it doesnt really show...

Hope AWS guys can "light some sun in dark"

Regards,

Stalker

stalker
répondu il y a 4 ans
0

After further investigation, I find issue was NOT related to AWS IoT but to internal embedded side problem. Issue is fixed now, and close.

stalker
répondu il y a 4 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions