-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Floaty Hydrometer? #690
Comments
Unfortunately, they don’t seem to have any information available about either the “integrations” or about the data format it provides. Additionally, it seems like it requires their Android app for both configuration and operation which makes me think that the app acts as a relay for the data coming off the device, but it’s unclear as to if it’s a relay to a cloud server (and then integrations tap into that cloud server) or if it can relay directly to a target on the same WiFi network as the android device. Do you know anything about how it works or the data that it sends? If it’s cloud based I probably won’t support it, but if it can directly send data I’d be open to supporting it. |
I've been down this road. It needs the app, and cannot easily integrate back into Fermentrack or BPR. They do have webhooks, but making Fermentrack open to a webhook from the Internet is not a great idea. Here are some excerpts from communications I had with them (in no particular order):
He did say he might update it to push directly to a different URL, and said he'd let me know if he did. No notice about that yet. |
This right here should make you run from this project. Security through obscurity was cool in the 90s, but I think we've all learned a few things since then. This sounds like I've found my next protocol reversing project :) But seriously though- that statement should be a red flag for a user. |
Hah, I’d be willing to put money on it using GATT and ibeacon. I’ve got a BLE sniffer around here somewhere - if I didn’t have enough projects at the moment I’d contemplate creating FloatyBridge. (And yes, I did just buy floatybridge.com just in case) |
Another red flag:
I'm using a service of Google that is free for the moment. Floaty send data to the cloud then when the phone is online the phone save the data locally. The cloud can store 100 datas before delete it.
So I'm using this service because it's free so Floaty will not become bankrupt and also Google is a strong company with robust datacenter.
As soon as this costs money, he will bail on it. Then Floaty will, um, sink.
\\Greg
|
If anyone else comes across this thread, GravityMon's version of the iSpindel now supports the Floaty hardware setup. So there's no reason to run the Floaty app, rather than an iSpindel, unless you really want to. |
Hey that's awesome stuff. Thanks for sharing, Kyle. I use a Tilt but it's good to know that there's yet more hardware platforms, and that there's an alternative to the rather closed (minded?) iSpindel system. |
Has there been any recent movement on open sourcing the Floaty (or at least it’s protocol)? I know that GravityMon supports it - @mp-se did you reverse engineer it or is it open & out there? |
Havent seen any updates on the open source option, but you can install gravitymon and use that with fermentrack as an ispindel device |
Honestly, adding GravityMon support seems like the smart plan here. I’ll start to poke at it. |
Good then you dont need to do anthing, it works today. I have used that combo for 2 years 😁 |
… you could have said something - I would have added branding! |
Some advertising is always welcome 🙏 |
Good afternoon,
Is there any possibility of adding Fermentrack support for Floaty hydrometers? It's an ESP32 WiFi-based iSpindel alternative.
The main product page, https://floatyhydrometer.com, has a simple DIY video about soldering and installation. A blog, DIY Homebrewers, has a page going over the software options, build, etc. It's in Spanish: https://www.diyhomebrewers.com/2020/09/floaty-wifi-hydrometer-montaje-y-como.html, but comes out fine through Google Translate.
I built one of these because I had some spare parts after an iSpindel build. It seems like a cool alternative that's a little cheaper and easier to build, and extending Fermentrack support would make it much more useful.
Thanks!
The text was updated successfully, but these errors were encountered: