New user, can't get IP Webcams or LMS to be recognized

Hi,

I’m new to Home Assistant and currently a Domoticz user. I want to test out Home Assistant and I have it installed on a spare Rasperry Pi 1 with Debian Jessie working and autostarting great. My Belkin Wemo devices are recognized (first time ever, love this!) as well as my Phillips HUE hub/bulbs. I am trying to add manually into the configuration.yaml file entries for 1 of my IP webcams (running IP Webcam app on Android) and the Logitech Media Server running on my main PC.

I have these entries in my configuration.yaml file:

[code]# Enable LMS (Squeezebox) Server
media_player 1:
platform: squeezebox
host: 192.168.86.162
port: 9090

IP Camera on MotoG

camera 1:
platform: generic
still_image_url: http://192.168.86.117:10012/shot.jpg
name: Moto G Test
username: root
password: groot
[/code]

And I receive these errors in the dev console on the web GUI output:

15-12-12 14:12:51 homeassistant.loader: Unable to find component platform 15-12-12 14:12:51 homeassistant.loader: Unable to find component port 15-12-12 14:12:51 homeassistant.loader: Unable to find component name 15-12-12 14:12:51 homeassistant.loader: Unable to find component password 15-12-12 14:12:51 homeassistant.loader: Unable to find component username 15-12-12 14:12:51 homeassistant.loader: Unable to find component host 15-12-12 14:12:51 homeassistant.loader: Unable to find component still_image_url 15-12-12 14:12:52 homeassistant.components.camera: No platform specified for camera 1 15-12-12 14:12:52 homeassistant.components.media_player: No platform specified for media_player 1

Could someone please point me to where I am going wrong? Would love to test this out and possibly switch over tot this system. The only other item I have yet to add to it will be MySensors Gateway/network.

Thanks

The YAML configuration format is indentation based. It looks like you missed the spaces. Try adding 2 spaces in front of all configuration values for the two components (so all but media_player / camera).

Hi balloob,

You were right, my indents were off and that messed it up. Thanks for the tip.

One question though. One of the systems i’m trying to integrate is MySensors. I have read in a thread over at the MySensors forum (forum.mysensors.org/topic/2388/h … ors-nodes/) that there isn’t any support currently for switches/relays.

Are there any plans to provide full support for the MySensors plugin? And if so, when? Apparently a user on the MySensors forum has made a couple of pull requests to add these features.