Skip to content

S0 & watermeter print vanaf huizebruin

License

Notifications You must be signed in to change notification settings

dennidoubles/s0tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository Status ESPHome S0tool discord Community
last commit time GitHub Activity Discord Twitter Follow
License Forks Stargazers Issues Contributors GitHub release

S0tool-print dashboard



De s0tool bestellen?

https://www.huizebruin.nl/s0tool-bestellen/
Ik heb nog een aantal pcb's welke ik kan gaan klaar maken voor verkoop.
En mocht er meer vraag naar zijn ga ik nieuwe printen bestellen.

in v1 zit een klein foutje in bij de s0 aansluiting zit de gnd.
Dat werkt niet, is een ontwerpfoutje dus dan moet er een kabeltje vanaf de 5v ( bij de watermeter aansluiting) en de andere op de D5 waar s0 poort bij staat.

Update

27-11-2021:
kwh meters toegevoegd aan deze file. Code toevoegingen gedaan,

20-11-2021:
code bijna zoals ik het hebben wil, totaal kwh meterstand wordt nu nog gereset tijdens update ( flashen).
Ben er mee bezig zodat deze behouden blijft.

Hardware

Vul eerst uw 🛒 of kijk of je de onderstaande componenten al hebt .

Voor de watermeter

  • NPN sensor - Aliexpress of Aliexpress of Aliexpress
  • (Zorg ervoor dat het sensoren voor 5V zijn niet 6V of hoger!!) Ik gebruik zelf de LJ18A3-8-Z/BX-5V
    afbeelding

Voor het bijhouden van zonnepanelen etc.

  • kwh meter met 1000 pulsen per kwh bol.com
  • kwh meter met 2000 pulsen per kwh bol.com
    afbeelding

Installatie:

  1. Installeer Home Assistant & Esphome .
  2. connect de wemos d1 mini aan een usblader.
  3. ga met je laptop of telefoon naar ssid: S0tool & password: s0watermeter
  4. ga naar 192.168.4.1.
  5. zet de juiste SSID en Wachtwoord in de velden
  6. wacht tot hij klaar is, en dan geeft hij het adres aan waar hij op te vinden iss ( zet die vast in je router)
  7. ga naar je home assistant instalatie, deze zal gaan melden dat er een nieuw device gekoppeld zal zijn. en voeg deze toe.
  8. als het goed is gaat de print connectie maken met github om de laatste versie binnen te halen en daardoor ook toe te voegen aan esphome
  9. voeg de volgende code toe aan je configuration.yaml utility_meter: !include utility_meter/utility.yaml
  10. maak een map aan in je config map via de verkenner en noem deze utiliy_meter en plaats daar weer een tekst bestand in en hernoem deze naar utility.yaml en voeg onderstaande code daar in en sla deze op( of download hem uit deze repro) en plaats hem in die map.
#utility_meter:
### watermeter  S0 meter
  waterverbruik_kwartier:
    source: sensor.watermeter_totaal
    cycle: quarter-hourly
  waterverbruik_per_uur:
    source: sensor.watermeter_totaal
    cycle: hourly
enz... die in de file staan in de map utility_meter/utility.yaml  
  1. Restart Home Assistant one final time.

License

MIT License

Copyright (c) 2021 Huizebruin

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

S0 & watermeter print vanaf huizebruin

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published