Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jul 9, 2024
1 parent 1ac0d26 commit ad64859
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/blog/2024-07-01_shelly_solar_diverter.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ The Shelly script, when activated, automatically adjusts the dimmers to the grid

## Download

- **[Shelly Solar Diverter Script](/downloads/solar_diverter_v1.js)**
- **[Shelly Solar Diverter Script](../downloads/auto_diverter_v1.js)**

## Hardware

All the components can be bought at [https://www.shelly.com/](https://www.shelly.com/), except the voltage regulator, where you can find some links [on my website](/build#compatible-hardware)

| [Shelly Pro EM - 50](https://www.shelly.com/fr/products/shop/proem-1x50a) | [Shelly Dimmer 0/1-10V PM Gen3](https://www.shelly.com/fr/products/shop/1xsd10pmgen3) | [Shelly Plus Add-On](https://www.shelly.com/fr/products/shop/shelly-plus-add-on) | [Temperature Sensor DS18B20](https://www.shelly.com/fr/products/shop/temperature-sensor-ds18B20) | Voltage Regulator<br>- [Loncont LSA-H3P50YB](https://fr.aliexpress.com/item/32606780994.html)<br>- [LCTC DTY-220V40P1](https://fr.aliexpress.com/item/1005005008018888.html) |
| :-----------------------------------------------------------------------: | :-----------------------------------------------------------------------------------: | :------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| ![](/assets/img/hardware/Shelly_Pro_EM_50.jpeg) | ![](/assets/img/hardware/Shelly_Dimmer-10V.jpeg) | ![](/assets/img/hardware/Shelly_Addon.jpeg) | ![](/assets/img/hardware/Shelly_DS18.jpeg) | ![](/assets/img/hardware/LSA-H3P50YB.jpeg)<br>![](/assets/img/hardware/LCTC_Voltage_Regulator_DTY-220V40P1.jpeg) |
| ![](../assets/img/hardware/Shelly_Pro_EM_50.jpeg) | ![](../assets/img/hardware/Shelly_Dimmer-10V.jpeg) | ![](../assets/img/hardware/Shelly_Addon.jpeg) | ![](../assets/img/hardware/Shelly_DS18.jpeg) | ![](../assets/img/hardware/LSA-H3P50YB.jpeg)<br>![](../assets/img/hardware/LCTC_Voltage_Regulator_DTY-220V40P1.jpeg) |

Some additional hardware are required depending on the installation.
**Please select the amperage according to your needs.**
Expand All @@ -85,7 +85,7 @@ Some additional hardware are required depending on the installation.

First the easy part: the temperature sensor and the Shelly Add-On, which has to be put behind the Shelly Dimmer.

| [![](/assets/img/hardware/Shelly_Addon_DS18.jpeg)](/assets/img/hardware/Shelly_Addon_DS18.jpeg) | [![](/assets/img/hardware/shelly_dimmer_with_addon.jpeg)](/assets/img/hardware/shelly_dimmer_with_addon.jpeg) |
| [![](../assets/img/hardware/Shelly_Addon_DS18.jpeg)](../assets/img/hardware/Shelly_Addon_DS18.jpeg) | [![](../assets/img/hardware/shelly_dimmer_with_addon.jpeg)](../assets/img/hardware/shelly_dimmer_with_addon.jpeg) |

### Electric Circuit

Expand All @@ -101,7 +101,7 @@ First the easy part: the temperature sensor and the Shelly Add-On, which has to
- The neutral wire going to the voltage regulator can be a small one; it is only used for the voltage and Zero-Crossing detection.
- Communication is done through WiFI: **make sure you have a good WiFi to reduce the connection time and improve the router speed.**

[![](/assets/img/schemas/Solar_Router_Diverter.jpg)](/assets/img/schemas/Solar_Router_Diverter.jpg)
[![](../assets/img/schemas/Solar_Router_Diverter.jpg)](../assets/img/schemas/Solar_Router_Diverter.jpg)

### RC Snubber

Expand Down Expand Up @@ -245,7 +245,7 @@ http://192.168.125.92/rpc/Script.Stop?id=1
- `192.168.125.92` begin the Shelly EM 50 static IP address.
- `1` being the script ID as seen in the Shelly interface

![](/assets/img/screenshots/shelly_script_id.jpeg)
![](../assets/img/screenshots/shelly_script_id.jpeg)

Once the script is uploaded and started, it will automatically manage the power sent to the resistive load according to the rules above.

Expand Down Expand Up @@ -339,7 +339,7 @@ In this PoC on the left, I have used the LCTC voltage regulator which comes alre
On the right, with the LSA.
The Shelly Dimmer Gen 3 with the Shelly Addon are in the black enclosure, the voltage regulator on the right and the Shelly EM Pro at the top right.

| [![](/assets/img/hardware/shelly_solar_diverter_poc.jpeg)](/assets/img/hardware/shelly_solar_diverter_poc.jpeg) | [![](/assets/img/hardware/shelly_solar_diverter_poc2.jpeg)](/assets/img/hardware/shelly_solar_diverter_poc2.jpeg) |
| [![](../assets/img/hardware/shelly_solar_diverter_poc.jpeg)](../assets/img/hardware/shelly_solar_diverter_poc.jpeg) | [![](../assets/img/hardware/shelly_solar_diverter_poc2.jpeg)](../assets/img/hardware/shelly_solar_diverter_poc2.jpeg) |

## Help and Support

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* ======================================
*/
const scriptName = "solar_diverter";
const scriptName = "auto_diverter";

// Config

Expand Down

0 comments on commit ad64859

Please sign in to comment.