Coming up the Bubble learning curve and have a good handle on the core. Really pleased with the platform and its capabilities.
My latest challenge: getting sensor data from the local machine to display on that user’s dashboard, which would ideally be Bubble based.
A bit more detail: there’d be a few dozen PCs that are running a Bubble based dashboard. Each of these machines has a simple temperature sensor that is controlled by a locally run Python script, which also does some basic processing on the data. I’m now trying to figure out how to get the results of that script into the Bubble dashboard. Is there a means to have Bubble query the local machine to get this info? To be clear, each dashboard needs to show only their own temperature data. Other machines’ data is not of interest.
It sounds like Blockspring can run Python, but the Python instance seems to be cloud based, and not on the local machine, so doesn’t seem to be a fit. Alternatively, I could have each of the local machines continually upload their results to a Google Cloud / AWS, then run an API on this, but seems overkill, to have the local data have to be sent up to the cloud, then back down to the same machine, plus additional complexities of identifying and matching the sensor data to the right dashboard, and an non-trivial amount of API calls.
Ideas?
