Skip to content

Commit cbec35e

Browse files
committed
Doc Updates
* also fixes #52
1 parent 53ccc80 commit cbec35e

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Steps are in general:
2424
* After you are connected to the Thermostat's WiFi open `http://192.168.4.1` in a web browser
2525
* On Android Smartphones this Page opens automatically as a captive portal
2626
* Go to 'Configure Network'
27-
* Fill out 'Hostname/Idx' (unique id of your choice), 'Wifi SSID' (only 2.4G), 'Password' for Wifi
27+
* Fill out 'Hostname/Idx' (unique id of your choice), 'WiFi SSID' (only 2.4G, Name is case sensitive), 'Password' for WiFi
2828
* If you don't want to use MQTT, press 'Save Configuration' and wait for reboot of device.
2929

3030
![homeassistant](docs/images/Setup_Network.png)

Flashing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ See: <https://github.com/ct-Open-Source/tuya-convert/issues/113>
7676

7777
Compatible devices look inside like this. On the top left you can see the ESP8266 module (TYWE3S)
7878

79-
![thermostat wifi inside](docs/images/bac-002-wifi-inside.jpg)
79+
![Thermostat WiFi inside](docs/images/bac-002-wifi-inside.jpg)
8080

8181
The following picture shows an BHT-002GA with __NO WIFI__ - no chance to flash or to enhance.
82-
See my detailed diagnosis on this at [Diagnose Can we add WiFi to Non-Wifi Thermostat bac-002.pdf](./docs/Diagnose%20Can%20we%20add%20WiFi%20to%20Non-Wifi%20Thermostat%20bac-002.pdf), this document also show a little bit about communication between MCU und ESP.
83-
![thermostat no wifi inside](docs/images/bac-002-no-wifi-inside.jpg)
82+
See my detailed diagnosis on this at [Diagnose Can we add WiFi to Non-WiFi Thermostat bac-002.pdf](./docs/Diagnose%20Can%20we%20add%20WiFi%20to%20Non-Wifi%20Thermostat%20bac-002.pdf), this document also show a little bit about communication between MCU und ESP.
83+
![Thermostat no WiFi inside](docs/images/bac-002-no-wifi-inside.jpg)
8484

8585
### 2.2. Connection to device for flashing
8686

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ _(fas)_: Only available in -fas version
6262

6363
## Hardware-Versions
6464

65-
You need the WiFi Version! (W in product name suffix, like -GAL**W**). There is also a version without WLAN. See [Diagnose Can we add WiFi to Non-Wifi Thermostat bac-002.pdf](./docs/Diagnose%20Can%20we%20add%20WiFi%20to%20Non-Wifi%20Thermostat%20bac-002.pdf)
65+
You need the WiFi Version! (W in product name suffix, like -GAL**W**). 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](./docs/Diagnose%20Can%20we%20add%20WiFi%20to%20Non-WiFi%20Thermostat%20bac-002.pdf)
6666

6767
The BHT Version is for heating only. The BAC-Version has modes Cooling, Heating and Ventilation.
6868
The BHT-002-GA/GB/GC versions only differs in relays-wiring.

lib/WAdapter

pio/espupload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Needs pycurl
1111
# - pip install pycurl
1212
# - Windows: Install WHL-File (pip install <downloaded-whl>) from https://www.lfd.uci.edu/~gohlke/pythonlibs/#pycurl
13-
# Which must match your python installation
13+
# Which must match your python installation (python.exe --version)
1414

1515

1616
import sys

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ default_envs =
1919
wthermostat-debug
2020

2121
[common]
22-
appversion = 1.18-fas
22+
appversion = 1.19-beta1-fas
2323
framework = arduino
2424
board = esp01_1m
2525
board_build.flash_mode = dout

0 commit comments

Comments
 (0)