Philio Tech PAN08 Roller Shutter Experience and Tips

After some time experimenting and tweaking, I wanted to share my experience with the Philio Tech PAN08 roller shutters. The journey wasn’t without its bumps, but the end result is pretty satisfying!

I started by following the basic setup guide, but quickly realized that the default boolean tests for the shutter states weren’t reliable. After some digging in the GitHub discussions, I found a much better approach using the ‘Dim Level’ tag. This method not only works perfectly but also allows for precise control, which is crucial for my setup.

Here’s a quick rundown of what I’ve learned:

  • Dim Level Tag: Instead of checking if the shutter is ‘up’ or ‘down’, using the Dim Level tag provides a numerical value. This ranges from 0 (fully down) to 1 (fully up), with decimals in between. It’s incredibly versatile and avoids unnecessary commands if the shutters are already in the desired position.

  • Avoiding Automatic Commands: I set up my automations to check if the Dim Level is above 0.5 before opening. This prevents the system from acting if I’ve manually opened the shutters already. A similar logic applies when closing them in strong winds.

  • Partial Openings: For larger shutters that are wind-sensitive, using a specific Dim Level value (like 40%) is a game-changer. It allows them to open just enough without fully exposing the area, which is perfect for my setup.

I’d like to give a shoutout to the community, especially @Caseda and @Inversion_NL, whose insights were invaluable. If you’re looking to get the most out of your Philio Tech actors, I highly recommend exploring the Dim Level tag options. It’s a small tweak that makes a big difference!

Happy automating everyone! :rocket: