Commit Graph
92 Commits
Author SHA1 Message Date
artem c773c96dc4 Add suggested area to esphome devices 2023-12-26 18:29:14 +01:00
artem 82d04e8a50 Adjust photoresistor levels 2023-12-24 21:02:48 +01:00
artem f5280faf7d Uniform naming of multi-zone heating areas
"X and Y", not "X Y" and not "X + Y"
2023-12-24 19:55:51 +01:00
artem 0d82e9d73e OG heating config 2023-12-24 14:12:32 +01:00
artem de66e2ad68 Car charger follows cheaper electricity times 2023-12-23 13:24:11 +01:00
artem 648e2be7e1 Enable logger on empty devices 2023-12-17 13:35:18 +01:00
artem 273a2f9c52 Add EG heating box config 2023-12-17 13:35:06 +01:00
artem 14aaab2576 Don't restore in-motion state upon restart 2023-12-17 13:32:58 +01:00
artem 4a9fc0c656 Reset shade controller before acting 2023-11-01 11:23:46 +01:00
artem 2661aae7a4 Basic support for wintergarten blinds 2023-11-01 11:20:31 +01:00
artem 34f1f43630 Autoformat blinds.yaml 2023-11-01 10:51:35 +01:00
artem ce7ab0dacc Settle on terminology, names and IDs in heating 2023-10-29 09:09:43 +01:00
artem 0007c640ba Add floor flow temperature sensor 2023-10-29 09:09:33 +01:00
artem 169d4d6abd Add loud siren 2023-10-29 08:49:05 +01:00
artem 96018755ce Bump ADC threshold for furnace LED
It's hiding behind a magnet, perhaps affecting the readings.
2023-10-25 08:00:38 +02:00
artem 1bc5fdf926 Correctly set voltage thresholds
According to 5528 scale and ESP32 ADC attenuation.
2023-10-24 17:06:43 +02:00
artem 12e93733d5 Also update reflash script for boiler -> heating 2023-10-23 19:40:35 +02:00
artem 1e023c7e27 Add ADC raw values as diagnostics
To debug a problem with detecting values vs long cable.
2023-10-23 19:39:52 +02:00
artem bb0371b5e8 Migrate boiler.yaml -> heating.yaml
- add heating controller (on/off/auto)
- add heating status
2023-10-23 13:57:40 +02:00
artem 32c198d641 Add esp32-devkit-v1 template 2023-10-23 12:22:13 +02:00
artem 12ed2e7704 Move restart button into a template 2023-10-23 12:21:47 +02:00
artem 1d3ede92a7 Schedule recirculation pump per eS73 manual 5.8.6 2023-10-08 09:09:18 +02:00
artem 9dc8500f42 Add config for empty ESP32-CAM 2023-10-05 21:04:23 +02:00
artem f544131865 Add config for empty esp01s (relay controller) 2023-10-05 21:03:48 +02:00
artem b8e91aa950 Use existing packages in empty board configs 2023-10-05 20:59:30 +02:00
artem f1d1522e31 Add Uptime sensor 2023-10-05 20:59:02 +02:00
artem 38ef09db1c Add WiFi info to Diagnostics sensors 2023-10-05 20:58:37 +02:00
artem 399f90eb05 Do not require esp-idf on esp32-poe
Blinds is running on esp32-poe now, and there's no easy way
of using cc1101 with idf.
2023-10-03 20:47:59 +02:00
artem 01cb0d324b Move blinds from custom component to CC1101 2023-10-03 20:28:39 +02:00
artem c8a60d71c8 Move blinds to ESP32-PoE 2023-10-03 20:28:26 +02:00
artem e38110e948 Do not pretend that we can do position/tilt (yet) 2023-10-03 20:27:14 +02:00
artem fa6b175de9 Do not mask interrupts during transmission
Somehow this breaks the board. So far no problems detected
without masking interrupts.
2023-10-03 20:26:35 +02:00
artem 487378b71e Ignore interrupts while sending blinds signal
Makes transmission more reliable.
2023-10-03 16:18:04 +02:00
artem d175005269 Make somfy.h a bit more portable
- byte -> uint8_t
- explicit narrowing with static_cast
2023-10-03 16:16:45 +02:00
artem 677043407e Expand secrets.yaml sample with new values 2023-10-03 13:41:06 +02:00
artem 0c85a6fc78 Add friendly_name where possible 2023-10-03 13:34:01 +02:00
artem 29ebf4677f Remove comment attempt from flashing command 2023-10-03 13:32:57 +02:00
artem 1079b5bd4e Revert recirculation pump fine schedule
Doesn't save any considerable amount of fuel,
but has unknown side effects.

