Skip to content
#

smart-home

Here are 931 public repositories matching this topic...

Home-AssistantConfig

🏠 Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to it. Updated FREQUENTLY!

  • Updated Apr 23, 2022
  • JavaScript
node-zwave-js
AlCalzone
AlCalzone commented Nov 26, 2020

Indicator CC V4 adds two new commands:

  • Indicator Description Get Command
  • Indicator Description Report Command

https://github.com/zwave-js/node-zwave-js/blob/master/specs/SDS13782%20Z-Wave%20Management%20Command%20Class%20Specification.pdf

TODOs:

  • Implement the new commands
  • Implement a getDescription method on IndicatorCCAPI
  • update @implementedVersion decor
help wanted good first issue Effort: medium 🚧
derekoharrow
derekoharrow commented Nov 17, 2020

(1) The custom state strings are defined in the source code and outlined here - https://danobot.github.io/ec-docs/special/state-strings.

  • control_states_on and control_states_off are defined, but not used in the source code, so do nothing.
  • state_states_off is defined, but not used in the source code at all

(2) Service data is defined here - https://danobot.github.io/ec-docs/config-advance

help wanted good first issue
BeardedTinker
BeardedTinker commented Jan 13, 2022

I love HA community - I really love all the questions that end up as ideas for future improvements to HA.

One question today was (from Jaap):

Would it be possible to keep track of the number of warnings and errors? It would be interesting to see how these develop over time.
I can imagine it is difficult to set up but it would be worth some effort

10 minutes and one [HA community

Enhancement Good first issue old-issue

Improve this page

Add a description, image, and links to the smart-home topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the smart-home topic, visit your repo's landing page and select "manage topics."

Learn more