Das Problem Gmail lehnt die Mails ab mit folgendem Fehler: (…) our email has been blocked because the sender isunauthenticated. 550-5.7.26 Gmail requires all senders to authenticate witheither SPF or DKIM. 550-5.7.26 550-5.7.26 Authentication results: 550-5.7.26 DKIM = did not pass 550-5.7.26 SPF (…) did not pass (…) Sender Policy Framework (SPF) DNS-Einträge checken: https://mxtoolbox.com/SuperTool.aspx… Mail an gmail scheitert von Strato VPS weiterlesen
Abfallkalender in Home Assistant
Beispiel AWB Oldenburg in der configuration.yaml: waste_collection_schedule: sources: – name: awb_oldenburg_de args: street: ‚Escherweg‘ house_number: ‚1‘ # customize: # – type: Restabfall # alias: Restabfall # icon: mdi:trash-can # – type: Gelber Sack/Tonne # alias: GelbeTonne # icon: mdi:recycle # – type: Altpapier # alias: Altpapier # icon: mdi:trash-can # – type: Bioabfall # alias:… Abfallkalender in Home Assistant weiterlesen
migrate a VM from unRAID to proxmox VE
Docker hints
I do all this stuff on a Raspberri Pi running raspian and docker. For now there’s: Pi-Hole: https://pi-hole.net/ openHAB: https://www.openhab.org/ Homer: https://hub.docker.com/r/b4bz/homer IObroker: https://smarthome.buanet.de/docker/container-images/iobroker/ docker commands Simple steps to use a new docker image docker-compose.yml example Connect to docker container docker ps to find CONTAINER ID you want to connect to docker exec -it –user… Docker hints weiterlesen
floor plan in openHAB 3
So finally you don’t need 3rd party software to realize this kind of visualisation with OH. Unfortunately there is now Upload for your background image here – you have to entry a URL. If you upload an image to ../openhab_conf/html/ (in my docker install it’s /opt/openhab3/openhab_conf/html/) you can use the URL https://ip:port/static/floorplan.png . When you… floor plan in openHAB 3 weiterlesen
openHAB 3 and KNX
So here I’ll post my way to get openHAB 3 with KNX working, which seems to be different in central configuration if you want to use the new OH3 UI. I didn’t want to import the old file-base OH2 config – which wasn’t complete anyways – but did it all new from scratch. What I… openHAB 3 and KNX weiterlesen