Yes it can done and I have exact same us. But the setup is quite complicated. It requires a special Edge Driver and the use of API rules to input the temperature data into the virtual device you create. The following is a link the Driver and set up instructions.
Very interesting. Do you use that in combination with a vEdge Virtual Contact to integrate with Alexa routines?
How does the Rules API integrate with Driver-Mc? I don’t see any mention of them in that thread. Do you write external code e.g. in Python or JS?
Are there any tutorials or example code to look at to get started down this path? I’m a retired SW dev who knows JSON and several programming languages, and have written cloud-based apps before.
Or am I over-thinking this? Is there a simpler approach?
Here’s my code. One block is for the outside sensor, and one block is for the inside sensor.
You would need to substitute your device id’s for mine. Device 9572……… is the virtual device I created to do the math. The other 2 devices are my indoor and outdoor temperature sensors.
You need to get the Advanced Web App (AWS) up and running to enter this code.
I think the 1st [ and last ] are automatically added by the AWA, so delete them before pasting the code.