10der
(Oleg Denisenko)
January 28, 2024, 9:52am
1
Hi!
service: notify.awtrix_bedroom
data:
message: Hi!
or
service: notify.awtrix_bedroom
data:
message: Hi!
data:
icon: 16701
# here you can add any params from https://blueforcer.github.io/awtrix-light/#/api?id=json-properties
as bonus, you can provide any urls with 8x8 icons
service: notify.awtrix_bedroom
data:
message: Hi!
data:
icon: https://developer.lametric.com/content/apps/icon_thumbs/3253
or
service: notify.awtrix_bedroom
data:
message: Hi!
data:
icon: http://homeassistant.local:8123/local/my-super-duper-icon.jpg
Here is URL for manual install
also, you can add component via HACS
11 Likes
Tinkerer
(aka DubhAd on GitHub)
February 1, 2024, 10:03pm
2
I just got my Ulanzi clock and was looking for an easy way of sending notifications. This is perfect timing and I look forward to trying it out.
Tinkerer
(aka DubhAd on GitHub)
February 2, 2024, 8:27am
3
Well… that was simple. It works perfectly.
Many thanks for developing this!
1 Like
mikegluk
(Michael Klukinov)
February 5, 2024, 4:38am
4
Great job! And perfect timing, too. Thank you very much.
2 Likes
10der
(Oleg Denisenko)
February 5, 2024, 4:30pm
5
btw:
service: notify.awtrix_bedroom
data:
message: Слава Україні!
data:
icon: https://developer.lametric.com/content/apps/icon_thumbs/188
2 Likes
10der
(Oleg Denisenko)
February 9, 2024, 6:25pm
6
build / update application
service: awtrix.push_app_data
data:
device: awtrix_bedroom
name: test
data:
text : "Hello, AWTRIX Light!"
rainbow: true
icon: "87"
duration: 5
pushIcon: 2
lifetime: 900
repeat: 1
remove app:
service: awtrix.push_app_data
data:
device: awtrix_bedroom
name: test
data:
1 Like
Tinkerer
(aka DubhAd on GitHub)
February 11, 2024, 5:58pm
7
Oooh, that’s awesome. I guess I’ll be updating so I can move my weather app away from mqtt.publish
Going forwards would it be possible to get releases and release notes? Makes it easier to see what new and awesome features have arrived.
1 Like
The app creation is not working for me. I uploaded it and switch through apps but nothing happend. Can you help?
i wrote you at discord DM.
notfiy is working.
when using push_app_data nothing happend - no visible mqtt data
no error in HA
10der
(Oleg Denisenko)
February 27, 2024, 7:08pm
12
10der:
awtrix_bedroom
can you show me screenshot from /config/devices/dashboard
and show me NAME of device NOT mqtt topic
internally awtrix have different name or?
10der
(Oleg Denisenko)
February 27, 2024, 8:06pm
15
as u can see, my name is “awtrix_bedroom”
your name is unknown cuz you cut the screen.
10der
(Oleg Denisenko)
February 27, 2024, 8:10pm
16
new features:
now you can set settings and switch app.
for example. night mode
service: awtrix.settings
data:
device: awtrix_bedroom
data:
WD: false
TIME_COL:
- 255
- 0
- 0
TMODE: 0
BRI: 1
ABRI: false
ATRANS: false
service: awtrix.switch_app
data:
device: awtrix_bedroom
name: Time
1 Like
10der
(Oleg Denisenko)
February 27, 2024, 8:11pm
17
also now call service can rise error if you provide wrong AWTRIX name and so on…
1 Like
10der
(Oleg Denisenko)
February 28, 2024, 12:12pm
19
UPD: no device name at all.
now service call contains the name
service: awtrix.awtrix_bedroom_push_app_data
or you can combinate
- service: awtrix.{{awtrix_device_name}}_push_app_data
data:
name: sonos
data: {}
what does this mean
2024-02-29 21:06:57.549 WARNING (SyncWorker_15) [homeassistant.helpers.service] Unable to find services.yaml for the awtrix integration