1. mercedes
2. airco fujitsu
export passwd="*****"
git clone https://github.com/Flybin5012/pyfujitsu_for_homeassistant.git
mkdir -p config/custom_components/
mv pyfujitsu_for_homeassistant/custom_components/fujitsu_general_heatpump/ config/custom_components/
rm -fr pyfujitsu_for_homeassistant-master/
ha core restart
grep "climate" config/configuration.yaml || echo 'climate: !include climate.yaml' >> config/configuration.yaml
echo "#" > config/climate.yaml
echo " - platform: fujitsu_general_heatpump" >> config/climate.yaml
echo " username: alain.rykaert@warpit.be" >> config/climate.yaml
echo " password: ${passwd}" >> config/climate.yaml
echo " tokenpath: /config/token.txt" >> config/climate.yaml
echo " region: eu" >> config/climate.yaml
ha core restart
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 |