Skip to content

Commit 5821fd3

Browse files
authored
Update EQ3-TRV.md (tasmota#872)
The link at the beginning does not work. It says that tasmota source does not include eq3 compatibility, but it does, as I have compiled from source and it worked. So I have deleted that line. But a description of how to compile the source is missing, so I included it. So I have included it.
1 parent d8662cd commit 5821fd3

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

docs/EQ3-TRV.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
This driver alows the control of Eqiva TRV's (i.e. Thermostat Radiator Valve). Compatible models are:
22

3-
[not in Tasmota source yet see here](https://github.com/btsimonh/Tasmota/tree/EQ3_2020-02-04)
4-
53
* Eqiva eQ-3 Bluetooth Smart (141771E0/141771E0A)
64
* Eqiva eQ-3 Bluetooth Smart(UK Version) (142461D0)
75

86
Other Eqiva EQ3 models should work as well, but make sure you select a Bluetooth model as there are also non-Bluetooth models.
97

8+
### Compiling from source
9+
In order to have EQ3 valves working when compiling from source you need to add these define in `user_config_override.h`:
10+
```
11+
#ifdef USE_EQ3_ESP32
12+
#undef USE_EQ3_ESP32
13+
#endif
14+
#define USE_EQ3_ESP32
15+
```
16+
1017
### Setup
1118
Before you can use the TRV you will need to enable Bluetooth on the TRV:
1219

@@ -196,4 +203,4 @@ Set the time and date (byte by byte conversion from decimal to hexadecimal)
196203

197204
```
198205
cmnd/tasmota/EQ3/001A2216A458/settime 1501040d0000
199-
```
206+
```

0 commit comments

Comments
 (0)