But no matter what I do I don’t get a notification on my smartphone using e.g. conversations.
The Pi running Hass has internet access for updating Hass.
Do avoid scripts or automations as cause of failure I tested “Services” in the Development Tools:
Domain: notification
Service: jabber
Service Data: {"title":"this is a test","message":"message text"}
alias: Check sensor value and show notification
trigger:
platform: numeric_state
entity_id: sensor.cpu_temperature
above: 60
action:
service: notify.jabber
data:
message: “PI CPU temperature higher as 60°C”
verify: false
ERROR (read_thread) [sleekxmpp.xmlstream.xmlstream] CERT: Invalid certificate trust chain.
ERROR (read_thread) [sleekxmpp.xmlstream.xmlstream] Can not read from closed socket.
It’s more sleekxmpp problem which seems to be broken in last version.I also allow all SSL versions and this makes it work. Unfortunately nobody seems really knowing or using xmpp . that’s sad as there are iOS (chatsecure) and Android (conversations , pix-art messenger) so for all people who really care of privacy. Contact me and I’ll help to setup your very own chats ever. By the way…WhatsApp relies on modified xmpp protocol. So feel free: [email protected]
U can register for an account also just downland a client and register a jid .it’s of course free for you home assistant members. I also have something like transports running whuchbmakes it possible to write to Facebook Skype discord twitter …