310 Commits
Author SHA1 Message Date
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