So I got this in Home assistant sensor [{"temp":109.3,"degreetype":1,"channel":1,"created":"2021-10-07T14:17:49Z"}]
What is the best way to get proper sensor output from this?
Also not sure if scan_interval: 30 is the correct way to limit queries from api. Fireboard api limit is 200 per hour.
Yes I got it working. But after some update for HA it stopped working and I removed integration after that. I can not remember anymore what was the reason of the breakage.
EDIT: If I remember correctley there was some changes to Rest API on HA.
I have made a Python Script to get all values I need and it populates sensors. I use config-template-card with apexcharts-card to graph the values. If someone are interested I can make the script more dynamic and share everything with you?
This is an early cook, that is why it looks funny. It is on right now, so I can update how it looks when it has been cooking for a while.