Energy consumption of the Lambda

Unfortunately, the Lambda heat pump only passes on the total amount of energy consumed via the modbus interface. It would be interesting to know how many kWh are required for heating and how many kWh for hot water. As the Lambda passes on the total consumption via a Modbus register “hp1_compressor_power_consumption_accumulated” and the status via … Read more

Adjust sensor data (delete) in the database

I sometimes have outliers in some sensors. As these have the state_class: “measurement”, unfortunately they cannot be corrected using DEVTools. There is only one way left: direct intervention in the database. Please make a backup of your Home Assistant instance before you intervene in the database. There are two tables in the database in which … Read more

sending mails with Home Assistant

Sending mails with Home Assistant is quite easy, but there is no integration, the configuration has to be done in the configuration.yaml itself. Since the access to the mail provider is in plain text in configuration.yaml, I have outsourced the configuration to a separate yaml file. This does not increase security, but I can exclude … Read more