Giter Club home page Giter Club logo

Comments (8)

BeamCtrl avatar BeamCtrl commented on August 17, 2024

nothing is impossible, I can probably add it to my backlog if you are interested in such functionality.
I have not yet done any MQTT implementations but it seems to be too much of a hassle. What Systemair unit are you using?

//Daniel

from airiana.

phk-r avatar phk-r commented on August 17, 2024

nothing is impossible, I can probably add it to my backlog if you are interested in such functionality.
I have not yet done any MQTT implementations but it seems to be too much of a hassle. What Systemair unit are you using?

//Daniel

If not MQTT then maybe some other way to forward the data to another instance. In my case home assistant.
I'm using a VSR 300.

from airiana.

BeamCtrl avatar BeamCtrl commented on August 17, 2024

I have already implemented an HTTP-sensor for homeassistant. , it forwards humidity and temperature inside / outside to HA.
//Daniel

from airiana.

BeamCtrl avatar BeamCtrl commented on August 17, 2024

to get it working you will need to run the core with option homeAss in the command line and have your bearer token added to the ha-httpsensor.py file

from airiana.

phk-r avatar phk-r commented on August 17, 2024

to get it working you will need to run the core with option homeAss in the command line and have your bearer token added to the ha-httpsensor.py file

Ok, not sure how to fix that but I'll try to figure it out next week :)
Is it possible to send commands via HA to change fan speed etc.?

from airiana.

BeamCtrl avatar BeamCtrl commented on August 17, 2024

The homeAssistant integrations are sketchy at best, I have not done more than try to get it working, to enable the http sensor, you will need to if you installed using the install-script, edit the service /etc/systemd/system/airiana.service to include homeAss as a cmd line opt. you will have to add the bearer token which is generated by homeAssistant in the ha-httpsensor.py file on var. ”Bearer”. To set fanspeed etc, use the RUST-component to do http-requests, look in ./public/buttons.html file for the proper request of type, ” ”http://airiana.local:8000/command?xx”.

from airiana.

BeamCtrl avatar BeamCtrl commented on August 17, 2024

update, i found that there is a dependency missing on the home ass side, you will need to do a "sudo pip install requests" to get it working, it has been fixed in the latest commit.

from airiana.

BeamCtrl avatar BeamCtrl commented on August 17, 2024

the configuration of HomeAssistant http sensor has changed update the ha-token file with your server address port and bearer token to get it working

from airiana.

Related Issues (20)

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.