INKBIRD -- Help Integrate!

Brilliant thanks so much - we are going to use ours to control the temperature for prooving bread :slight_smile:
Could I ask how you register inkbird with the tuya app - I have never used that.

I am very grateful for your help :slight_smile:
Stuart

Hmmm…i don’t remember…In default the Inkbird was blinking I think. The instructions for the Inbird app and the Tuya app, where the same I think. The fact that I don’t remember it, indicates there was no special way to do it. :sweat_smile:
I installed the Tuya app on my smart phone and registered. I connected the Inkbird and than I created the integration in HA by editing the config.yaml

Code
tuya:
  username: !secret tuya_username
  password: !secret tuya_password
  country_code: '31'
  platform: tuya
1 Like

Hello, I already have integrated my inkbird in HA
But I wish the data would be updated more often would you know how it could be done?
Thank you

Do you recall the device type you chose in the Tuya smart app? I have a rapid blink but I cannot get the app to recognize the device

Oh success! It finally added using Other WI-FI!

1 Like

So has anyone else run into the issue where the sensor template value is only updating on a HASS restart and not after that?

This member mentions it and his fix…but just want to check with the hive mind out there before I try it.

Edit: Well I don’t know why but it definitely fixed the problem. The sensor template value for current temp is now updating regularly…cross-checked with the Tuya app as well as the default climate. sensor.

Weirdly the hvac_modes attribute doesn’t seem to update when the device is heating or cooling for either the sensor template I created or the default climate. entitiy id.

How did you solve this as to a thermostat, where you can change the set temp? The thermostat which comes when including is not functionable.

I have just stumbled across this :slight_smile: thanks you everyone for contributing on gettng this working.

From what I have experienced, the app for Tuya and Inkbird are identical (there may be some backend stuff that is different), the layout and reg process is the same.

Tuya integrated very easily https://www.home-assistant.io/integrations/tuya

I have noticed (and this may have caused some people issues) that you have to be on 2.4GHz wireless.

Now to get this controller to talk to BrewFather…

Thanks for this thread, I was was looking Amazon and saw the Inkbird 308 and saw the wifi option available as well. After reading this thread I went ahead with getting the wifi version with knowing I could integrate into HA.

I am starting out with hard cider kit and will see how it goes from there!

I’m curious if anyone has been able to control their ITC-308 with HA? I’ve got everything working, correct units, etc. But I can’t change the setpoint or see the status (heating/cooling/off). Thanks!

Anyone else notice that since .118 and the fix for the Tuya integration that the ITC-308 only displays to the nearest degree? e.g. 3.5C = 3C in the template sensor and 3.6C = 4C.

You also used to have to /10 to get the correct temp in a template but now you have to *10.

I’m with Jay here…i’ve managed to integrate it via tuya and can view the temperature in HA however it is out by a factor of 10 for me too.

Yeah, I have noticed this too. At least it is now some what working. Needs a bit of polishing

Is it also just displaying to the nearest degree for everyone else or is it just me?

You can fix the temperature being off by x10 by going into the Tuya integration options, choosing your inkbird from the bottom drop-down and clicking “submit”. Then set “Temperature values divider” and “Current Temperature value divider” both to “10”.

My problem is that i can’t actually set the temperature. It seems to go offline as soon as I try. But at least i can get high temperature warnings through HA now.

Thanks you sir! That also fixed it only displaying to the nearest degree! I didn’t know those options were there. No more need for a template sensor.

There’s a bug already:
Inkbird ITC-308 and Tuya Integration - temperature only displays to the nearest degree · Issue #45340 · home-assistant/core (github.com)

Yes, I filed it…but using the options to set the divider solves that.

You sure? As per AlBrough i can’t actually set the climate to anything without causing it to go offline. I assume because its not applying the x10 in the other direction and its getting an out of range value or something.

If fixed the display so it shows to one decimal point now…as for the other problems they should probably have a separate issue raised.