Discussions
FLUME USER
How do I obtain something that confirms that we are a Flume monitoring device? Our homeowner's insurance policy offers a discount on the premium if we have a monitoring device. Unfortunately I cannot locate any documents confirming that we are a Flume customer and have a monitoring device. Our device is attached to the main water line and we get a daily readout.
Any chance of supporting webhooks for alerts?
The API is super useful and I appreciate the openness with our data, however it's not really actionable in real time. Leak detection value is really in time to action. Sure, I can poll the API every minute, or every few seconds even, but that's massively inefficient for both client and server. E-mail and Push are already present, but those don't integrate with other systems well. With a webhook I can write my own listener and kick off whatever automations I want - it's the universal, baseline design for event notifications 😃
Signal strength
Your customer-facing service web pages tell me how to place the Flume receiver for optimal signal strength. Your service staff adds a few additional details.
Tasker AutoWeb
Anybody try and set up the Tasker AutoWeb API interface?
API: Why do we need to decode the JWT, can't you decode it for us?
In the API, it looks like the user_id is required to do anything useful. To get this user_id, I need to (manually, externally) decode the JWT, and I'm in a sandboxed language that doesn't have the bits to do it easily.
