#that waqs what i followed when i first

1 messages · Page 1 of 1 (latest)

sly coral
#

And that looks nothing like what you shared 😉

vagrant spoke
#

I dont understand it and i cant find any youtube videos on it

sly coral
#
# Example configuration.yaml entry
lightwave:
  host: IP_ADDRESS
  lights:
    R1D3:
      name: Wall lights
  switches:
    R1D2:
      name: Tree socket
``` ![Check_mark](https://cdn.discordapp.com/emojis/806693965817446430.webp?size=128 "Check_mark")
#
lightwave:
 host: 192.168.1.xxx
  lights:
      name: Archie Light
  switches:
      name: Archie's Blind
``` ![NM_No](https://cdn.discordapp.com/emojis/713363851311185932.webp?size=128 "NM_No")
vagrant spoke
#

thought thats what i did

sly coral
#

Well, no, look at the structure of both

vagrant spoke
#

so can you put my stuff in the right version?

sly coral
#
  lights:
    R1D3:
      name: Wall lights
``` second line
vagrant spoke
#

i dont quite get the whole R1D3 stuff

sly coral
#

Those are identifiers, I guess you get them from the Lightwave side

vagrant spoke
#

Let me have a look at my lightwave app

sly coral
#

Ah yes, and the docs even explain it

#

Each switch or light requires an id and a name. The id takes the form R#D# where R# is the room number and D# is the device number.

vagrant spoke
#

is that created off lightwave or do i create it in home assistant?

sly coral
#

Lightwave

vagrant spoke
#

is that just for switches?

sly coral
#

Each switch or light requires...

#

TL/DR: No, for all

vagrant spoke
#

im still struggling to find these IDs

sly coral
#

R# is the room number and D# is the device number.

#

Find the room number in lightwave

vagrant spoke
#

im so confised, are these already allocated in lightwave or do i need to add allocations in the script when i write it