GithubHelp home page GithubHelp logo

Comments (3)

mrwee avatar mrwee commented on August 28, 2024 1

You have to create your sensors manually in the configuration.yaml file.
E.g.:

sensor:
  - platform: mqtt
    name: "Outdoor temperature"
    state_topic: "irt-esp/boiler_data"
    device_class: "temperature"
    value_template: "{{ value_json.outdoorTemp }}"
    qos: 0
    unit_of_measurement: "°C"
    icon: mdi:coolant-temperature
    unique_id: "boiler_outdoorTemp"`

from irt-esp.

gadafivg avatar gadafivg commented on August 28, 2024

I have modified files and getting majority of data into HAssio. Still cannot get info from Thermostat side. Is there way to get those?

from irt-esp.

Victor-Mo avatar Victor-Mo commented on August 28, 2024

Not sure what kind of information you are looking for ? But the maximum set of information you can get is:

Boiler stats:
  Hot tap water: off
  Central heating: active
  Warm Water activated: on
  Warm Water selected temperature: 40.0 C
  Warm Water current temperature: 62.0 C
  Warm Water 3-way valve: off
  Selected flow temperature: 40 C
  Current flow temperature: 44.0 C
  Return temperature: 37.0 C
  Gas: on
  Boiler pump: on
  Fan: on
  Ignition: off
  Burner selected max power: 30 %
  System service code: -H (83)
  Heating temperature setting on the boiler: 55 C
  Outside temperature: 12.0 C
  Flow temp. PID: 1.00 0.10 0.00
  Max. flow temp.: 60 C

(This is the output of the telnet command 'info') But the information that is available is strongly depend on the connected thermostat.

With the telnet command 'log m' you can show the MQTT messages that are being send, this is from my system:
{"wWSelTemp":40,"selFlowTemp":40,"selBurnPow":30,"outdoorTemp":12,"wWCurTmp":62,"curFlowTemp":44,"retTemp":37,"wWActivated":"on","burnGas":"on","heatPmp":"on","fanWork":"on","ignWork":"off","heating_temp":55,"wWHeat":"off","ServiceCode":"-H","ServiceCodeNumber":83}

from irt-esp.

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.