LOGO SIEMENS RESERVED TOPICS IoT

0

I have a Siemens 8.3 LOGO which, when connected through Logo Web Editor to AWS, automatically generates the Topics (json files), they are called by AWS as "reserved topic" type https://docs.aws.amazon.com/iot/latest/developerguide/reserved-topics.html (which begin with the $ symbol), in my case it generates quite a few of them and they work fine but i want to store the data. Since I can't modify these json files, I can't use DynamoDB so I have to use TimeStream, when I try to use the command in sql: 'import * from $aws/things/Test2/shadow/.... i got an error (-- ----Expected a name or '*' .1:1-1} --^ at 1:3------), also i have on my json files, instead of values like temperature, pressure etc, i have this format:------- "format": "json", "payload": { "previous": { "state": { "reported": { "I..1:1-1": "00", "I..1:2-1": "00", "I..1:3-1": "00", ...etc------- so I wrote on Dimension name: I..1:1-1 and on Dimension Value this one: ${I..1:1-1}. But it doesn't work for me. any ideas? Thank you so much!

gefragt vor 2 Jahren638 Aufrufe
3 Antworten
1

Hi Jotapota. I'm not familiar with Siemens Logo, but I think this workshop should help you a lot: https://catalog.us-east-1.prod.workshops.aws/workshops/d998b723-97ce-4305-bbc6-e325d50fef5f/en-US

when I try to use the command in sql: 'import * from $aws/things/Test2/shadow/.... i got an error

I am very unclear on what you're doing here, but it doesn't seem right to me. Use of Timestream with Siemens Logo is covered in this section of the workshop: https://catalog.us-east-1.prod.workshops.aws/workshops/d998b723-97ce-4305-bbc6-e325d50fef5f/en-US/3-visualizingrealtimedatausinggrafana

profile pictureAWS
EXPERTE
Greg_B
beantwortet vor 2 Jahren
  • Hi, It seems this workshop is removed! Is there any working link for this workshop? Thank you.

0

I knew that it could happen..., try to get them to upload it again, if you don't get it I have screenshots of the whole workshop, write to me at humangenia@gmail.com. Regards!

beantwortet vor 4 Monaten
  • Sent you an email. Thank you

0

I didn't even know the existence of this Siemens Logo workshop, my friend, you saved my life!!! Thank you so much!!! I will try it tomorrow! :)

beantwortet vor 2 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