All Projects → klaasnicolaas → home-assistant-glow

klaasnicolaas / home-assistant-glow

Licence: MIT License
⚡ The power of energy measurements in your house

Projects that are alternatives of or similar to home-assistant-glow

Power Wheel Card
An intuitive way to represent the power and energy that your home is consuming or producing. (A custom card for the Lovelace UI of Home Assistant.)
Stars: ✭ 93 (-75.72%)
Mutual labels:  energy, home-assistant
esphome-weather-station
ESPHome version of Elektor weather station v2
Stars: ✭ 140 (-63.45%)
Mutual labels:  home-assistant, esphome
Home Assistant octopusagile
Octopus Agile custom component for Home Assistant
Stars: ✭ 30 (-92.17%)
Mutual labels:  energy, home-assistant
docker-iot-stack
💻 My personal Docker IoT Stack
Stars: ✭ 24 (-93.73%)
Mutual labels:  home-assistant, esphome
ESPHome-OpenTherm
Example of how to control an opentherm boiler with esphome
Stars: ✭ 54 (-85.9%)
Mutual labels:  home-assistant, esphome
ESPHome-Air-Quality-Monitor
ESPHome configuration for a DIY indoor air quality monitor for CO₂ concentration, PM2.5 and PM10 concentrations, and temperature, humidity and pressure
Stars: ✭ 42 (-89.03%)
Mutual labels:  home-assistant, esphome
esphome-phsensor
ESP8266 with analog pH sensor
Stars: ✭ 45 (-88.25%)
Mutual labels:  home-assistant, esphome
M5Stack-Air-Quality-ESPHome
ESPHome configuration for M5Stack's PM2.5 Air Quality Kit with the PMSA003 particulate matter sensor and the SHT20 temperature and humidity sensor
Stars: ✭ 19 (-95.04%)
Mutual labels:  home-assistant, esphome
xboxone-home-assistant
Control your Xbox One from your Home Assistant device.
Stars: ✭ 26 (-93.21%)
Mutual labels:  home-assistant
ical-sensor-homeassistant
an iCal Sensor for Home Assistant
Stars: ✭ 42 (-89.03%)
Mutual labels:  home-assistant
govee btled
A Python wrapper for controlling a cheap Bluetooth RGB light bulb.
Stars: ✭ 50 (-86.95%)
Mutual labels:  energy
gazpar-home-assistant
Retrieve Gazpar consumption in home assistant
Stars: ✭ 26 (-93.21%)
Mutual labels:  home-assistant
meross pair
Android APP that allows pairing Meross Devices with third party MQTT brokers
Stars: ✭ 18 (-95.3%)
Mutual labels:  home-assistant
hass-pfsense
pfSense integration with Home Assistant
Stars: ✭ 44 (-88.51%)
Mutual labels:  home-assistant
compass-card
A Lovelace card that shows a directional indicator on a compass for Home Assistant
Stars: ✭ 64 (-83.29%)
Mutual labels:  home-assistant
bom-radar-card
A rain radar card using the new tiled images from the Australian BOM
Stars: ✭ 52 (-86.42%)
Mutual labels:  home-assistant
addon-airsonos
AirSonos - Home Assistant Community Add-ons
Stars: ✭ 50 (-86.95%)
Mutual labels:  home-assistant
hass-neeo
NEEO custom component for Home Assistant
Stars: ✭ 17 (-95.56%)
Mutual labels:  home-assistant
home-assistant-custom-components
My custom components for Home Assistant
Stars: ✭ 70 (-81.72%)
Mutual labels:  home-assistant
hass nibe
Home Assistant Nibe Uplink Integration
Stars: ✭ 117 (-69.45%)
Mutual labels:  home-assistant

Home Assistant Glow 🌟

Project Maintenance License Forks Stargazers Issues

GitHub Activity GitHub Last Commit Contributors

During my internship at Nabu Casa in the first half of 2021, I focused on energy management in homes and how to collect all energy data and display it on a dashboard. From core release 2021.8 you can now also get started with the energy dashboard in Home Assistant!

CLICK HERE! To see the Home Assistant Glow in action.

Glow testingGlow in action

Home Assistant Glow makes a (not so) smart meter without a P1 port easily readable, reading the pulse LED that is always present in most cases and it works with ESPHome! To neatly hide it all in your meter cupboard, a case has been designed that you can 3D print yourself.

How do I know if my meter is supported?

To make sure your meter will work with the Home Assistant Glow, you have to look for the imp/kWh rate (see picture). Note the value, because it will be of importance at a later stage to configure the .yaml file.

Hardware

First, fill your 🛒 or see if you already have the components below.

Diagrams

In the tables below you will find more information, about how to connect the various components.

Photodiode

How the photodiode is connected to the ESP board of your choice.

PHOTODIODE ESP32 D1 mini / ESP8266
A0 NOT USING NOT USING
DO D12 (GPIO12) D6 (GPIO12)
VCC 3V3 3V3
GND GND GND

For problems with the measurements, see the FAQ part further down.

LED

How the status LED is connected to the ESP board of your choice. For each measured pulse, the LED will briefly flash red and in case of no WiFi connection, the LED will continue to flash blue.

LED ESP32 D1 mini / ESP8266
RED D2 (GPIO2) D4 (GPIO2)
GREEN D4 (GPIO4) D2 (GPIO4)
BLUE D5 (GPIO5) D1 (GPIO5)
GND GND GND

Get started

Once you are done connecting all the hardware, we'll get started with the configuration for ESPHome. In this repository you will find the file home_assistant_glow.yaml, which you can copy into the esphome folder of your Home Assistant config. Adjust the value pulse_rate under substitutions to the value on your meter (how do I find my imp/kWh rate?), by default the value is 1000 in the yaml file. Finally go through the installation wizard of ESPHome and flash the ESP32/8266.

FAQ

Anwers to some of the most frequently asked questions:

Wrong soldered diode

Issue: #34

A number of users have reported receiving the recommended diode board from various sources, only to find the diode has been soldered to the board the wrong way round. This can cause that your pulse LED is not measured regardless of the sensitivity you set for the diode.

The large triangular part of the diode, should be soldered to the positive side of the board not the negative. If yours is orientated as above, you should desolder the photodiode invert it and resolder so the larger triangular part of the diode is connected to positive.

Contributing

This is an active open-source project. We are always open to people who want to use the code or contribute to it.

We've set up a separate document for our contribution guidelines.

Thank you for being involved! 😍

License

MIT License

Copyright (c) 2021-2022 Klaas Schoute

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].