Git Product home page Git Product logo

zehnder-can-mqtt's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

arnold-n pawelma

zehnder-can-mqtt's Issues

[Tip] a simple Glance interface

I would like to share a simple glance type interface for custom lovelace without custom card.
For a quick check, or for lazy to search and to adapt a custom card.

Change ventilation level on first 4 buttons.

type: glance
title: Comfoair
columns: 4
entities:
  - entity: sensor.comfoair_ventilation_level
    name: '0'
    icon: mdi:fan-off
    tap_action:
      action: call-service
      service: mqtt.publish
      service_data:
        topic: comfoair/action
        payload: ventilation_level_0
  - entity: sensor.comfoair_ventilation_level
    name: '1'
    icon: mdi:fan-speed-1
    show_last_changed: true
    tap_action:
      action: call-service
      service: mqtt.publish
      service_data:
        topic: comfoair/action
        payload: ventilation_level_1
  - entity: sensor.comfoair_operating_mode
    name: '2'
    icon: mdi:fan-speed-2
    tap_action:
      action: call-service
      service: mqtt.publish
      service_data:
        topic: comfoair/action
        payload: ventilation_level_2
  - entity: sensor.comfoair_operating_mode
    name: '3'
    icon: mdi:fan-speed-3
    show_last_changed: true
    tap_action:
      action: call-service
      service: mqtt.publish
      service_data:
        topic: comfoair/action
        payload: ventilation_level_3
  - entity: sensor.comfoair_air_outdoor_temperature
    name: Outdoor
  - entity: sensor.comfoair_air_outdoor_humidity
    name: ''
  - entity: sensor.comfoair_air_supply_temperature
    name: Supply
  - entity: sensor.comfoair_air_supply_humidity
    name: ''
  - entity: sensor.comfoair_air_extract_temperature
    name: Extract
  - entity: sensor.comfoair_air_extract_humidity
    name: ''
  - entity: sensor.comfoair_bypass_open_percentage
    name: By-pass
    icon: mdi:math-norm-box
  - entity: sensor.comfoair_target_temperature
    name: Target

Connected and sending but Q350 does nothing

Hello.
I install paho-mqtt, pyserial, and Code is running.
From home assistant /developer-tools/service I send mqtt.publish command like

topic: comfoair/action
payload: ventilation_level_3
qos: 2
retain: true

and code seems work fine, the "send LED" on USB-CAN light some flash. I add some logger info, but Comfoair Q350 does nothing... I had to guess some srcAddr ?!?
Please, give me some help. Thanks!
Schermata del 2021-02-21 16-22-18

Does not read anything

Hey, i'm trying to get this to work. it looks like it does not read anything from the can interface.

I modified the script to use ttyACM0 and 115200 as in zcan project but it does not seem to read anything.

zcan show --all --debug seems to dump stuff.

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.