This reverts commit 99c681655b.
2023-09-20 12:59:27 +02:00
artem 99c681655b Recirculation: try to reduce water heating costs 2023-09-18 20:56:00 +02:00
artem ebaee3bc2b Add friendly_name for recirculation pump device 2023-09-18 20:54:47 +02:00
artem 5d3da403da Move internal temperature to diagnostic category
The values are useless for environment monitoring.
2023-08-19 18:29:14 +02:00
artem 9ab48865a5 Match on custom mystrom devices with reflash 2023-08-19 18:28:56 +02:00
artem 38f3f3d99d Further adjust boiler thermometer offset 2023-08-17 20:12:17 +02:00
artem 005b9f1864 Remove device name from entity name per HA guide 2023-08-05 15:50:52 +02:00
artem 836d957d5d Fix reflash not showing current when no filter set 2023-08-04 13:57:08 +02:00
artem c82aae4292 Fix temperature sensor offset: thermal paste added 2023-08-01 15:07:25 +02:00
artem ce24e49354 Turn off storage heater after 3-6hours 2023-07-30 22:10:46 +02:00
artem 23e8f04a85 Generate unique IDs from MQTT esphome entities
Even if they are named the same (e.g. reset button).
2023-07-27 13:51:47 +02:00
artem 430630d9e0 Remove car charger schedule
To be scheduled by HA
2023-07-23 13:12:46 +02:00
artem 99f43ef2d5 Add heating schedule description 2023-07-23 13:11:18 +02:00
artem 692896fe47 Timing optimization for blinds controller 2023-07-23 13:06:35 +02:00
artem 013e1a5ec2 Switch pool pump on along with Salt System
Switching earlier is counter-productive on colder days, as it cools the
water down and wastes power. It can be done centrally by HA depending on
the weather conditions.
2023-07-21 14:24:05 +02:00
artem df54fb5753 Rename "pool" to "pool-pump"
Salt system is not controlled by mystrom.
2023-07-19 19:35:41 +02:00
artem d9963707c4 Remove mystrom prefix from device names
Limits hostname length.
2023-07-19 18:22:16 +02:00
artem c2591912b8 A script to mass-operate on esphome devices 2023-07-19 17:00:30 +02:00
artem 1cdcbe5374 Expand mystrom fleet 2023-07-19 17:00:09 +02:00
artem b740de9079 Set pulse duration filters on water meter 2023-07-12 19:58:20 +02:00
artem 7681135227 Increase mystrom power reporting frequency
And fix a typo in substitutions example.
2023-05-29 16:14:44 +02:00
artem 519df3b1b9 Move VCC and restart button to Diagnostic tab 2023-05-29 16:12:54 +02:00
artem 10189d6657 Push around boiler pins to reduce entropy 2023-04-16 20:15:47 +02:00
artem a5906fa09d Fix domain for Ethernet connections 2023-04-08 22:00:03 +02:00
artem 3d6f722e7c Add mystrom universal config 2023-04-08 12:18:30 +02:00
artem 1e5a06aa49 Add restart button for esp8266 2023-04-08 08:52:03 +02:00
artem c4ddb2308b Add VCC sensor for esp8266 not using ADC 2023-04-08 08:41:14 +02:00
artem 249615cd90 Enable MQTT for btproxy (for logs etc) 2023-04-08 07:44:35 +02:00
artem 6c85b9182f Add reset button for esp32-poe 2023-04-08 07:42:44 +02:00
artem 774ba71a86 Reorganize configs into packages 2023-04-07 22:20:01 +02:00
artem b8666b87c6 Move empty-board configs into subdir 2023-04-07 21:37:36 +02:00
artem 7043a709af Fix water flow sensor metadata 2023-04-06 19:41:43 +02:00
artem 2ee25977e4 Remove wardrobe device (unused) 2023-04-06 19:21:00 +02:00
artem 67f1f80d85 Move watermeter to esp8266 2023-04-06 19:20:36 +02:00
artem 19de16d7e5 Add water meter 2023-03-24 16:04:27 +01:00
artem acb21c0651 Add temperature/status display to boiler 2023-03-04 14:19:06 +01:00
artem 4a4693d25c Switch ruuvi bridge to Ethernet (PoE) 2023-03-04 14:18:27 +01:00
artem 74fa6a6997 Update mqtt broker and add auth 2023-02-26 18:08:38 +01:00
artem bcc0566cba Add a restart button to btproxy instances 2023-02-26 18:08:17 +01:00
artem 24b8fe1a2b bluetooth_proxy using esp32-poe 2023-02-05 22:07:46 +01:00
artem a0c5eb9f07 Upgrade / fortify esphome configs 2023-02-01 12:58:56 +01:00
artem 366ff1abf6 Support position and tilt in Somfy (WIP) 2023-01-30 11:03:06 +01:00
artem 93b8ebfd14 Move Somfy IDs into secrets
They add entropy bits which can be used as an attack vector.
2023-01-16 09:31:36 +01:00
artem 5f8efdadd4 Offset boiler sensor by 3deg due to environment 2023-01-16 09:31:22 +01:00
artem 18fd6d3c9a Add Somfy blinds remote control 2023-01-14 15:27:48 +01:00
artem 0fc9d15c0b Add aquarium temperature tracker 2023-01-13 10:50:46 +01:00
artem e4e7a6cb29 Empty template for 8266 to bootstrap 2023-01-02 20:51:47 +01:00
artem 443a436da3 Add furnace monitoring to Boiler 2023-01-02 20:51:25 +01:00
artem 9698737536 Add boiler temperature measurement 2022-12-10 22:02:18 +01:00
artem ad29cebbdb Remove local domain from mqtt broker address 2022-01-11 17:48:19 +01:00
artem d8e8a0063b Add DS18B20 sensor to bathroom heater
To be used to fetch current temperature.
2021-12-19 17:27:06 +01:00
artem f0bcaa8e63 Consistent temperature/mode control 2021-11-27 08:48:37 +01:00
artem 9f9121cad3 Move heater implementation to canonical component 2021-11-26 16:27:41 +01:00
artem f5b0c740e4 Add zehnder heater controller and epaper attempt 2021-11-25 20:00:02 +01:00
artem a4853004cd RuuviTag esp32 reader configuration 2021-11-25 19:55:48 +01:00