Hello:
I've been trying to make this work but with only partial success.
pubsub_thermostat.py publishes the temperature to my topic02 but does not get updates from my topic01
control_server.py runs but does not update configuration and just hangs after printing "Server running. Consuming telemetry events from projects//topics/topic02
Today I reinstalled all the packages as per your instructions.
When I started on this, about a week ago, I also updated my Raspberry as per your instructions.
This is my first experience with Python.
I have setup my google/firebase project so that messages going to my google pubsub trigger a function that sends the messages to firebase pubsub. From here successfully modified an Android/Firebase sample app that reads and shows me temperature.
I can see the temp read by my BME280 on my Raspberry on my Android, but I want to be able to make "state" changes from the Cloud to my Raspberry.
I assume the problem is due to newer updates. Please let me know what information I should send you, or if you are already aware of this, what should I expect from this point.
Thank you very much for your help
Hello:
I've been trying to make this work but with only partial success.
pubsub_thermostat.py publishes the temperature to my topic02 but does not get updates from my topic01
control_server.py runs but does not update configuration and just hangs after printing "Server running. Consuming telemetry events from projects//topics/topic02
Today I reinstalled all the packages as per your instructions.
When I started on this, about a week ago, I also updated my Raspberry as per your instructions.
This is my first experience with Python.
I have setup my google/firebase project so that messages going to my google pubsub trigger a function that sends the messages to firebase pubsub. From here successfully modified an Android/Firebase sample app that reads and shows me temperature.
I can see the temp read by my BME280 on my Raspberry on my Android, but I want to be able to make "state" changes from the Cloud to my Raspberry.
I assume the problem is due to newer updates. Please let me know what information I should send you, or if you are already aware of this, what should I expect from this point.
Thank you very much for your help