Hello everybody,
I am new here an have no experience with Home Assistant,
The last days i installed HA for the first time (but several times on my bpi ) Now i would like to connect my MiLight LED Bulbs to HA as described on the component web page under LimitlessLED. The Bulbs work great with the WiFi Gateway an the Android App.
For my understanding I have tried everything. However, the lights do not want to show in the interface.
homeassistant:
# Name of the location where Home Assistant is running
name: Home
# Location required to calculate the time the sun rises and sets
latitude: 47.1417
longitude: 7.2576
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 443
# metric for Metric, imperial for Imperial
unit_system: metric
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: Europe/Zurich
# Show links to resources in log and frontend
introduction:
# Enables the frontend
frontend:
http:
# Uncomment this to add a password (recommended!)
# api_password: PASSWORD
# Checks for available updates
updater:
# Discover some devices automatically
discovery:
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
# Enables support for tracking state changes over time.
history:
# View all events in a logbook
logbook:
### Lights ###
light: !include lights.yaml
# Track the sun
sun:
# Weather Prediction
sensor:
platform: yr
I’ve already tried… i think its not an error in the code. Maybe the all-in-one installer works not correctly on my banana pi M3.
I am waiting now for the rasperry which i have already ordered… ;/
If it was just failing, I’d expect that you’d see an error. Just checking the basics - if you load http://192.168.1.24/ in your browser (default user & pass = “admin”), do you see the bridge’s firmware update page?
The only other thing I can think of - is the address or your HASS server 192.168.0.X or is it in a different IP range to the bridge because of a WiFi access point or something?
I’m new to Home Assistant, just installed in om my RP3 and I can’t get all my lights to show up in HA.
At the moment I have 5 lamps (4 x rgbw + 1 x white). The 4 rgbw lamps show up and work great using the following syntax in configuration.yaml:
light:
platform: limitlessled
bridges:
- host: 10.0.0.144
groups:
- number: 1
name: Living Room
- number: 2
name: Diner Table
- number: 3
name: Hall way
- number: 4
name: PC
I don’t know how to setup the white lamp though.
If I just add another number 1 lamp than I get the following error:
Line 73:
host: 10.0.0.144
Line 84 is my second “numer: 1” line.
Can someone please help me out?
P.S: I’m using the same bridge to communicate with all 5 lamps and that’s working fine (with the app and also by sending UDP commands through Tasker)
I would love, if someone could explain me, how I can run HA on a Banana Pi. I tried it with the manual installation and Hassbian and so on, but it won’t work for me