-
Updated
May 28, 2020 - JavaScript
smarthome
Here are 1,133 public repositories matching this topic...
-
Updated
May 29, 2020 - Python
-
Updated
May 26, 2020 - Shell
-
Updated
May 27, 2020
-
Updated
May 22, 2020 - JavaScript
The following *.bat are stored in unix format (LF only instead of CR/LF). Makes it a bit difficult to track down startup problems on a windows box.
C:\openHAB2\openhab-2.1.0\runtime\bin\setenv.bat
C:\openHAB2\openhab-2.1.0\runtime\bin\status.bat
C:\openHAB2\openhab-2.1.0\runtime\bin\stop.bat
-
Updated
May 7, 2020 - Java
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
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
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
The following WebUI dependencies should be evaluated to be updated with newer versions available:
-
/www/webui/js/extern/jquery.js(https://jquery.com) -
/www/webui/js/extern/jquery-ui-1.10.4.custom.min.js(http://jqueryui.com) -
/www/webui/js/extern/jquery.powertip.js(http://stevenbenner.github.com/jquery-powertip/) -
/www/webui/js/extern/jquery.jqplot.min.js(http:
The change listener sample on https://pimatic.org/guide/development/providing-rule-predicates-actions/ seems to be outdated. It's not in line with http://www.pimatic.org/docs/pimatic/lib/variables/. Developping code I ran into issues with the first, but the second sample resolved those issues.
for
-
Updated
May 10, 2020 - C++
-
Updated
May 28, 2020 - JavaScript
-
Updated
Apr 15, 2018 - Python
-
Updated
May 17, 2020 - Python
Hello All,
I built my skill following this tutorial -> (https://github.com/alexa/alexa-smarthome/wiki/Build-a-Working-Smart-Home-Skill-in-15-Minutes) and I want to customize the commands like saying "Thunder" and the lights turns on, has anyone tried this before ?
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
-
Updated
May 29, 2020 - PHP
Die Einstellungen für das Dashboard:
Wenn man Style Angular , dort das Dark Theme und Farben ausgewählt hat.
Geht die Einstellung nach gefühlt 24h verloren. Vermutlich bis der BrowserCache abgelaufen ist.
-
Updated
May 3, 2020 - C
-
Updated
Jan 10, 2020 - C++
-
Updated
May 25, 2020 - C#
-
Updated
Mar 31, 2020
Improve this page
Add a description, image, and links to the smarthome topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the smarthome topic, visit your repo's landing page and select "manage topics."
When following the manual install guide i had to install the following additional dependencies manually:
sudo apt-get install pulseaudio swig libpulse-dev libasound2-dev
sudo pip3 install pocketsphinx spidev
After, it all works great on Raspberry Pi Zero W!