Giter Site home page Giter Site logo

io.homeassistant's People

Contributors

rogro82 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

io.homeassistant's Issues

mag ik de code forken en gebruiken

Ik maak gebruik van je Homey Home assistent plug-in en ik zie dat deze al een tijdje niet is geüpdatet. Nu gaat Athom alle apps verplichten tot het gebruik van de SDK3 en vroeg ik mij af of jij je app wil updaten of dat ik aan de community mag vragen dit te doen en hem te publish’en op Athom’s app-store

Tldr: mag ik de code forken en gebruiken

Sensors not updated

I have a switch that also has 3 sensors. I've created a compound device in configuration.yaml as follows:

homey:
  ws8:
    name: WS-8
    icon: meter_power
    capabilities:
       onoff: switch.ws_8_socket_1
       measure_current: sensor.ws_8_current
       measure_power: sensor.ws_8_power
       measure_voltage: sensor.ws_8_voltage

The device is found in homey, but the sensors aren't updated. Are these capabilities supported and where to find more information on the supported capabilities?

Thx!

Art

How do I name capabilities

Awesome work!

When I add a compound, all the capabilities are listed as value only, how do I name these capabilities in yaml? It would be helpful to be able to rename the default "Power" for instance, now I have one compound that has 4 sensors with the name Power.

I have tried title, or id bu Yaml keep giving errors on duplicate values, also Homey does not pick up this naming scheme it seems.

Change Dim into OnOff?

All the lights get in the Capabilities "dim", I want more options Capabilities "dim" or "onoff".

Nice to have: select / deselect ALL in the ADD DEVICES process

Thanks for this great integration between Homey and Home Assistant!

After linking the two platform, you can add devices from HA into Homey. As I have a MQTT integration too, I get to deselect 100 entities, if I only want to add 1 devices. That could be solved with the option to select / deselect all devices.

Roller Shutter

Hi rogro, any chance to become a Roller support into Homey? Thanks.

UnhandledPromiseRejectionWarning

I get this since a few days:

succesfully connected... subscribing to entities and events
update entities
(node:1117) UnhandledPromiseRejectionWarning: Error: out_of_range
   at Remote IPC Process

(node:1117) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:1117) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:1117) UnhandledPromiseRejectionWarning: Error: out_of_range

Any idea where this is coming from?

Need to restart Homey app to re-read changes in Home Assistant devices

I installed Homey app, did everything as in readme, and managed to import some devices from Home Assistant to Homey. But then, later I added some new devices to Home Assistant, added a compound device configuration - and when I tried to import it to Homey, it couldn't find new devices. It showed only the devices which were available in HA previously.

It did found them after I restarted app on Homey.

I assume there must be some device cache in Homey app, which is never updated. Please either write it in the documentation or make the newly added to HA devices available in Homey app.

Add speaker device

Home assistant is really great at monitoring media players, it would be nice to be able to add it as a speaker device (playing, next, previous, etc)

thermostat

Hello,

Is it possible to add thermostat using Compound or other way? I tried following, but it's not updating target_temperature for some reason.
fibaro_hc_zal_1:
name: Fibaro HC Zal 1
icon: target_temperature
capabilities:
measure_battery: sensor.thermostatic_valve_battery_level_3
measure_temperature: sensor.thermostatic_valve_air_temperature_2
target_temperature: sensor.fibaro_hc_zal_1_target_temp

If i add just add sensor.fibaro_hc_zal_1_target_temp it's updating it no problems, but when its in Compound, not updating for some reason.

Installation

Hi.

I am new to Home Assistant and HACS,

I haved install HACS but it how will I continue to setup? Didn't find a proper manual in the documents of this github.

Brg
Gustav

Compound 404

Hey!
Any chance of getting ahold of the homey.py compound thingie? :)

It’s 404:ing on me on following the link in Readme.

Support

Hi,

Before I install this package (as I understand I have to sideload it...?). Is this app still supported?

Regards Patrick

Custom_component: No setup function defined.

After adding the custom component and declaring the homey platform in the home assistant configuration I get the following error after a reload:

Setup failed for homey: No setup function defined.
12:41 AM setup.py (ERROR)

Any idea what I'm doing wrong? I put homey.py and related files in the custom_component folder.

Time-out when using Call Service in Flow

Hi,

When creating a flow with a Home Assistant - Call Service - action I get a Time-out when testing.

Maybe it's because I don't exactly know what values to fill in the 3 textboxes of the card.
At this moment I use the values for Domain, Service and Entity_Id.

I don't know and can't find what the values should be.
Can you tell me what to fill in the 3 text fields?

Onno

Failed to connect

Keep getting 'failed to connect' when trying to access. Both when accessing via local ip and via domain name of the HA installation.
Long lived token is created correctly in HA and Both correct ip and port is inserted.
Tried to reinstall the app but no success.

Sensor value does not update

Hi,

I added 2 Innr SP 120 plugs (deCONZ stick HA) to Homey but the values don't update when I connect a device, in HA I can see 12w and Homey is still 0w do I need to configure something else to update these?

Window sensors work immediately

Thanks!

Input Boolean support

Hi rogro82,
it would be phantastic to show Input Booleans (Home Assistant's kind of virtual devices) as Switches in Homey. Any plans to do so?

Ciao,
gagga

Compound questions

Some questions regarding compound:

Is there any limit on what kind of capabilities I can declare?

How do I declare a ternary capabilities converter correctly?

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.