Azure-Samples / digital-twins-samples

Azure Digital Twins building scenario sample code
MIT License
104 stars 87 forks source link

Temperature Update #43

Closed Norrasahah closed 3 years ago

Norrasahah commented 4 years ago

After follow instruction on 'Tutorial: Connect an end-to-end solution', at last stage I run 'ObserveProperties thermostat67 Temperature room21 Temperature' but only get an update on thermostat67 only while room21 got 0 temperature. Base on my understanding, the temperature for room21 is will updated to match the updates to thermostat67. Can someone explains on this? below is my console result.

temperature

alexkarcher-msft commented 4 years ago

Hi @Norrasahah . That final value is updated through your attached function app. Can you look through the Function's App Insights logs and let me know if there are any executions? Are there error messages?

dimiboi commented 4 years ago

@alexkarcher-msft, I have also encountered the same problem as reported. There is actually an issue with the sample code. I created #56 to address it.