diff --git a/.gitignore b/.gitignore
index 89cc49c..3b8da3a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,2 @@
.pio
-.vscode/.browse.c_cpp.db*
-.vscode/c_cpp_properties.json
-.vscode/launch.json
-.vscode/ipch
+.vscode
\ No newline at end of file
diff --git a/README.md b/README.md
index df8dd02..7da9750 100644
--- a/README.md
+++ b/README.md
@@ -28,10 +28,11 @@

## Tested on
-| Boiler | Master Member ID |
+| Boiler | Master Member ID | Notes |
| --- | --- |
-| BAXI ECO Nova | default or 4 |
-| BAXI Ampera | 1028 |
+| BAXI ECO Nova | default or 4 | Pressure sensor not supported, modulation level not stable |
+| BAXI Ampera | 1028 | Pressure sensor not supported, only heating (DHW not tested) |
+| [Remeha Calenta Ace 40C](https://github.com/Laxilef/OTGateway/issues/1#issuecomment-1726081554) | default | - |
## PCB
diff --git a/otgateway.ino b/otgateway.ino
new file mode 100644
index 0000000..6068fe7
--- /dev/null
+++ b/otgateway.ino
@@ -0,0 +1,4 @@
+/*
+ This file is needed by the Arduino IDE because the ino file needs to be named as the directory name.
+ Don't worry, the Arduino compiler will "merge" all files, including src/main.cpp
+*/