Commit Graph

347 Commits

Author SHA1 Message Date
Edward Firmo
593b77c20a Fix indentation 2024-06-19 09:24:27 +02:00
Edward Firmo
6731da7bc5 Add validation 2024-06-19 09:16:27 +02:00
Edward Firmo
d4cfaaee87 Clean-up 2024-06-19 08:54:49 +02:00
Edward Firmo
55ede52dd2 Update TX-Ultimate-Easy-ESPHome_core.yaml
Solves #20

I will use this picture as a reference:

![LED numbers from Tasmota](https://templates.blakadder.com/assets/device_images/sonoff_tx_ultimate_T5-86MAIN-V1-0-7-20221108.webp)

Currently, when using a 3-gang device, the following LEDs are currently in use:

| Button/Relay | LED<br>Bottom | LED<br>Top |
| :--: | :--: | :--: |
| 1 | 12 | 22 |
| 2 | 10 | 24 |
| 3 | 8 | 26 |

I will change to the following:
| Button/Relay | LED<br>Bottom | LED<br>Top |
| :--: | :--: | :--: |
| 1 | 13 | 21 |
| 2 | 10 | 24 |
| 3 | 7 | 27 |
2024-06-12 18:13:38 +02:00
Edward Firmo
464394e15b Fix num gangs selection on boot 2024-06-12 17:01:52 +02:00
Edward Firmo
ae922da750 Use YAML alias for light effects 2024-06-12 16:55:57 +02:00
Edward Firmo
fa9ec6aa8b Reorg boot sequence 2024-06-12 16:47:09 +02:00
Edward Firmo
e371abea5a Add relay mode (relay vs light) 2024-06-11 16:04:03 +02:00
Edward Firmo
4473b07650 Add multi-touch sensor
Solves #15
2024-06-11 09:45:19 +02:00
Edward Firmo
c5eadbbfaa User's selectable action for buttons
Solves #17
2024-06-11 09:13:26 +02:00
Edward Firmo
999a24c2cb Add improv_serial support 2024-05-31 17:20:29 +02:00
Edward Firmo
c0037c5ea4 Add build flags 2024-05-31 17:01:24 +02:00
Edward Firmo
4f76c44099 Introduce limited BLE add-on
Helps with #9
2024-05-31 16:57:41 +02:00
Edward Firmo
6395441de9 Remove debug component 2024-05-31 12:06:33 +02:00
Edward Firmo
111c4ab0b3 Add send events to Home Assistant 2024-05-30 00:39:09 +02:00
Edward Firmo
976814eb58 Merge pull request #11 from edwardtfn/dev
First workable version
2024-05-29 22:23:15 +02:00
Edward Firmo
a5da9c797a Change flash size to 8MB
This enables flash memory for building Bluetooth Proxy (requires by #9), however, there are two downsides:
- The system is crashing when BLE is enabled and requires more investigation.
- User's cannot change flash size via OTA, so a serial flash will be required.
2024-05-29 22:11:05 +02:00
Edward Firmo
07c200fb19 Add support to US model 2024-05-29 20:59:57 +02:00
Edward Firmo
67390ac855 Add Swipe sensors 2024-05-29 11:53:45 +02:00
Edward Firmo
7579ba9555 Add relay light indicator 2024-05-29 01:06:13 +02:00
Edward Firmo
172f9c1bb9 Exposes touch panel power
Solves #4
2024-05-28 17:52:11 +02:00
Edward Firmo
48ce6a1167 Add side lights effects 2024-05-28 17:51:25 +02:00
Edward Firmo
3b135b919b Expose side light groups
Solves #5
2024-05-28 17:49:47 +02:00
Edward Firmo
4bda955ce4 Add initial relay control by buttons 2024-05-28 15:21:04 +02:00
Edward Firmo
a4ac54cc75 Touch vibration feedback
Solves #8
2024-05-28 10:02:11 +02:00
Edward Firmo
57a8c1307a Basic touch event handling 2024-05-27 23:13:41 +02:00
Edward Firmo
9f8f21c3de Move components to root 2024-05-27 14:08:30 +02:00
Edward Firmo
75363c1b62 Add component tx_ultimate_easy
Based on https://github.com/SmartHome-yourself/sonoff-tx-ultimate-for-esphome
2024-05-27 13:59:10 +02:00
Edward Firmo
19d3fe202f Add sun support
To be changed later getting data from the blueprint
2024-05-27 13:24:43 +02:00
Edward Firmo
6dca6fcaaf Update TX-Ultimate-Easy-ESPHome_core.yaml 2024-05-27 11:12:56 +02:00
Edward Firmo
1d1e8e4240 Fix: Build flags 2024-05-27 09:43:00 +02:00
Edward Firmo
eba7a98def Add version sensor 2024-05-27 01:51:56 +02:00
Edward Firmo
99cc9f8b79 Switch light platform to neopixelbus and mediaplayer 2024-05-27 01:44:00 +02:00
Edward Firmo
ca976fde42 Change framework to Arduino 2024-05-27 01:18:56 +02:00
Edward Firmo
ee1dd911f2 Change framework to Arduino 2024-05-27 01:16:57 +02:00
Edward Firmo
a1b6568466 Update README.md 2024-05-25 00:08:17 +02:00
Edward Firmo
7730ed7ddc Update README.md 2024-05-24 23:59:29 +02:00
Edward Firmo
a4557e8c40 Update README.md 2024-05-24 23:57:22 +02:00
Edward Firmo
f63204accf Delete Assets/empty 2024-05-24 23:55:54 +02:00
Edward Firmo
675068e825 Rename 44592A30-6A11-4082-BAD8-19E41B940F78.webp to Assets/Logo.webp 2024-05-24 23:54:56 +02:00
Edward Firmo
ebc8cdb8f0 Create empty 2024-05-24 23:54:04 +02:00
Edward Firmo
13fa6dc583 Add files via upload 2024-05-24 23:53:10 +02:00
Edward Firmo
1621f09038 Added light 2024-05-24 14:42:15 +02:00
Edward Firmo
d4e741216c First draft 2024-05-24 14:12:33 +02:00
Edward Firmo
47591e40e9 Merge pull request #1 from edwardtfn/main
Create FUNDING.yml
2024-05-24 10:24:01 +02:00
Edward Firmo
b36fbac16d Create FUNDING.yml 2024-05-24 10:22:31 +02:00
Edward Firmo
0a6794c3e0 Initial commit 2024-05-24 10:19:11 +02:00