Code Monkey home page Code Monkey logo

homeassistant-vtr-modbus's People

Contributors

cmragnar avatar picamodel avatar ztaeyn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

homeassistant-vtr-modbus's Issues

Alarm C - Active when filter warning is displayed

Verify:
The filter has less than a month left of the schedule, a warning alarm has been triggered.
This has triggered ALARM C in HA.

Check if the register address is correct or if the actual filter alarm won't trigger until the counter has expired.

VTR300 is not answering

Hello @Ztaeyn,

sorry that I am disturbing you.
I have paste your yaml file and fitt the ip adress as you said. I am able to send the data to VTR300, but I dont receiving a data from it.
I am using as @cmragnar a Waveshare https://www.waveshare.com/w/upload/8/86/RS485-TO-ETH-B-user-manual-en-v1.1.pdf to manage the data. I am sitting since days and I am little bit frustrated. I dont have IAM and Save Touch panel. I am stearing my VTR with a help of Save Light.
Thank you for your help in advice.

Best regards,
Chris

Undocumented registers

Hi,

I know this code has been created by numerous hands, but do you know anything about the entities:
- name: vsr300_calculated_moisture_extraction
address: 2210
- name: vsr300_calculated_moisture_intake
address: 2211
they are not documented in the Systemair's documentation, yet they are actually showing something...

Also, these 2 registers have incorrect addresses

  - name: vsr300_efficiency_temperature
    address: 12107
  - name: vsr300_overhetingstemperatur_tilluft
    address: 12108

They should be -1

Found another one:
in vsr300_mode_status: separate Cooker and Hood? They should be:
{% elif states('sensor.vsr300_mode_status_register')|int == 7 %}
Cooker Hood
{% elif states('sensor.vsr300_mode_status_register')|int == 8 %}
Vacuum Cleaner
{% elif states('sensor.vsr300_mode_status_register')|int == 9 %}
CDI1
{% elif states('sensor.vsr300_mode_status_register')|int == 10 %}
CDI2
{% elif states('sensor.vsr300_mode_status_register')|int == 11 %}
CDI3
{% elif states('sensor.vsr300_mode_status_register')|int == 12 %}
Pressure guard
{% else %}
WTF
{% endif %}

Thanks for your work!

Improvement: display valid setpoint

Check if input value matches sensor value for setpoint.
Modify color of text, or display a symbol if these match, instead of displaying - both values.

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.