Forum Discussion

kiranMaddipati's avatar
kiranMaddipati
Regular Visitor
1 year ago
Solved

Pushing data from Temperature sensor to Event stream via Logic apps

we are trying to load data from Temperature sensor that connect to ESP-32 , now we want to use Logic apps as medium to load the data from sensor to Fabric Event Stream, but getting 202 error. Any idea what's missing here.

 

And we are using python programme to read data from sensors and pushing to logic apps

 

Thanks in advance

 

  • Hi kiranMaddipati 
    Sorry for the late response.

    Thank you for being part of the Microsoft Fabric Community.

    As highlighted by datacoffee , the proposed approach appears to effectively address your requirements. Could you please confirm if your issue has been resolved?
    If you are still facing any challenges, kindly provide further details, and we will be happy to assist you.

    If the above information helps you, please give us a Kudos and marked the Accept as a solution.
    Best Regards,
    Community Support Team _ C Srikanth.

5 Replies

  • datacoffee's avatar
    datacoffee
    Most Valuable Professional

    Hello

     

    if you are already reading data using python, then you can pipe the data from the sensors directly to Eventstream and the built in eventhub using that python code

     

    you have all the information in the Eventstream, if you are using the custom source. Here you will find the SAS key and the endpoint address. This info you can then add to your python code and be ready to send data.

    if you need guidance on the code, you also have access to code examples from the Eventstream source UI.

    • datacoffee's avatar
      datacoffee
      Most Valuable Professional

      Ok, then use the information from the Custom Source connector and send the data from logic apps to the provided EventHub. Logic Apps should have an EventHub Connector 🙂

  • v-csrikanth's avatar
    v-csrikanth
    Community Support

    Hi kiranMaddipati 
    Sorry for the late response.

    Thank you for being part of the Microsoft Fabric Community.

    As highlighted by datacoffee , the proposed approach appears to effectively address your requirements. Could you please confirm if your issue has been resolved?
    If you are still facing any challenges, kindly provide further details, and we will be happy to assist you.

    If the above information helps you, please give us a Kudos and marked the Accept as a solution.
    Best Regards,
    Community Support Team _ C Srikanth.