1. airco fujitsu
cd /config/
mkdir -p custom_components
wget -nv https://github.com/Flybin5012/pyfujitsu_for_homeassistant/archive/refs/heads/master.zip
unzip -q master.zip
mv pyfujitsu_for_homeassistant-master/custom_components/fujitsu_general_heatpump custom_components/
rm -fr master.zip pyfujitsu_for_homeassistant-master
ha core restart
grep climate configuration.yaml || echo 'climate: !include climate.yaml' >> configuration.yaml
echo '#' > climate.yaml
echo ' - platform: fujitsu_general_heatpump' >> climate.yaml
echo ' username: alain.rykaert@warpit.be' >> climate.yaml
echo ' password: *****' >> climate.yaml
echo ' tokenpath: /config/token.txt' >> climate.yaml
echo ' region: eu' >> climate.yaml
ha core check && ha core restart
2. mercedes
3. zigbee
4. garage opener
5. cameras
5.1. dahua
rtsp://camusr:Passw0rd@10.1.1.61
5.2. foscam
rtsp://camusr:Passw0rd@10.1.2.62/videoMain
![]() |
check with nmap if port 554 is open, otherwise enable onvif on the camera |
![]() |
in some cases, use: rtsp://camusr:Passw0rd@10.1.2.62:88/videoMain |