Skip to content
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

Suggestion - Beok TGT70WIFI-EP Smart Wifi Thermostat #877

Open
MariusLaurinaitis opened this issue May 22, 2018 · 9 comments
Open

Suggestion - Beok TGT70WIFI-EP Smart Wifi Thermostat #877

MariusLaurinaitis opened this issue May 22, 2018 · 9 comments
Labels
device enhancement New feature or request

Comments

@MariusLaurinaitis
Copy link

MariusLaurinaitis commented May 22, 2018

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

Best regards
Marius

@xoseperez
Copy link
Owner

"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...

@xoseperez xoseperez added enhancement New feature or request device labels May 23, 2018
@flashy02
Copy link

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

@fraschizzato
Copy link

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

@xoseperez
Copy link
Owner

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...

@fraschizzato
Copy link

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?

@badigit
Copy link

badigit commented Jan 18, 2019

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

@fraschizzato
Copy link

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

@soif
Copy link
Contributor

soif commented Dec 18, 2019

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. :-)

@mcspr
Copy link
Collaborator

mcspr commented Dec 18, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
device enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

7 participants