Coder Social home page Coder Social logo

some questions about ha-prana HOT 7 CLOSED

alextud avatar alextud commented on August 25, 2024
some questions

from ha-prana.

Comments (7)

alextud avatar alextud commented on August 25, 2024

Hey Laszlo,

Glad to hear that you got it up and running.

For the moment I don't know how to differentiate between prana models. A temporary solution will be to have a flag in configuration, then we can disable some functionality based on this (auto mode / sensors, ...)

Also you can increase polling interval (you don't have a lot of data that is changing overtime) this will decrease connection errors that are appearing in logs.

For me after a while (after many connection errors) home assistant commands to control prana don't work anymore and restarting home assistant fixes the issue. Maybe there is a bug in the code ...

night mode == 1 speed for me also.

So changing speed value for you is not working ?

There is a possibility to find what commands are required for changing speed in your case. By editing values in prana.py

EX:
powerOff = "BEEF0401"
heater = "BEEF0405"
nightMode = "BEEF0406"
maxSpeed = "BEEF0407"
airOutOff = "BEEF0410"
speedLocked = "BEEF0409"
speedDown = "BEEF040B"
speedUp = "BEEF040C"
airInOff = "BEEF040D"
speedInUp = "BEEF040E"
speedInDown = "BEEF040F"
speedOutUp = "BEEF0411"
speedOutDown = "BEEF0412"
thaw = "BEEF0416"
autoMode = "BEEF0418"

Thanks,
Alex

from ha-prana.

cyberfly79 avatar cyberfly79 commented on August 25, 2024

I installed a raspberry pi and installed the latest home assistant (in docker). Queries, speed adjustment, shutdown also work fine. Unfortunately, turning on doesn't work.
How can special modes be activated? (heating, winter mode)

from ha-prana.

alextud avatar alextud commented on August 25, 2024

for heater / winter mode we can expose them as separate switch, do you need them ?

from ha-prana.

cyberfly79 avatar cyberfly79 commented on August 25, 2024

I think somehow it would be nice to handle these features as well

from ha-prana.

cyberfly79 avatar cyberfly79 commented on August 25, 2024

I've been using it for a long time and it works almost perfectly. The power on function is missing, unfortunately it doesn't work.

from ha-prana.

alextud avatar alextud commented on August 25, 2024

I've found the powerOn command, it should work now.

from ha-prana.

cyberfly79 avatar cyberfly79 commented on August 25, 2024

Yes, super, it works. Thanks!

from ha-prana.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.