Skip to content
#

smarthome

Here are 1,133 public repositories matching this topic...

openhab-distro
victorhooi
victorhooi commented Oct 28, 2017

The README mentions the following:

Also edit /etc/network/interfaces and remove the wpa-conf line for wlan1.

However, on a default Raspbian Lite install (September 2017), my /etc/network/interfaces contains:

# interfaces(5) file used by ifup(8) and ifdown(8)

# Please note that this file is written to be used with dhcpcd
# For static IP, consult /etc/dhcpcd.conf and 'man d
Apollon77
Apollon77 commented Jan 3, 2019

We should try to make sure users are not installing ioBroker with an unsupported node version.
In detail we support:

  • node 8.12+
  • node 10.9+
  • no node 9, no node 11

The installer should stop installation if this is not met, BUT (especially for dev environments) we should allow an optional parameter like "-ignore-node-version-restrictions" or such to bypass the check. This is then logged i

ShayBox
ShayBox commented May 13, 2019

Add typing definitions for typescript and javascript users (type intellisense in compatible editors)

I wouldn't recommend generating them from jsdoc, maybe initially to get help make the types but there are a lot of issues with just always generating them from jsdoc.

I would personally suggest replacing jsdoc with typings and generating docs from that, but you can also keep both just to not

RaspberryMatic
jens-maus
jens-maus commented Apr 17, 2019

The following WebUI dependencies should be evaluated to be updated with newer versions available:

mueller-ma
mueller-ma commented Oct 22, 2019

Is your feature request related to a problem? Please describe.

By setting minValue, maxValue and/or step it's possible to create sliders, that can only have a few states. It's not visible to the user where the slider will accept the change of the state.
The slider might reject state changes if the new value isn't close to a valid state. The slider will than jump back unexpectedly.

Des

Improve this page

Add a description, image, and links to the smarthome 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 smarthome topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.