Table of Contents

https://youtu.be/_FktMQSD5LE

sun hours calculation

https://community.home-assistant.io/t/calculate-sun-hours-forecast/319427/11

Multiplus integration

https://community.home-assistant.io/t/victron-integrated-with-ha-and-emhass-my-single-guide/449530

Backup

https://community.home-assistant.io/t/automated-and-scheduled-backups-in-ha/589118/13

Home Assistant upgrade

https://community.home-assistant.io/t/migrate-hardware-upgrade-from-raspberry-pi-4-to-5/709208

Bugs

https://github.com/home-assistant/core/issues/102937

Victron integration

https://community.home-assistant.io/t/victron-venus-os-with-mqtt-sensors-switches-and-numbers/527931

https://www.imval.tech/index.php/blog/victron-mqtt-server-bridging

https://www.imval.tech/index.php/blog/add-your-victron-system-in-home-assistant

Kalendar Google integration

https://www.ingos-home-assistant.de/komponenten/google/

Thermostat

https://www.youtube.com/watch?v=JPWpryQ2m6I

Water leak detect

https://github.com/reefab/homeassistant-water-valve

Headline

https://github.com/Mikescops/terraform-provider-homeassistant

https://siytek.com/home-assistant-shell/

https://community.home-assistant.io/t/using-shell-command-in-automations/150164/7

https://community.home-assistant.io/t/switch-template-entities-not-showing-up/162353/5

https://www.home-assistant.io/integrations/switch.template/

Github documentation

https://community.home-assistant.io/t/sharing-your-configuration-on-github/195144

Thermostat

https://community.home-assistant.io/t/eurotronic-spirit-zigbee2mqtt-automation-send-current-heating-setpoint/137335/2

Sieren

https://community.home-assistant.io/t/automation-for-triggering-the-heiman-siren/183388/3

Privileged cmd

More privileged commands

https://community.home-assistant.io/t/ssh-command-to-shutdown-hassio-on-a-pi3/75423/9

Zigbee2mqtt home assistant

https://github.com/zigbee2mqtt/hassio-zigbee2mqtt#installation

Homekit remotly

https://support.apple.com/en-us/HT207057

home assistant docker + mqtt

https://hometechhacker.com/mqtt-using-docker-and-home-assistant/

switch command use this for rest api integration

https://www.home-assistant.io/integrations/switch.command_line/

Headline

Zigbee2mqtt

https://youtu.be/1uxRvbbd0fc

Headline

https://youtu.be/sVqyDtEjudk

ESXi installation

https://community.home-assistant.io/t/hass-io-on-vmware-esxi-6-7-step-by-step/151419

Remote cmd server

https://community.home-assistant.io/t/running-a-shell-command-from-home-assistant-to-remote-linux-pc/135221/10

Rest api

https://www.ansible.com/blog/summary-of-authentication-methods-in-red-hat-ansible-tower

https://www.home-assistant.io/integrations/rest_command/

rest API integration e.g. tasmota

https://www.youtube.com/watch?v=E99-17XyyUg

node-red aqara

https://community.hom.ee/t/aqara-xiaomi-geraete-in-homee-zigbee2mqtt-nodred-enocean-simulation/24617

issues SNZB-03

https://community.home-assistant.io/t/issues-with-sonoff-snzb-03-motion-sensor/237409/45

https://github.com/Koenkk/zigbee2mqtt/issues/4874

backup

https://community.home-assistant.io/t/sharing-your-configuration-on-github/195144

https://community.home-assistant.io/t/how-can-i-backup-hassio-to-github/97095

Hisense TV

https://community.home-assistant.io/t/hisense-tv-control/97638/40

https://community.home-assistant.io/t/hisense-tv-control/97638

To connect to your own MQTT broker:

# Example configuration.yaml entry mqtt:

broker: IP_ADDRESS_BROKER

YAMLCopy Manual configuration is required when connecting to a broker over TLS.

# Example configuration.yaml entry mqtt:

certificate: "PATH_TO_CA.crt"
broker: "IP_ADDRESS_BROKER"
port: 8883
username: "MQTT_USERNAME"
password: !secret MQTT_PASSWORD

mount

all mounts to be done under /share/ so that plex docker can see them.

https://community.home-assistant.io/t/solved-workaround-nfs-manual-mount-of-nfs-folder-failed/271280/3

mount -t nfs4 10.11.x.253:/mnt/hdd/movie/ /media/movie/

https://peyanski.com/plex-media-server-from-home-assistant-easy-install/#Adding_Plex_Local_Media_library_Updated

snapshot

synoboot.vmdk is not a ESXi format. You can not create snapshots for synoboot.vmdk before you convert it to ESXi format.

Apparently synoboot.vmdk was copied from Workstation or Fusion by somebody who was not aware of the different vmdk formats.

If you open synoboot.vmdk you will see that the createType is not VMFS but monolithicSparse.

Also note:

DiskLib_Check() failed for source disk 'synoboot-s001.vmdk': The file specified is not a virtual disk (15). So to sum it up - we are seeing expected behaviour here !

Power off the VM and run

vmkfstools -i synoboot.vmdk synoboot-esxi.vmdk

and then replace the WS-type vmdk with the newly created one.

After that is done you should be able to create a snapshot as expected.

Ulli

Do you need support with a recovery problem ? - send a message via skype “sanbarrow”

mail notification

https://community.home-assistant.io/t/gmail-notification-not-working/145017