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
gefragt vor 4 Jahren189 Aufrufe
3 Antworten
0

This 26-second video

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

shows hundreds of attributes in the device shadow.

beantwortet vor 4 Jahren
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
beantwortet vor 4 Jahren
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
beantwortet vor 4 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen