mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
parent
f9d9427342
commit
74f2eae812
@ -1,68 +0,0 @@
|
||||
---
|
||||
title: Nuimo controller
|
||||
description: Instructions on how to setup and use a Nuimo device in Home Assistant.
|
||||
ha_category:
|
||||
- Hub
|
||||
ha_release: 0.29
|
||||
ha_iot_class: Local Polling
|
||||
ha_domain: nuimo_controller
|
||||
---
|
||||
|
||||
The `nuimo_controller` integration allows you to connect to a [Nuimo](https://www.senic.com/) device for receiving input events and displaying on the LED matrix via the [Nuimo SDK for Python on Linux](https://github.com/getSenic/nuimo-linux-python).
|
||||
|
||||
To connect to a Nuimo device add the following section to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
nuimo_controller:
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
mac:
|
||||
description: Skip discovery and connect to this device address.
|
||||
required: false
|
||||
type: string
|
||||
name:
|
||||
description: To handle more than one device by names, add the name of the device.
|
||||
required: false
|
||||
default: None
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
Example for testing rotation value and sending to the LED matrix:
|
||||
|
||||
```yaml
|
||||
automation Nuimo_rotate_right:
|
||||
trigger:
|
||||
platform: event
|
||||
event_type: nuimo_input
|
||||
event_data:
|
||||
type: ROTATE
|
||||
condition:
|
||||
condition: template
|
||||
value_template: {% raw %}'{{ trigger.event.data.value > 100 }}'{% endraw %}
|
||||
action:
|
||||
service: nuimo_controller.led_matrix
|
||||
data:
|
||||
matrix:
|
||||
'........
|
||||
0000000.
|
||||
.000000.
|
||||
..00000.
|
||||
.0.0000.
|
||||
.00.000.
|
||||
.000000.
|
||||
.000000.
|
||||
........'
|
||||
interval: 0.5
|
||||
```
|
||||
|
||||
Troubleshooting:
|
||||
|
||||
- use `hcitool lescan` to see the mac address of your device
|
||||
|
||||
- allow non-root user access to Bluetooth LE with `sudo setcap cap_net_raw+eip $(eval readlink -f $(which python))`
|
||||
|
||||
- install the newest version of [pygattlib](https://bitbucket.org/OscarAcena/pygattlib) from the repository, either because there is no binary package for your system or the pip version contains errors, with `pip install hg+https://bitbucket.org/OscarAcena/pygattlib --target $HOME/.homeassistant/deps`.
|
||||
(Dependencies of pygattlib: `sudo apt-get install pkg-config libboost-python-dev libboost-thread-dev libbluetooth-dev libglib2.0-dev python-dev`)
|
||||
Then invoke Home Assistant with `hass --skip-pip`.
|
@ -41,7 +41,7 @@ Since 0.28 [automation rules](/blog/2016/09/10/notify-group-reload-api-pihole/#r
|
||||
- Climate: [MySensors] is now supported ([@kaustubhphatak])
|
||||
- Control Home Assistant with [keyboard shortcuts][keyboard_remote] ([@deisi])
|
||||
- More voluptuous config validations ([@fabaff], [@kellerza], [@balloob])
|
||||
- New [Nuimo] controller support added ([@gross1989])
|
||||
- New Nuimo controller support added ([@gross1989])
|
||||
- Sensor: BOM Weather component ([@tinglis1])
|
||||
- Automation: Option added to hide entity ([@milaq])
|
||||
- Sensor: [Emoncms] feeds now supported ([@joyrider])
|
||||
@ -170,7 +170,6 @@ Since 0.28 [automation rules](/blog/2016/09/10/notify-group-reload-api-pihole/#r
|
||||
[Kodi]: /integrations/kodi
|
||||
[Modbus]: /integrations/modbus/
|
||||
[Nest]: /integrations/nest/
|
||||
[Nuimo]: /integrations/nuimo_controller/
|
||||
[OpenALPR]: /integrations/openalpr_local/
|
||||
[passwordless]: /integrations/http/
|
||||
[Simplepush]: /integrations/simplepush
|
||||
|
@ -183,7 +183,7 @@ influxdb:
|
||||
- Remove path whitelisting for hassio ([@balloob] - [#7399])
|
||||
- Add Eight sleep component ([@mezz64] - [#7275]) ([eight_sleep docs]) ([binary_sensor.eight_sleep docs]) ([sensor.eight_sleep docs]) (new-platform)
|
||||
- OpenGarage support ([@swbradshaw] - [#7338]) ([cover.opengarage docs]) (new-platform)
|
||||
- Clean up requirements ([@andrey-git] - [#7391]) ([nuimo_controller docs]) ([sensor.dht docs]) ([sensor.thinkingcleaner docs]) ([switch.thinkingcleaner docs])
|
||||
- Clean up requirements ([@andrey-git] - [#7391]) ([sensor.dht docs]) ([sensor.thinkingcleaner docs]) ([switch.thinkingcleaner docs])
|
||||
- correct MQTT subscription filter ([@amigian74] - [#7269]) ([mqtt docs])
|
||||
- Update docstrings ([@fabaff] - [#7374])
|
||||
- light.blinkt: update brightness control logic ([@imrehg] - [#7389])
|
||||
@ -462,7 +462,6 @@ influxdb:
|
||||
[notify.smtp docs]: /integrations/smtp
|
||||
[notify.telegram docs]: /integrations/telegram
|
||||
[notify.webostv docs]: /integrations/webostv
|
||||
[nuimo_controller docs]: /integrations/nuimo_controller/
|
||||
[octoprint docs]: /integrations/octoprint/
|
||||
[opencv docs]: /integrations/opencv/
|
||||
[plant docs]: /integrations/plant/
|
||||
|
@ -21,7 +21,7 @@ TL;DR: We are not affiliated with Senic or their COVI product. We will not suppo
|
||||
|
||||
</div>
|
||||
|
||||
Recently Home Assistant has been made aware of a product by [Senic] that will be launching later today on [Kickstarter][kickstarter] ([screenshot][ks-backup]). Senic is not new in the IoT business, we have had support for their first product ([Nuimo]) since last September. Their new product, COVI, uses Home Assistant as its core home automation codebase. This is great, that is what open source is all about. However, they also use our name and logo in their Kickstarter, with the press and in their [developer documentation] ([screenshot][docs-backup]) to give the appearance of being affiliated with Home Assistant, against our wishes. Which is not great, at all.
|
||||
Recently Home Assistant has been made aware of a product by [Senic] that will be launching later today on [Kickstarter][kickstarter] ([screenshot][ks-backup]). Senic is not new in the IoT business, we have had support for their first product (Nuimo) since last September. Their new product, COVI, uses Home Assistant as its core home automation codebase. This is great, that is what open source is all about. However, they also use our name and logo in their Kickstarter, with the press and in their [developer documentation] ([screenshot][docs-backup]) to give the appearance of being affiliated with Home Assistant, against our wishes. Which is not great, at all.
|
||||
|
||||
Take some of the following quotes from their Kickstarter campaign:
|
||||
|
||||
@ -60,6 +60,5 @@ Core Developer, Home Assistant
|
||||
[Hass.io]: /hassio/
|
||||
[to Forbes]: https://www.forbes.com/sites/paularmstrongtech/2017/06/20/covi-is-about-to-make-some-general-electric-execs-very-unhappy/
|
||||
[tradfri]: /blog/2017/04/17/ikea-tradfri-internet-of-things-done-right/
|
||||
[Nuimo]: /integrations/nuimo_controller/
|
||||
[developer documentation]: http://blog.senic.com/posts/the-senic-hub-a-brief-software-overview
|
||||
[apology]: https://medium.com/@senic/an-open-letter-to-home-assistant-5ccb53ccf722
|
||||
|
@ -67,7 +67,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Update to hole to 0.3.0 ([@fabaff] - [#15014]) ([sensor.pi_hole docs]) (breaking change)
|
||||
- Upgrade numpy to 1.14.5 ([@fabaff] - [#15015]) ([binary_sensor.trend docs]) ([image_processing.opencv docs])
|
||||
- Upgrade youtube_dl to 2018.06.14 ([@fabaff] - [#15013]) ([media_extractor docs])
|
||||
- Switch nuimo to a hopefully working pypi version ([@andrey-git] - [#15006]) ([nuimo_controller docs])
|
||||
- Switch nuimo to a hopefully working pypi version ([@andrey-git] - [#15006])
|
||||
- Remove typing ([@fabaff] - [#15018])
|
||||
- Add support for Homekit battery service ([@schmittx] - [#14288]) ([homekit docs])
|
||||
- Update PostNL unit of measure to align with UPS ([@keesschollaart81] - [#15023]) (breaking change)
|
||||
@ -304,7 +304,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[neato docs]: /integrations/neato/
|
||||
[netgear_lte docs]: /integrations/netgear_lte/
|
||||
[notify docs]: /integrations/notify/
|
||||
[nuimo_controller docs]: /integrations/nuimo_controller/
|
||||
[prometheus docs]: /integrations/prometheus/
|
||||
[rachio docs]: /integrations/rachio/
|
||||
[sensor.dht docs]: /integrations/dht
|
||||
|
@ -107,7 +107,7 @@ Home Assistant had a booth this year at the [CEDIA home tech trade show](https:/
|
||||
|
||||
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Hanging out at <a href="https://twitter.com/CEDIAExpo?ref_src=twsrc%5Etfw">@CEDIAExpo</a> in innovation alley <a href="https://t.co/9SnUXo11oA">pic.twitter.com/9SnUXo11oA</a></p>— Home Assistant (@home_assistant) <a href="https://twitter.com/home_assistant/status/1172559987979292673?ref_src=twsrc%5Etfw">September 13, 2019</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
|
||||
We also had some great drinks in the evenings with companies that integrate with Home Assistant. In this picture [Konnected.io](/integrations/konnected) and [Senic](/integrations/nuimo_controller/).
|
||||
We also had some great drinks in the evenings with companies that integrate with Home Assistant. In this picture [Konnected.io](/integrations/konnected) and Senic.
|
||||
|
||||
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Beers after CEDIA with <a href="https://twitter.com/balloob?ref_src=twsrc%5Etfw">@balloob</a> from Home Assistant and teams from Senic and Neeo. <a href="https://t.co/c6Ag4DeEtU">pic.twitter.com/c6Ag4DeEtU</a></p>— Konnected.io (@Konnected_io) <a href="https://twitter.com/Konnected_io/status/1172689994059661318?ref_src=twsrc%5Etfw">September 14, 2019</a>
|
||||
</blockquote>
|
||||
|
@ -758,7 +758,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
- Move imports to top for nmap_tracker ([@springstan] - [#29364]) ([nmap_tracker docs])
|
||||
- Move imports to top for nmbs ([@springstan] - [#29365]) ([nmbs docs])
|
||||
- Move imports to top for noaa_tides ([@springstan] - [#29366]) ([noaa_tides docs])
|
||||
- Move imports to top for nuimo_controller ([@springstan] - [#29367]) ([nuimo_controller docs])
|
||||
- Move imports to top for nuimo_controller ([@springstan] - [#29367])
|
||||
- Move imports to top for openhome ([@springstan] - [#29369]) ([openhome docs])
|
||||
- Allow negative altitude in location updates ([@balloob] - [#29381]) ([mobile_app docs])
|
||||
- Move imports to top for lametric ([@springstan] - [#29406]) ([lametric docs])
|
||||
@ -1646,7 +1646,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[notion docs]: /integrations/notion/
|
||||
[nsw_rural_fire_service_feed docs]: /integrations/nsw_rural_fire_service_feed/
|
||||
[nuheat docs]: /integrations/nuheat/
|
||||
[nuimo_controller docs]: /integrations/nuimo_controller/
|
||||
[nut docs]: /integrations/nut/
|
||||
[nzbget docs]: /integrations/nzbget/
|
||||
[ombi docs]: /integrations/ombi/
|
||||
|
@ -1620,7 +1620,6 @@
|
||||
/components/nsw_fuel_station /integrations/nsw_fuel_station
|
||||
/components/nsw_rural_fire_service_feed /integrations/nsw_rural_fire_service_feed
|
||||
/components/nuheat /integrations/nuheat
|
||||
/components/nuimo_controller /integrations/nuimo_controller
|
||||
/components/nuki /integrations/nuki
|
||||
/components/nut /integrations/nut
|
||||
/components/nws /integrations/nws
|
||||
@ -2262,3 +2261,5 @@
|
||||
/integrations/yweather /more-info/removed-integration 301
|
||||
/components/ptvsd /more-info/removed-integration 301
|
||||
/integrations/ptvsd /more-info/removed-integration 301
|
||||
/components/nuimo_controller /more-info/removed-integration 301
|
||||
/integrations/nuimo_controller /more-info/removed-integration 301
|
||||
|
Loading…
x
Reference in New Issue
Block a user