As an initial post, I just wanted to say that Pyscript changed my whole usage of Home Assistant. I don’t even use the built-in automations: everything is performed by Pyscript. Without it, I would dump 90% of my automation ideas due to the clunky automation interface and YAML clunkiness.

If you are too humble to post at the Pyscript GitHub Discussions, please post your questions here!

  • ALERTOPM
    link
    English
    11 year ago

    As my air conditioner bases its fan control on its own thermometer, and its readings are irrelevant, as it is positioned on the AC itself, I made an AC automation using Pyscript that manages the AC modes, temperatures, and boost based on an external thermometer :)

    • @Beartotem
      link
      English
      1
      edit-2
      1 year ago

      Sounds neat. So long as that external thermometer is not too close to the cold air stream, its bound to give better readings than the built in one.

      What i’m looking to build is a system that integrates automatic temperature adjustements for winter time variable rates and presence detection. The horrible crap I have made with the basic yaml automation ignore each other, which lead to wrong behavior in some (common) situations. I could solve it with an extra state variable, but it would still be full of duplicate of hardcoded values in the two automations…

      I’m unsure how to organise my pyscript code to meet my goal in a clean and extensible way. I wish i could take a look at someone else’s work.