forked from massivebox/ecodash
Improved consistency and fixed leftovers
This commit is contained in:
parent
82bba66fd6
commit
350227e898
|
@ -9,7 +9,6 @@ You can see it in action here: https://ecodash.massivebox.net
|
||||||
|
|
||||||
- A working HomeAssistant installation
|
- A working HomeAssistant installation
|
||||||
- An energy consumption sensor, such as a [smart plug](https://www.aliexpress.com/item/1005003188500978.html), to which your server is plugged in and connected.
|
- An energy consumption sensor, such as a [smart plug](https://www.aliexpress.com/item/1005003188500978.html), to which your server is plugged in and connected.
|
||||||
- All hardware that is
|
|
||||||
- CO2 Signal added as integration into HomeAssistant
|
- CO2 Signal added as integration into HomeAssistant
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<h3>Green energy percentage</h3>
|
<h3>Green energy percentage</h3>
|
||||||
<p>
|
<p>
|
||||||
The percentage of green energy is gathered using <a href="https://www.co2signal.com/">CO2Signal</a>'s API.<br>
|
The percentage of green energy is gathered using <a href="https://www.co2signal.com/">CO2Signal</a>'s API.<br>
|
||||||
The data reported might be estimated on historical data, and is exclusively
|
The data reported might be estimated on historical data, and is exclusively CO2Signal's property.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>References for comparison table</h3>
|
<h3>References for comparison table</h3>
|
||||||
|
@ -23,4 +23,4 @@
|
||||||
<li><b>Washing machine:</b> estimated at an average of 0.66kWh <a href="https://inthewash.co.uk/washing-machines/how-much-electricity-does-a-washing-machine-use/">(source)</a></li>
|
<li><b>Washing machine:</b> estimated at an average of 0.66kWh <a href="https://inthewash.co.uk/washing-machines/how-much-electricity-does-a-washing-machine-use/">(source)</a></li>
|
||||||
<li><b>Oven:</b> calculated on a 2400W oven running for 30 minutes (the average time to bake a cake, according to my mom) = 1.2kWh</li>
|
<li><b>Oven:</b> calculated on a 2400W oven running for 30 minutes (the average time to bake a cake, according to my mom) = 1.2kWh</li>
|
||||||
<li><b>Bitcoin transaction</b>: estimated as 1300kWh <a href="https://digiconomist.net/bitcoin-energy-consumption">(source)</a></li>
|
<li><b>Bitcoin transaction</b>: estimated as 1300kWh <a href="https://digiconomist.net/bitcoin-energy-consumption">(source)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<p class="footnote">
|
<p class="footnote">
|
||||||
Calculated on the latest seven days (current day excluded).
|
Calculated on the latest seven days (current day excluded)
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in a new issue