Home assistant Custom component for Pax Calima fan
This is offered AS IS. Feel free to fork. Developed and tested in HA version 2021.11.04
- Put init.py, sensor.py, manifest.json into /custom_components/paxcalima/ on your home assistant installation (where is the directory where your config file resides).
- Restart Home Assistant.
- Add following to your configuration.yaml:
sensor:
- platform: paxcalima
mac: 00:11:22:AA:BB:CC # replace with MAC of your Pax Calima (see below if not known).
pin: 57854677 # Replace with you pin code (found from devices motor unit)
name: Projector Room(optional)
- Check configuration
- Restart Home Assistant
- Install calima
python3 -m pip install calima
- Scan for devices
calima -l
- Take note of the MAC address.
- Download pycalima
#Get latest pycalima on to your work directory
wget https://github.com/PatrickE94/pycalima/archive/master.zip
unzip master.zip
cd pycalima-master
- Run cmdline.py
python3 cmdline.py -l
- Take note of the MAC address.