I have a Thermoworks Signal temperature probe. Signals™ BBQ Alarm Thermometer with Wi-Fi and Bluetooth® Wireless Technology | ThermoWorks
Any possible way to get info from this?
Did you ever get a response?
I just got mine and I am thinking of trying to set up something with Tasker to detect notifications, Maker API, and then brodcasting to system speakers. But, that seems a convoluted way to get what I want
nothing
They don’t have a public api so someone would need to reverse engineer their app. It’s a lot of work. I’m sure it’s doable but it’s require access to the device to test with. $200 is a little too rich for my blood to try to make it work.
You are not messing around with that probe! I only have the TW Dot and a Thermapen.... so am not of much use. Likely if they don't offer any kind of connectivity you are probably out of luck.
You might see if there is anything out there for MQTT, Home Assistant and/or bluetooth + Raspberry PI. If you can get it communicating via one of those you should be able to bring it into HE. There seems to be a few projects out there for other devices.
Do they have an Android App? I wonder if you could use something like "Tasker" to intercept stuff from the app and trigger things in HE...
Edit: One other thought - can the website send email alerts? You could use something like Node-RED to grab the specific emails and parse them to do what you want maybe. You can control HE devices in Node-RED...
That is actually what I am working on with the notifications. I did the same thing with my alarms and maker API to trigger events when we dismiss our alarms in the morning.
So far, I am running into issues with the fact that the notification triggers again when you dismiss the android notification. And, I am having trouble finding which text element. I would like to catch Hi Alarm and Low Alarm and trying to ignore the rest. The other issues is that I set up a notification catch for Android auto to get notifications while driving that AA doesn't think we should get. I have to look at that one and see if it is taking priority as I got an error about the two tasks colliding.
I was just checking to see if someone else had already conquered this before I got too deep into it.