Code Monkey home page Code Monkey logo

Comments (9)

arjenhiemstra avatar arjenhiemstra commented on June 17, 2024

does this example help?
https://github.com/arjenhiemstra/ithowifi/wiki/Home-Assistant#co2-sensor

from ithowifi.

gerben-f1 avatar gerben-f1 commented on June 17, 2024

from ithowifi.

arjenhiemstra avatar arjenhiemstra commented on June 17, 2024

Not sure but using the example and translating that to this in my situation works:

sensor:
 - name: Itho zolder CO2
   state_topic: "itho/remotesinfo"
   unit_of_measurement: "ppm"
   value_template: "{{ value_json.rft-co2.co2 }}"
   device_class: "carbon_dioxide"
   unique_id: "itho_zolder_co2"
   device:
     identifiers: "mv"

from ithowifi.

B-Lourens avatar B-Lourens commented on June 17, 2024

or:

mqtt:
 sensor:
   - name: "nrg-itho-CO2"
     unique_id: "nrg-itho-co2"
     device_class: "carbon_dioxide"
     state_topic: "itho/ithostatus"
     unit_of_measurement: "ppm"
     value_template: "{{ value_json['Highest CO2 concentration (ppm)'] }}"

from ithowifi.

gerben-f1 avatar gerben-f1 commented on June 17, 2024

from ithowifi.

B-Lourens avatar B-Lourens commented on June 17, 2024

Can u see what i do wrong?M.v.g GerbenOp 30 okt 2023 om 08:09 heeft B.Lourens @.> het volgende geschreven: or: mqtt: sensor: - name: "nrg-itho-CO2" unique_id: "nrg-itho-co2" device_class: "carbon_dioxide" state_topic: "itho/ithostatus" unit_of_measurement: "ppm" value_template: "{{ value_json['Highest CO2 concentration (ppm)'] }}" —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.>

Not really, because we have no idea what your configuration.yaml looks like.
But, if you're getting errors in Hass, the most likely issue is that you're placing the sensor examples in the wrong place, under the wrong category.

from ithowifi.

gerben-f1 avatar gerben-f1 commented on June 17, 2024

from ithowifi.

arjenhiemstra avatar arjenhiemstra commented on June 17, 2024

It already works.One question.Is it possible to complete stop the ventilationAnd that it only turns on when co2 is to high or the humadityM.v.g GerbenOp 30 okt 2023 om 19:58 heeft B.Lourens @.> het volgende geschreven: Can u see what i do wrong?M.v.g GerbenOp 30 okt 2023 om 08:09 heeft B.Lourens @.> het volgende geschreven: or: mqtt: sensor: - name: "nrg-itho-CO2" unique_id: "nrg-itho-co2" device_class: "carbon_dioxide" state_topic: "itho/ithostatus" unit_of_measurement: "ppm" value_template: "{{ value_json['Highest CO2 concentration (ppm)'] }}" —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.> Not really, because we have no idea what your configuration.yaml looks like. But, if you're getting errors in Hass, the most likely issue is that you're placing the sensor examples in the wrong place, under the wrong category. —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.>

If you have the CO2 sensor connected to the itho directly, no
If you have connected the CO2 sensor to the add-on, yes

Here's some more info on this topic:
https://github.com/arjenhiemstra/ithowifi/wiki/Controlling-the-speed-of-a-fan#help-fan-wont-go-lower-than-ie-30

from ithowifi.

stale avatar stale commented on June 17, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from ithowifi.

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.