fashberg/WThermostatBeca
Fork: 69 Star: 335 (更新于 2024-10-15 22:01:08)
license: 暂无
Language: C++ .
Open Source firmware replacement for Tuya Wifi Thermostate from Beca and Moes with Home Assistant Autodiscovery
最后发布版本: v1.23.beta1-fas ( 2023-08-27 06:18:22)
WThermostat - FAS-Fork
Fork of https://github.com/klausahrenberg/WThermostatBeca with some new features.
Replaces original Tuya firmware on Beca/Moes/Qiumi thermostat with ESP8266 WiFi module.
Supported Devices
The firmware has been tested or reported to work with following devices:
- BHT-002 WiFi Thermostat
- BHT-002-GALW (Water/Gas heating)
- BHT-002-GBLW (Electrical floor heating)
- BHT-002-GCLW (Water/Gas Boiler)
- BHT-6000 WiFi Thermostat
- BHT-6000-GALW, BHT-6000-GBLW, BHT-6000-GCLW
- BHT-3000 WiFi Thermostat
- BHT-3000-GALW, BHT-3000-GBLW, BHT-3000-GCLW
- also known as BTH-3000L-ABLW, BTH-3000L-GBLW, BTH-3000L-GCLW
- BAC-1000-ALW WiFi Thermostat for Conditioning (heating, cooling, ventilation)
- also known as BAC-002-ALW
Features
- No Cloud dependencies!
- Enables thermostat to communicate via MQTT and/or Mozilla WebThings
- Autodiscovery for WebThings via mDNS
- Configuration of connection, device parameters and schedules via web interface
- Provides NTP, time zone handling and Daylight-Saving-Calculation to set the clock of thermostat
- Provides Fallback to Access Point mode if requested using panel-buttons
- Reading and setting of all parameters via MQTT
- Reading and setting of main parameters via WebThings
- Only BHT-002-GxLW: actualFloorTemperature (external temperature sensor)
- Only BAC-002-ALW: fanSpeed:auto|low|medium|high; systemMode:cooling|heating|ventilation
- Reading and setting of time schedules via MQTT
- Reading and setting of Schedules via Web-GUI
- Automatic switching back to temperature-scheduling from manual mode next schedule interval (optional)
-
FAS-Fork enhancements
- RelayStateCalculation - shows current state of heating/cooling - without soldering (fas)
- Autodiscovery for Home Assistant via MQTT (fas)
- Logging to MQTT (fas)
- Logging to WebBrowser using Websockets (fas)
- Captive Portal support for setup (fas)
- show password in cleartext for setup (fas)
- TimeBug Workaround (precicion fixed to 1 sec) (fas)
- All State Information at status page (fas)
- GitPod-Support (fas)
- PlatformIO Direct OTA-Upload to device (fas)
- Eco-Mode fixed to 20 degrees (fas)
- RSSI Information (Info-Page, MQTT and Home-Assistant Support) (fas)
- More detailed Documentation (fas)
(fas): Only available in -fas version
Hardware-Versions
You need the WiFi Version! (W in product name suffix, like -GALW). There are also a versions without WLAN (Offline-Version and ZigBee-Version (-GALZBW)). See Diagnose Can we add WiFi to Non-WiFi Thermostat bac-002.pdf
The BHT Version is for heating only. The BAC-Version has modes Cooling, Heating and Ventilation. The BHT-002-GA/GB/GC versions only differs in relays-wiring.
Difference between GA, GB and GC
- GA - Water-Heating
- Two Relays for opening and closing valve
- Only one Relay will be closed at the same time
- Closing Relay PIN 1 - PIN 3 (N or L)
- Opening Relay PIN 2 - PIN 3 (N or L)
- Product Spec says Max Power: 3 A
- GB - Electric-Heating
- Connect Heating between PIN 1 and PIN 2
- Product Spec says Max Power: 16 A
- GC - Water/Gas Boiler
- One Relay - potential free (dry contact)
- Relay on PIN 1 - PIN 2 (dry contacts)
- Product Spec says Max Power: 3 A
Hardware Installation
Here a description of how to install the hardware - indepentdent from Open Source WThermostat. No special Hardware installation necessary for Upgrading to this firmware!
- see Installation.md
Download binaries
Pre-built binaries can be downloaded at releases-page.
Software Installation
:warning: Nearly all devices are now shipped with a new Firmware which cannot be upgraded Over The Air with non-tuya-servers. In this case you cannot longer use tuya-convert and you have to open the device for soldering or use a 3d-printed pogo-adapter.
You can install the firmware either
- by using tuya-convert - no Hardware Modifications necessary
- by soldering cables to the ESP-Modules using an ESP/Arduino-Programmer (3,3 Volt TTL)
- by using OTA Upgrade on tasmota or other Open Source ESP Firmware
Yoube video of converting to 1.14-fas with tuya-convert: https://youtu.be/fqfghJqnK_8
Follow instructions here: Flashing.md
Initial configuration
- The devices becomes an Access Point
- Connect to WiFi
Thermostat-xxxxxx
with Password12345678
- Open
http://192.168.4.1
or wait for Captive Portal to be opened on Android - Configure your WiFi Settings
- After initial setup, the device configuration is available at
http://<device_ip>/
- Configure device model, clock and other settings
See Configuration.md for a detailed explanation of the setup.
Upgrading
You can Upgrade over the Air from other versions of WThermostatBeca on the Web-GUI. Please check all settings after Upgrade!
If you upgrade from Klaus-Ahrenberg's version, please note:
- Only WLAN settings are kept
- If you get "Not Enough Space" you can use WThermostat_1.xx-fas-minial.bin as interim version.
- WLAN settings are kept
- no MQTT, no Beca-control, no Clock in -minimal
- Then Upgrade to normal version
- Not necessary when upgrading from fas to fas versions
Screenshots
Main Screen:
Network Screen:
Schedule Screen:
Live WebLog Screen:
Integration in Home Assistant
Controlling BAC in HomeAssistant
- Use Operation to Switch between 'heat', 'cool', 'fan_only' and 'off'
- Use Preset to switch between 'None' (manual), 'Scheduler' and 'eco'
- Changing temp disables scheduler and switches to preset 'None'
HASS Autodiscovery
WThermostatBeca supports optional HASS-Autodiscovery since Version 1.08-fas. You must enable it at Thermostat (settings network) and of course it must be enabled in your HASS configuration.yaml file:
mqtt:
broker: <ip of broker>
discovery: true
discovery_prefix: homeassistant
Use a persistent MQTT-Broker
You should use a persistent MQTT-Broker, keeping all retained messages during reboot/restart. HASS integrated MQTT broker is not persistent. Otherwise all autodiscovered messages are getting lost and you must reboot all devices, to send HASS autodiscover messages again! See: https://www.home-assistant.io/docs/mqtt/discovery/
Example for users of mosquitto, file mosquitto.conf:
persistence true
persistence_file mosquitto.db
persistence_location /var/lib/mosquitto/
autosave_interval 1800
# The default if not set is to never expire persistent clients.
persistent_client_expiration 24h
See https://mosquitto.org/man/mosquitto-conf-5.html for more details.
HASS Manual Configuration
For manual Configuration here is an example for your configuration.yaml file:
Heating:
climate:
- platform: mqtt
name: Room_Thermostat
availability_topic: "home/room/tele/LWT"
payload_available: "Online"
payload_not_available: "Offline"
action_topic: "home/room/stat/things/thermostat/properties"
action_template: "{{value_json.action}}"
temperature_command_topic: "home/room/cmnd/things/thermostat/properties/targetTemperature"
temperature_state_topic: "home/room/stat/things/thermostat/properties"
temperature_state_template: "{{value_json.targetTemperature}}"
current_temperature_topic: "home/room/stat/things/thermostat/properties"
current_temperature_template: "{{value_json.temperature}}"
mode_command_topic: "home/room/cmnd/things/thermostat/properties/mode"
mode_state_topic: "home/room/stat/things/thermostat/properties"
mode_state_template: "{{value_json.mode}}"
modes: [ "heat", "auto", "off" ]
preset_mode_command_topic: "home/room/cmnd/things/thermostat/properties/preset"
preset_mode_state_topic: "home/room/stat/things/thermostat/properties"
preset_mode_value_template: "{{value_json.preset}}"
preset_modes: ["away"]
min_temp: 5
max_temp: 35
temp_step: 0.5
precision: 0.5
Air Conditioning:
The BAC-002/BAC-1000 does not support auto mode. The Device (MCU) can not switch automatically between heating, cooling or fan mode.
To Switch between Automatic Scheduling and Manual Mode we use 'holdState' with the following mode: 'scheduler' and 'manual', combined with mode 'eco'. If you choose 'None' it disables 'eco' and device jumps back to last mode (scheduler/manual). Do not use away_mode_ combined with holdState.
climate:
- platform: mqtt
name: Bedroom AC Control
availability_topic: "home/bedroom/tele/LWT"
payload_available: "Online"
payload_not_available: "Offline"
action_topic: "home/bedroom/stat/things/thermostat/properties"
action_template: "{{value_json.action}}"
temperature_command_topic: "home/bedroom/cmnd/things/thermostat/properties/targetTemperature"
temperature_state_topic: "home/bedroom/stat/things/thermostat/properties"
temperature_state_template: "{{value_json.targetTemperature}}"
current_temperature_topic: "home/bedroom/stat/things/thermostat/properties"
current_temperature_template: "{{value_json.temperature}}"
mode_command_topic: "home/bedroom/cmnd/things/thermostat/properties/mode"
mode_state_topic: "home/bedroom/stat/things/thermostat/properties"
mode_state_template: "{{value_json.mode}}"
fan_mode_command_topic: "home/bedroom/cmnd/things/thermostat/properties/fanMode"
fan_mode_state_topic: "home/bedroom/stat/things/thermostat/properties"
fan_mode_state_template: "{{value_json.fanMode}}"
modes: [ "heat", "cool", "fan_only", "off" ]
min_temp: 16
max_temp: 32
temp_step: 1
precision: 0.5
If you have several thermostats you can anchor some settings while defining the first device and refer later. Example:
climate:
- platform: mqtt
name: Wohnzimmer_Thermostat
availability_topic: "home/wohnzimmer/tele/LWT"
action_topic: "home/wohnzimmer/stat/things/thermostat/properties"
temperature_command_topic: "home/wohnzimmer/cmnd/things/thermostat/properties/targetTemperature"
temperature_state_topic: "home/wohnzimmer/stat/things/thermostat/properties"
current_temperature_topic: "home/wohnzimmer/stat/things/thermostat/properties"
mode_command_topic: "home/wohnzimmer/cmnd/things/thermostat/properties/mode"
mode_state_topic: "home/wohnzimmer/stat/things/thermostat/properties"
preset_mode_command_topic: "home/wohnzimmer/cmnd/things/thermostat/properties/preset"
preset_mode_state_topic: "home/wohnzimmer/stat/things/thermostat/properties"
<<: &commonbeca
payload_available: "Online"
payload_not_available: "Offline"
action_template: "{{value_json.action}}"
temperature_state_template: "{{value_json.targetTemperature}}"
current_temperature_template: "{{value_json.temperature}}"
mode_state_template: "{{value_json.mode}}"
away_mode_state_template: "{{value_json.ecoMode}}"
modes: [ "heat", "auto", "off" ]
preset_mode_value_template: "{{value_json.preset}}"
preset_modes: ["away"]
min_temp: 5
max_temp: 35
temp_step: 0.5
precision: 0.5
- platform: mqtt
name: Flur_Thermostat
availability_topic: "home/flur/tele/LWT"
action_topic: "home/flur/stat/things/thermostat/properties"
temperature_command_topic: "home/flur/cmnd/things/thermostat/properties/targetTemperature"
temperature_state_topic: "home/flur/stat/things/thermostat/properties"
current_temperature_topic: "home/flur/stat/things/thermostat/properties"
away_mode_command_topic: "home/flur/cmnd/things/thermostat/properties/ecoMode"
away_mode_state_topic: "home/flur/stat/things/thermostat/properties"
mode_command_topic: "home/flur/cmnd/things/thermostat/properties/mode"
mode_state_topic: "home/flur/stat/things/thermostat/properties"
preset_mode_command_topic: "home/flur/cmnd/things/thermostat/properties/preset"
preset_mode_state_topic: "home/flur/stat/things/thermostat/properties"
<<: *commonbeca
- platform: mqtt
name: WC_Thermostat
availability_topic: "home/wc/tele/LWT"
action_topic: "home/wc/stat/things/thermostat/properties"
temperature_command_topic: "home/wc/cmnd/things/thermostat/properties/targetTemperature"
temperature_state_topic: "home/wc/stat/things/thermostat/properties"
current_temperature_topic: "home/wc/stat/things/thermostat/properties"
away_mode_command_topic: "home/wc/cmnd/things/thermostat/properties/ecoMode"
away_mode_state_topic: "home/wc/stat/things/thermostat/properties"
mode_command_topic: "home/wc/cmnd/things/thermostat/properties/mode"
mode_state_topic: "home/wc/stat/things/thermostat/properties"
preset_mode_command_topic: "home/wc/cmnd/things/thermostat/properties/preset"
preset_mode_state_topic: "home/wc/stat/things/thermostat/properties"
<<: *commonbeca
See https://www.home-assistant.io/integrations/climate.mqtt/ for more information.
Integration in WebThings
Since version 0.96 this firmware supports Mozilla WebThings directly. With webthings you can control the thermostat via the Gateway - inside and also outside of your home network. No clunky VPN, dynDNS solutions needed to access your home devices. I recommend to run the gateway in parallel to an MQTT server and for example Node-Red. Via MQTT you can control the thermostat completely and logic can be done by Node-Red. WebThings is used for outside control of main parameters.
Add the device to the gateway via '+' icon. After that you have the new nice and shiny icon in the dashboard:
The icon shows the actual temperature and heating state.
There is also a detailed view available:
Device-Functions
JSON structures
The software provides different messages:
- Thermostat State report (JSON)
- Schedules (JSON)
- Device (at start of device to let you know the topics and ip)
- Logs (Plain)
1. Thermostat State report
MQTT: State report is provided every 5 minutes, at change of a parameter or at request via message with empty payload to <your_topic>/cmnd/things/thermostat/properties
, reports are sent to <your_topic>/stat/things/thermostat/properties
.
The state report is sent with MQTT-retain-flag enabled.
WebThings: State report can be requested by: http://<device_ip>/things/thermostat/properties
{
"idx":"thermostat_beca",
"ip":"192.168.0.xxx",
"firmware":"x.xx",
"temperature":21.5,
"targetTemperature":23,
"deviceOn":true,
"schedulesMode":"off|auto",
"holdMode":"manual|scheduler|eco", // Special Mode for BAC-002 for HASS integration
"ecoMode":false,
"locked":false,
"state":"off|heating", //only_available, if hardware is modified
"floorTemperature":20, //only_BHT-002-GxLW
"fanMode":"auto|low|medium|high", //only_BAC-002-ALW
"systemMode":"cool|heat|fan_only", //only_BAC-002-ALW
"mode":"off|auto|heat", // BHT-002: combined Mode for better home assistant support.
"mode":"off|heat|cool|fan_only", // BAC-002-ALW
"action":"off|idle|heating|cooling|fan" // read only current action, idle only available if hardware is modified, cooling/fan only BAC-002
}
2. Schedules
MQTT: Request actual schedules via message with empty payload to <your_topic>/cmnd/things/thermostat/schedules
, answers are reported to to <your_topic>/stat/things/thermostat/schedules
WebThings: State report can be requested by: http://<device_ip>/things/thermostat/schedules
{
"w1h":"06:00",
"w1t":20,
"w2h":"08:00",
"w2t":15,
...
"w6h":"22:00",
"w6t":15,
"a1h":"06:00",
...
"a6t":15,
"u1h":"06:00",
...
"u6t":15
}
3. Device Report
MQTT: At start of device to let you know the topics and ip to devices/thermostat
WebThings: n.a.
{
"url":"http://192.168.0.xxx/things/thermostat",
"ip":"192.168.0.xxx",
"topic":"thermostat_beca/things/thermostat"
}
4. Logs
If logging is enabled (webgui/mqtt) you will see messages like:
<your_topic>/tele/log trace: sending heartBeatCommand
<your_topic>/tele/log trace: commandCharsToSerial: 55 aa 00 00 00 00
5. Last Will & Testament
WebThings: n.a. MQTT: The retained message at topic '<your_topic>/tele/LWT' is set to the value "Online" if the devices comes up and your MQTT-Broker is requested to set to "Offline" as last will when device goes down.
Modifying parameters via MQTT
Send a json with changed parameters to <your_topic>/cmnd/things/thermostat/properties
.
Send a json with changed schedules to <your_topic>/cmnd/things/thermostat/schedules
.
You also can change single values by sending the value to <your_topic>/cmnd/things/thermostat/properties/parameterName
.
Examples:
# set device on
mosquitto_pub -h mqtt -t home/test/cmnd/things/thermostat/properties/deviceOn -m "true"
# set device to heating
mosquitto_pub -h mqtt -t home/test/cmnd/things/thermostat/properties/mode -m "heat"
# set target temperature
mosquitto_pub -h mqtt -t home/test/cmnd/things/thermostat/properties/targetTemperature -m "23.5"
# set target temperature (json)
mosquitto_pub -h mqtt -t home/test/cmnd/things/thermostat/properties -m '{"targetTemperature":23.00}'
# set target temperature and mode (json)
mosquitto_pub -h mqtt -t home/test/cmnd/things/thermostat/properties -m '{"targetTemperature":22.00,"mode":heat}'
# set device to auto (target temperature controlled by MCU-Scheduler)
mosquitto_pub -h mqtt -t home/test/cmnd/things/thermostat/properties/mode -m "auto"
# just request properties
mosquitto_pub -h mqtt -t home/test/cmnd/things/thermostat/properties -n
# request properties and show answer directly
mosquitto_rr -h mqtt -t home/test/cmnd/things/thermostat/properties -n -e home/test/stat/things/thermostat/properties
# Change Schedules (here: weekday schedules)
mosquitto_pub -h mqtt -t home/test/cmnd/things/thermostat/schedules -m \
'{"w1h":"06:00","w1t":20.00,"w2h":"08:00","w2t":15.00,"w3h":"11:30","w3t":15.00,"w4h":"13:30","w4t":15.00,"w5h":"17:00","w5t":23.00,"w6h":"23:00","w6t":15.00}'
# disable MQTT logging
mosquitto_pub -h mqtt -t home/test/cmnd/things/logging/properties/logLevel -m "silent"
# set to level trace (available: silent|fatal|error|warning|notice|trace|verbose)
mosquitto_pub -h mqtt -t home/test/cmnd/things/logging/properties/logLevel -m "trace"
# show logs
mosquitto_sub -h mqtt -v -t "home/test/tele/log/#"
# send MCU command by MQTT
mosquitto_pub -t "home/test/cmnd/things/thermostat/mcucommand" -m "55 aa 00 1c 00 08 01 14 09 0c 10 30 0f 06"
MQTT Explorer
For MQTT Troubleshooting i suggest MQTT Explorer, which can be found at https://github.com/thomasnordquist/MQTT-Explorer
How it works
Hardware and serial communication
The Hardware itself has two Microcontrollers:
-
The MCU, the Main Controlling Unit.
- The software on the MCU gets not upgraded with WThermostat, so no changes are possible here!
- It controls Temperature, Display, the Relay, Scheduling, has RTC, etc.
- Sonix SN8F57083 8 bit Microcontroller
-
The ESP8266-based Tuya-WiFi-Module.
- The Software of ESP can be flashed with this Open Source WThermostat
- There is a serial connection between MCU and ESP. Via this connection we can control the MCU
- Only the WiFi-Versions of thermostats have the ESP-Module.
Both devices are communication using a binary serial protocol, called "MCU protocol". See Tuya Cloud Universal Serial Port Access Protocol_Tuya Smart_Docs.pdf
Because ESP8266 runs with 3.3 Volt and Sonix MCU runs with 5.0 Volt the Serial-TTL-Level gets shifted with transistors.
Can you add xxx as a feature
I have been often asked if I can implement a specific feature. Often the answer is: Because all internal routines (reading temperature, controlling the relay, reading the buttons, controlling the display) are controlled by MCU, which still runs proprietary closed source software, the behavior cannot be changed!
Don't like it or it doesn't work
Flash the original firmware (see installation). Write me a message with your exact model and which parameter was not correct. Maybe your MQTT-server received some unknown messages - this would be also helpful for me. Again: I have tested this only with model BHT-002-GBLW. If you have another device, don't expect that this is working directly.
Build this firmware from source and contributing
For building from sources and coding i suggest VS Code and PlatformIO. You can also use Gitpod.
Visual Studio Code: Install and Prepare to build
- Install Visual Studio Code and PlatformIO.
- Type:
git clone https://github.com/fashberg/WThermostatBeca
cd WThermostatBeca
# download dependant library WAdapter
git submodule init
git submodule update
- Open the folder 'WThermostatBeca' in VS Code
- Go to PlatformIO Alien Icon on the left
- Open in Tree "wthermostat" and click General/Build
- Binary Firmware can be found in build_output/firmware/wthermostat-1.xx-fas.bin (or -debug or -minimal)
All dependant arduino-libraries (DNSServer, EEPROM (for esp8266), ESP8266HTTPClient, ESP8266mDNS, AsyncWebServer, ESP8266WiFi, Hash, NTPClient, Time.) will be downloaded automatically (defined in platform.ini) and the necessary WAdapter library from https://github.com/fashberg/WAdapter (git submodule).
You probably want to specify your own Port-Settings. Copy platformio_override.sample.ini
to platformio_override.ini
and define your stuff.
Environments wthermostat / wthermostat-minimal / wthermostat-debug and bin.gz
There are 3 environments:
-
wthermostat: this is the default production environment.
-
wthermostat-minimal: this is the minimal version. No MQTT and no Thermostat Support, meant for OTA Upgrading when standard is too small. After flashing minimal do an upgrade to normal.
-
wthermostat-debug: this is the debug/development version. DO NOT FLASH TO THERMOSTAT HARDWARE! There is debugging output to serial interface which will confuse Thermostat-MCU. Upload to USB-Connected development ESP8266 board (Node MCU or Wemos D1 Mini pro) and monitor the output in vscode/pio-monitor.
bin vs bin.gz: You can directly upload a gzipped (compressed) firmware via OTA
Cloud Development using Gitpod
You can open and compile this Project on Gitpod. You need a GitHub account, 50 hours are free per month - don't forget to stop the workspace.
Just click
The fist build starts automatically. You can download the firmware by right-clicking in the Project-Explorer the file located at build_output/firmware/wthermostat-1.xx-fas.bin and then choose Download.
Some commands
- Build normal firmware:
platformio run -e wthermostat
- Build all firmwares:
platformio run
- Get latest version and dependant libraries.
git pull ; git pull --recurse-submodules
- Upgrade PlatformIO:
platformio upgrade --dev
- Upgrade Dependencies:
platformio pkg update ; platformio pkg install
- Build wthermostat:
pio run -e wthermostat
- Check/Lint wthermostat:
pio check -e wthermostat
- upload wthermostat via ip:
python pio/espupload.py -u <IpOfDevice> -f $SOURCE
GitHub Actions, Pull-Requests
After every push or pull-request the code is build automatically on github.
Check out /actions, you can also download the built-firmware for each commit at the bottom of the "Summary" at "Artifacts".
Feel free the request a PR.
最近版本更新:(数据更新于 2024-09-23 11:19:43)
2023-08-27 06:18:22 v1.23.beta1-fas
2022-10-02 21:59:28 v1.22-fas
2022-09-12 01:00:42 v1.21-fas
2022-09-11 23:32:58 v1.20-fas
2020-11-02 03:11:54 v1.19.beta1-fas
2020-10-25 18:54:10 v1.18-fas
2020-10-13 06:22:03 v1.17-fas
2020-10-12 03:35:36 v1.16-fas
2020-09-16 20:27:26 v1.16.beta6-fas
2020-08-26 06:17:05 v1.16.beta5-fas
fashberg/WThermostatBeca同语言 C++最近更新仓库
2024-11-05 23:57:44 PCSX2/pcsx2
2024-11-05 22:06:04 LizardByte/Sunshine
2024-11-05 00:42:13 ClickHouse/ClickHouse
2024-11-04 21:49:30 notepad-plus-plus/notepad-plus-plus
2024-11-03 22:31:09 MaaAssistantArknights/MaaAssistantArknights
2024-11-02 20:28:28 AaronFeng753/Waifu2x-Extension-GUI