Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Readme.md #82

Merged
merged 1 commit into from
Feb 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
- [Heater with mechanical thermostat](#heater-with-mechanical-thermostat)
- [Migrate from single-phase to 3-phase (with neutral wire)](#migrate-from-single-phase-to-3-phase-with-neutral-wire)
- [Wiring](#wiring)
- [Heater with ACI single phase thermostat](#heater-with-aci-single-phase-thermostat)

Check failure on line 45 in Readme.md

View workflow job for this annotation

GitHub Actions / spellcheck

ACI ==> ACPI

Check failure on line 45 in Readme.md

View workflow job for this annotation

GitHub Actions / spellcheck

ACI ==> ACPI
- [Heater with ACI 3-phase thermostat (without neutral wire)](#heater-with-aci-3-phase-thermostat-without-neutral-wire)

Check failure on line 46 in Readme.md

View workflow job for this annotation

GitHub Actions / spellcheck

ACI ==> ACPI

Check failure on line 46 in Readme.md

View workflow job for this annotation

GitHub Actions / spellcheck

ACI ==> ACPI
- [Alternatives WITHOUT neutral wire](#alternatives-without-neutral-wire)
- [Heater with mechanical thermostat](#heater-with-mechanical-thermostat-1)
- [Support](#support)
Expand Down Expand Up @@ -135,8 +135,8 @@

- change my (mechanical) single-phase water heater to 3-phase, see [Heater with mechanical thermostat](#heater-with-mechanical-thermostat)
- connect my (mechanical) 3-phase water heater, see [Heater with mechanical thermostat](#heater-with-mechanical-thermostat)
- change my ACI single-phase water heater to 3-phase w/o buying a 3-phase kit, see [Heater with ACI single phase thermostat](#heater-with-aci-single-phase-thermostat)

Check failure on line 138 in Readme.md

View workflow job for this annotation

GitHub Actions / spellcheck

ACI ==> ACPI

Check failure on line 138 in Readme.md

View workflow job for this annotation

GitHub Actions / spellcheck

ACI ==> ACPI

Check failure on line 138 in Readme.md

View workflow job for this annotation

GitHub Actions / spellcheck

ACI ==> ACPI

Check failure on line 138 in Readme.md

View workflow job for this annotation

GitHub Actions / spellcheck

ACI ==> ACPI
- connect my ACI 3-phase water heater, see [Heater with ACI 3-phase thermostat (without neutral wire)](#heater-with-aci-3-phase-thermostat-without-neutral-wire)

Check failure on line 139 in Readme.md

View workflow job for this annotation

GitHub Actions / spellcheck

ACI ==> ACPI

Check failure on line 139 in Readme.md

View workflow job for this annotation

GitHub Actions / spellcheck

ACI ==> ACPI

Check failure on line 139 in Readme.md

View workflow job for this annotation

GitHub Actions / spellcheck

ACI ==> ACPI

Check failure on line 139 in Readme.md

View workflow job for this annotation

GitHub Actions / spellcheck

ACI ==> ACPI
- connect multiple pure resistive charges, simply wire them, one on each output, and do not forget to disable [Load priorities management](#load-priorities-management).

## Requirements
Expand Down Expand Up @@ -177,19 +177,19 @@

For that, I've "recycled" a peak/off peak 3-phase relay but you can use any 3-phase relay. It doesn't matter on which phase the command coil is connected, but it must be permanent (not through the router).

![Heater with mechanical thermostat](../../img/Heater_mechanical.png)
![Heater with mechanical thermostat](img/Heater_mechanical.png)
*Figure: Wiring diagram*

## Heater with ACI single phase thermostat

Check failure on line 183 in Readme.md

View workflow job for this annotation

GitHub Actions / spellcheck

ACI ==> ACPI

Check failure on line 183 in Readme.md

View workflow job for this annotation

GitHub Actions / spellcheck

ACI ==> ACPI

In this case, it's somehow the same situation as before.
You don't need to buy a 3-phase kit to convert your single phase heater.
The ACI pcb must be connected to a permanent phase. It will then control any 3-phase relay.

Check failure on line 187 in Readme.md

View workflow job for this annotation

GitHub Actions / spellcheck

ACI ==> ACPI

Check failure on line 187 in Readme.md

View workflow job for this annotation

GitHub Actions / spellcheck

ACI ==> ACPI

![Heater with ACI single phase thermostat](../../img/Heater_ACI_Mono.png)
![Heater with ACI single phase thermostat](img/Heater_ACI_Mono.png)

Check failure on line 189 in Readme.md

View workflow job for this annotation

GitHub Actions / spellcheck

ACI ==> ACPI

Check failure on line 189 in Readme.md

View workflow job for this annotation

GitHub Actions / spellcheck

ACI ==> ACPI
*Figure: Wiring diagram*

## Heater with ACI 3-phase thermostat (without neutral wire)

Check failure on line 192 in Readme.md

View workflow job for this annotation

GitHub Actions / spellcheck

ACI ==> ACPI

Check failure on line 192 in Readme.md

View workflow job for this annotation

GitHub Actions / spellcheck

ACI ==> ACPI

---
**_A router with 2 outputs is needed_**
Expand All @@ -205,7 +205,7 @@

The ACI pcb must be connected to 3 permanent phases.

![Heater with ACI 3-phase thermostat](../../img/Heater_ACI_Tri.png)
![Heater with ACI 3-phase thermostat](img/Heater_ACI_Tri.png)
*Figure: Wiring diagram*

## Alternatives WITHOUT neutral wire
Expand All @@ -230,12 +230,12 @@

In **green**, only 2 phases are switched off, L2 et L3. ***It is IMPORTANT that the phase L1, not switched by the thermostat, DOES NOT pass through the triac***.

![Mechanical thermostat](../../img/Thermostat.png)
![Mechanical thermostat](img/Thermostat.png)
*Figure: An example of a thermostat*

---

![Heater with mechanical thermostat](../../img/Heater_mechanical-No_neutral.png)
![Heater with mechanical thermostat](img/Heater_mechanical-No_neutral.png)
*Figure: Wiring diagram*

## Support
Expand Down
Loading