Giter Site home page Giter Site logo

my_home's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

jpm-git rvb78

my_home's Issues

Temperature readout

Trying out this custom component and all the light elements work fine, thanks for this!
But the temperature sensors always give a keyerror in the HomeAssistant log.
Any idea what this should be?

Configuration:

sensor:
  - platform: my_home
    devices:
      - name: "Bedroom"
        indirizzo: '4'

Log:

Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 220, in async_update_ha_state
    await self.async_device_update()
  File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 348, in async_device_update
    await self.hass.async_add_executor_job(self.update)
  File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/config/custom_components/sensor/my_home.py", line 95, in update
    self._state=self._gate.answ_read_temperature(self._indirizzo)
  File "/config/deps/lib/python3.7/site-packages/OpenWebNet.py", line 455, in answ_read_temperature
    valore = float(self.stato_answer('4',where,'0'))/10
  File "/config/deps/lib/python3.7/site-packages/OpenWebNet.py", line 409, in stato_answer
    return self.sensor_risposta[where]
KeyError: '4

pip3 OpenWebNet not found

Hello i'm trying to install it in raspberry hassio but pip3 is not found.
How can i install this dependency?

SCS intercom -> door opening?

Hello,

I'm using an bticino intercom (very simple, primitive) and having a gateway attached to it (F455) which translates SCS<->OpenWebNet - and wondered if I could also handle door bell events / door opening commands with this component?

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.