Environment & Electricity Consumption Dashboard

Hi,
This is my current and very lively dashboard I quickly threw together.
Unfortunately there is no code to share, because I only used the server and app part of blynk and not the device libraries.

Data gathering is being done by a few other devices and services.

Here is how it looks:

To build this i am using the following bits and pieces:

  • blynk local server to be able to push data as fast as i can
  • node red with node-red-contrib-blynk as an aggregator of all the data
  • weather underground for outside temp
  • emontx for power consumption
  • emoncms for data logging and history
  • a few esps for the various internal temps, some on battery, some powered, only one shown here
  • tado thermostat, fetching data through unofficial api

Here’s how the blynk data is fed in my Node Red

It probably sounds a lot more complex than it is. :smiley:

1 Like

Nice!
Im working on a similar project to control my comfort systems.

Main goals:
Monitor and track temperatures and differential
Adjust a/c or heat to ramp for optimal performance
when differential is less than 10F start fresh air exchange
Control solar water heater flow and storage

2 Likes