|
|
dd99a71b37
|
extract out building of hass config
|
2022-10-11 16:56:43 +02:00 |
|
|
|
391bd841e9
|
no task for publishing config
|
2022-10-11 16:56:43 +02:00 |
|
|
|
bfddd68854
|
publish config with device
|
2022-10-11 16:56:43 +02:00 |
|
|
|
55b5aa2a33
|
first draft to publish HA config
|
2022-10-11 16:56:43 +02:00 |
|
|
|
65a14ba679
|
disable IR
|
2022-10-06 17:08:55 +02:00 |
|
|
|
cbdc5612fc
|
improve commands queueing
|
2022-09-23 20:54:08 +02:00 |
|
|
|
dc7fa37793
|
detect Wifi disconnection and reconnect
|
2022-03-06 15:43:18 +01:00 |
|
|
|
42c36ea60a
|
move to IoT wifi
|
2022-02-01 08:46:18 +01:00 |
|
|
|
d9b5b0093e
|
fix setting the hostname
|
2022-01-01 11:50:21 +01:00 |
|
|
|
af85295bb2
|
fix wifi disable
|
2021-12-31 09:22:21 +01:00 |
|
|
|
db9cd46ab5
|
make wifi_always_on configurable
|
2021-12-30 21:10:47 +01:00 |
|
|
|
4e1696bb65
|
move Wifi credentials outside
|
2021-12-30 21:10:44 +01:00 |
|
|
|
8622090cf8
|
round temperature precision to 1 digit
|
2021-12-30 20:30:11 +01:00 |
|
|
|
185c2a743c
|
different display times for temperature and others
|
2021-12-30 20:29:33 +01:00 |
|
|
|
f26a0f7a7d
|
increase display time to 5s
|
2021-12-24 15:04:46 +01:00 |
|
|
|
fd3f32ca70
|
optimisation: run task once to disable wifi
|
2021-12-11 14:29:30 +01:00 |
|
|
|
84f97d9da4
|
fix bug wtih sleep
|
2021-12-11 11:24:43 +01:00 |
|
|
|
b437c5746e
|
add button to display temperature
|
2021-12-11 11:16:22 +01:00 |
|
|
|
a1b0481416
|
publish bmp280 data
- temperature
- pressure
- altitude
|
2021-12-10 09:22:11 +01:00 |
|
|
|
fb06940cd1
|
display temp
|
2021-12-09 22:49:27 +01:00 |
|
|
|
6897fd497e
|
use initial delay for wifi check test
|
2021-12-09 13:30:51 +01:00 |
|
|
|
be01072986
|
fix wifi reconnection event
|
2021-12-09 12:29:21 +01:00 |
|
|
|
07c2e67a8f
|
refactor display methods
|
2021-12-08 18:08:40 +01:00 |
|
|
|
c676c9215d
|
add BMP280 and display temperature
|
2021-12-08 09:57:27 +01:00 |
|
|
|
d0590d736b
|
add functionality to display text commands
|
2021-12-08 09:49:46 +01:00 |
|
|
|
aa1c548551
|
optimise wifi events
|
2021-12-08 09:46:18 +01:00 |
|
|
|
d69027658b
|
move loop tasks in their own namespaces
|
2021-12-08 09:46:11 +01:00 |
|
|
|
9e118cc1b9
|
refactor display
|
2021-12-08 09:39:19 +01:00 |
|
|
|
534cf4ba28
|
change texts
|
2021-12-08 09:06:03 +01:00 |
|
|
|
5a8e015b14
|
display temp
|
2021-12-07 23:36:24 +01:00 |
|
|
|
b4c7661c3a
|
Merge branch 'mqtt' into bmp
|
2021-12-07 23:29:46 +01:00 |
|
|
|
d3a44cd7d8
|
display text commands
|
2021-12-07 23:21:34 +01:00 |
|
|
|
7cca316b53
|
add bmp
|
2021-12-07 22:48:41 +01:00 |
|
|
|
5346e3f5a6
|
display text commands
|
2021-12-07 20:20:03 +01:00 |
|
|
|
50b2a11ec1
|
add functionality to display text
|
2021-12-07 14:39:29 +01:00 |
|
|
|
72b654bb7f
|
simplify wifi reconnect
|
2021-12-07 11:45:54 +01:00 |
|
|
|
24dee5c4ec
|
optimise wifi disconnect check
|
2021-12-07 11:40:48 +01:00 |
|
|
|
900cf664b4
|
move loop tasks in their namespaces
|
2021-12-07 10:53:43 +01:00 |
|
|
|
3df68fbc8b
|
refactor display value logic
|
2021-12-07 10:36:32 +01:00 |
|
|
|
176984dfa5
|
put Ir::loop into a task
|
2021-12-07 10:14:15 +01:00 |
|
|
|
6b3df25fd5
|
display command
|
2021-12-07 09:25:59 +01:00 |
|
|
|
4f9d75034a
|
small improvements
|
2021-12-06 22:54:01 +01:00 |
|
|
|
a1151db62a
|
and change name to queue
|
2021-12-06 16:06:42 +01:00 |
|
|
|
cafe4ec84f
|
encapsulate commands into struct
|
2021-12-06 16:00:52 +01:00 |
|
|
|
167606a19e
|
extract Mqtt functionality outside Ir
|
2021-12-06 14:58:28 +01:00 |
|
|
|
25dcda2dfa
|
use events for Wifi
|
2021-12-06 09:15:31 +01:00 |
|
|
|
f807698cdd
|
use TaskScheduler
- use task for displaying colon
- update display only when minute changes
|
2021-12-05 13:23:19 +01:00 |
|
|
|
633f2eb2de
|
set hostname
|
2021-12-05 11:53:15 +01:00 |
|
|
|
854b4a60b9
|
move Ir logic into its own loop
|
2021-12-05 11:29:24 +01:00 |
|
|
|
eb29c2203d
|
refactor to use namespaces
|
2021-12-05 11:14:29 +01:00 |
|