Skip to content

Commit

Permalink
Doc Updates
Browse files Browse the repository at this point in the history
* also fixes #52
  • Loading branch information
fashberg committed Nov 1, 2020
1 parent 53ccc80 commit cbec35e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Steps are in general:
* After you are connected to the Thermostat's WiFi open `http://192.168.4.1` in a web browser
* On Android Smartphones this Page opens automatically as a captive portal
* Go to 'Configure Network'
* Fill out 'Hostname/Idx' (unique id of your choice), 'Wifi SSID' (only 2.4G), 'Password' for Wifi
* Fill out 'Hostname/Idx' (unique id of your choice), 'WiFi SSID' (only 2.4G, Name is case sensitive), 'Password' for WiFi
* If you don't want to use MQTT, press 'Save Configuration' and wait for reboot of device.

![homeassistant](docs/images/Setup_Network.png)
Expand Down
6 changes: 3 additions & 3 deletions Flashing.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ See: <https://github.com/ct-Open-Source/tuya-convert/issues/113>

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

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

The following picture shows an BHT-002GA with __NO WIFI__ - no chance to flash or to enhance.
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.
![thermostat no wifi inside](docs/images/bac-002-no-wifi-inside.jpg)
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.
![Thermostat no WiFi inside](docs/images/bac-002-no-wifi-inside.jpg)

### 2.2. Connection to device for flashing

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ _(fas)_: Only available in -fas version

## Hardware-Versions

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

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.
Expand Down
2 changes: 1 addition & 1 deletion lib/WAdapter
2 changes: 1 addition & 1 deletion pio/espupload.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Needs pycurl
# - pip install pycurl
# - Windows: Install WHL-File (pip install <downloaded-whl>) from https://www.lfd.uci.edu/~gohlke/pythonlibs/#pycurl
# Which must match your python installation
# Which must match your python installation (python.exe --version)


import sys
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default_envs =
wthermostat-debug

[common]
appversion = 1.18-fas
appversion = 1.19-beta1-fas
framework = arduino
board = esp01_1m
board_build.flash_mode = dout
Expand Down

0 comments on commit cbec35e

Please sign in to comment.