this post was submitted on 24 Mar 2024
24 points (100.0% liked)
homeassistant
14990 readers
1 users here now
Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.
Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation
Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @[email protected]
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I know how to send images with xmpp. The problem is that the file name changes with every new snapshot. The entity image.ipcamsued_Person contains this current snapshot.
The question now is: how can I send the contents of this entity via xmpp. Do I have to read it out first and save it as a jpg?
Ok! So if you look at the attributes for
image.ipcamsued_Person
, what do you find listed? Hopefully a file path will be visibleI managed it:
Nice one! JSON and templates together are unwieldy AF, you’re braver than me