I am working on connecting my MQTT Flame Boss to Home Assistant. Flame Boss offers a cloud API to their MQTT servers. With this API I have been able to acquire my MQTT userID and the authentication token. Using MQTTExplorer I am seeing the JSON information from my Flame Boss.
I have created a mosquitto.conf file in my /share/mosquitto directory with the connectivity requirements and the local HA broker connects to the Flame Boss cloud MQTT service. I used MQTT Explorer to ensure the bridge has been created successfully and I do see the connection state but not sure how to see the subscribed results.
The temps are in units of decidegrees Celsius (DDC). So the breakdown of the JSON is as follows:
Pit Temperature - “temps” [0]: 1083
Meat Probe Temperature - “temps”[1]: 288
Using an algorithm of degF = (9/50) * degDDC +32 gives me the Fahrenheit of what is going on.
I have attempted to create a sensor with the following just to see if I can get any info into it but have not had any success:
You are amazing! I’ve been researching a new thermometer and blower for my Kamado. This convinced me to go with the Flame Boss 400. Thank you so much for your testing, documentation, and follow up.
Amazing description. was easy to follow.
my entitles created under HA. For some reason, the value was unknown so I started to check the Mosquito broker logs under HA.
I could see the following there
Make sure your userid and token are from the CURL request. Do not use your email addy in the mosquito.conf file. Should be using a T- in front of the userid you get back from CURL. So it should look like T-89643 or something similar.
Sorry this hasn’t been easier. (I am the Flame Boss developer.) I just ordered a Green and hope to find some time to integrate it with our controllers. If you don’t care about the cloud features (cook history) it might be easiest to integrate directly to the controller on your LAN. Flame Boss and Egg Genius both have brokers built-in listening on port 1883. Just assign them a static IP on your LAN and it should be a reliable way to connect. I’ll let you know if it works with HA after I try it.
This thread is over 3 yrs stale.
Consider starting a new post in share your projects or third party and reference this old one. You may even find help in a post that’s not very old and in uncategorized.
Add a link from here into the new post as well.