Giter Club home page Giter Club logo

home-assistant-dewpoint's People

Contributors

jpulakka avatar lultimouomo avatar miguelangel-nubla avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

home-assistant-dewpoint's Issues

Temperature sensor sensor.dewpoint_basement does not inherit SensorEntity

This has been occurring for a few HA versions. I'm currently on Home Assistant 2022.4.5

Temperature sensor sensor.dewpoint_basement (<class 'custom_components.dewpoint.sensor.DewPointSensor'>) does not inherit SensorEntity, this will be unsupported in Home Assistant Core 2022.7. Please report it to the custom component author.

Integration 'dewpoint' not found.

Hi,

I have installed integration via HACS. This is my configuration.yaml:

image

When I go to Configuration, Server Control and try to Check configuration, I got configuration error:

Platform error sensor.dewpoint - Integration 'dewpoint' not found.

What Iโ€™m I missing here? Is this integration still working in current version of HA?

extending the component to other psycho conversions

Hi,
I'm interested in an extended variant of your component, allowing a more generic exposure of more underlying psycho functions from the lib. Right now you only have the Dewpoint calculation exposed to HomeAssistant, while I would need the MoistAirDensity calculation. And potentially more, such as my ultimate goal, the Inner climate evaluation as per the Van Der Kooi Diagram. But that's the next step.

Is it a possibility to include the MoistAirDensity? Unfortunately the current component title is very restrictive though, it might be better to start with your code and make a generic (eg. home-assistant-psychro) component, gradually increasing/exposing extra functions from the underlying lib when required. That would allow other people to include the required functions using PRs if they want to.

What do you think?

I could also start with the generic name and your code (keep all your references in of course) and give it a go. Basically other exposing other functions should be an intelligent copy/paste/change from your already working (I hope :) ) code.

Making a copy of your component, changing the name to home-assistant-moistairdensity (and modifying the code of course) is also an option but it would be sad that potentially lots of very specific HA components would be made, all using the same framework and underlying library but just a different name and function it exposes.

I'm not very experienced in YAML/component coding but I have many many years of learning & coding experience using copy/paste/change, in areas I never did anything before :D
Google and Discord are also very good friends of mine.

Cheers,
Geert

Not using unit of measure defined in system setup

The value being returned is in Celsius but I have my system parameters set to use Fahrenheit. Is there a property I can define in the sensor configuration to specify Fahrenheit? It used to report in degrees F but after some update in the past few weeks it started returning C.

Dead?

Is this repo dead, or will it be maintained in the future? There are unmerged pull requests. Any reaction would be nice.

Future HA Needs Version Number

I just installed your dewpoint calculator and get the attached message "No 'version' key in the manifest file for custom integration 'dewpoint'. This will not be allowed in a future version of Home Assistant. Please report this to the maintainer of 'dewpoint'"

Screenshot 2021-03-20 163940

Can't edit sensor entity in UI, due to missing unique_id.

It's currently not possible to edit the sensor in the UI, which means it's not possible to ie. place it in an area (which I would love to do).

To enable the UI for editing of entities, the entities requires an unique_id. According to the "legacy format" for making custom sensors, it should possible to add one at the same level as friendly_name.

Is this something that can be added as a configuration option along with friendly_name?

Platform error sensor.dewpoint - Integration 'dewpoint' not found.

I installed it manually - and then with HACS, but in both cases I am not allowed to restart the core due to the error message in the title.

My configuration.yaml:

sensor:
  - platform: local_luftdaten
    host: xxx
    name: Luftsensor Einfahrt
    monitored_conditions:
      - SDS_P1
      - SDS_P2
      - BME280_temperature
      - BME280_pressure
      - BME280_humidity
      - signal
  - platform: dewpoint
    sensors:
      dewpoint_abluft:
        friendly_name: "Abluft Taupunkt"
        temperature: sensor.abluft_temperature
        rel_hum: sensor.abluft_humidity
      dewpoint_zuluft:
        friendly_name: "Zuluft Taupunkt"
        temperature: sensor.zuluft_temperature
        rel_hum: sensor.zuluft_humidity
      dewpoint_aussenluft:
        friendly_name: "Aussenlust Taupunkt"
        temperature: sensor.aussenluft_temperature
        rel_hum: sensor.aussenluft_humidity

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.