Espurna: Suggestion - Beok TGT70WIFI-EP Smart Wifi Thermostat

Created on 22 May 2018  路  9Comments  路  Source: xoseperez/espurna

Hello, what about TGT70 Wi-Fi Series Thermostat ?
GT70WIFI-EP Smart Wifi Thermostat
If it uses ESP8266, can ESPURNA support it?

Best regards
Marius

device enhancement

Most helpful comment

Hi, this enhancement would be nice and should additionaly be useable for other devices too. Especially the two last points would be nice for e.g. sonoff-devices like a modified Sonoff-Touch with SHT31:

  • Configuration (store minimum/maximum temperature for actions)

  • Self contained logic (trigger the load when the temp (or humidity) is below/above X)

With this, someone can use every supportetd ESP8266 Device with T/H sensor to controll e.g. the heating/dehumidifier without central logic like openhab.

Best regards
Michael

All 9 comments

"If" is used an ESP8266 it could be possible to support it, but ESPurna lacks some features to do so:

  • NTC support (easy to implement)
  • Display
  • Configuration (store minimum/maximum temperature for actions)
  • Self contained logic (trigger the load when the temp is below X)

So, it is doable but not trivial...

Hi, this enhancement would be nice and should additionaly be useable for other devices too. Especially the two last points would be nice for e.g. sonoff-devices like a modified Sonoff-Touch with SHT31:

  • Configuration (store minimum/maximum temperature for actions)

  • Self contained logic (trigger the load when the temp (or humidity) is below/above X)

With this, someone can use every supportetd ESP8266 Device with T/H sensor to controll e.g. the heating/dehumidifier without central logic like openhab.

Best regards
Michael

On the same way can be added support for many thermostat. I have a Beca BHT-6000 (Tuya Device). First step is backup original firmware, but how? Here two photos of the device
img_20190108_212426
img_20190108_212441

You will have to wire the pads of the TYWE3S module, see the pinout here: #852. Then there comes the hard work: id all the components it uses and what GPIOs are they connected to and what protocols they use...

Ok, now I'm waiting a second device that i've bougth for tests (the other is already wall mounted and at work), and the ftdi-usb adapter.
When i've wired the pads, is it possible do grab the current firmware and decompile that to get all data?

Hello, what about TGT70 Wi-Fi Series Thermostat ?
GT70WIFI-EP Smart Wifi Thermostat
If it uses ESP8266, can ESPURNA support it?

May be useful: You can control thermostat native via wi-fi with broadlink libraries. It have easy way to integrate with Homeassistant

Hello, what about TGT70 Wi-Fi Series Thermostat ?
GT70WIFI-EP Smart Wifi Thermostat
If it uses ESP8266, can ESPURNA support it?

May be useful: You can control thermostat native via wi-fi with broadlink libraries. It have easy way to integrate with Homeassistant

If is a tuya based device, in homeassistant there is also the tuya component (that works with tuya cloud), is also possible to control the device locally ( https://community.home-assistant.io/t/bht-6000-thermostat-tuya-support/89311 ). That workaround is tested only with bht-6000 thermostat but probably can work with any tuya device.
espurna can be usefull to get better data from the device, example:

  • Default firmware does not update target temperature in automatic mode but with custom firmware can be possible
  • Default firmware, in local mode, works by request-response logic, but with espurna anything can be pulled-pushed via mqtt

this firmware seems to handle the beca thermostats :
BHT-002-GBLW, BHT-6000, BAC-002-ALW, BHT-002-GCLW
https://github.com/klausahrenberg/WThermostatBeca

and this one:
Floureon C17.GH3 and MoesHouse BHT-002-GBLW (=Beca ):
https://github.com/bikemike/MikesThermostat

Would be really cool if it could be merged into Espurna. :-)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Cabalist picture Cabalist  路  8Comments

vaidyasr picture vaidyasr  路  10Comments

mstjerna picture mstjerna  路  6Comments

germaguire picture germaguire  路  7Comments

zafrirron picture zafrirron  路  7Comments