homie-server icon indicating copy to clipboard operation
homie-server copied to clipboard

cannot load devices

Open lesjaw opened this issue 7 years ago • 3 comments

i edit the infrastructure.yml

devices:
  - id: 811c09e0
    location: Olmatix House
    nodes:
      - type: light
        id: switch
        name: Lampu Kamar     
  - id: 80be27e0
    location: Olmatix House
    nodes:
      - type: light
        id: switch
        name: Lampu Teras
groups:
  - id: first-floor
    name: First floor
    devices:
      - 811c09e0
      - 80be27e0

but GUI give me empty devices, no devices at all and homie console gave me no error output log.. i have success using openhab item with this..

Switch  Light1      ""      <light> { mqtt=">[broker:devices/811c09e0/light/on/set:command:ON:true],    >[broker:devices/811c09e0/light/on/set:command:OFF:false]" }
String  Status1 "[%s]"  <network>   { mqtt="<[broker:devices/811c09e0/$online:state:Online:true],       <[broker:devices/811c09e0/$online:state:Offline:false]" }
String  IP1 "[%s]"  <network>       { mqtt="<[broker:devices/811c09e0/$localip:state:default]" }
String  Signal1 "[%s]"  <network>   { mqtt="<[broker:devices/811c09e0/$signal:state:default]" }
Switch  Light2      ""      <light> { mqtt=">[broker:devices/80be27e0/light/on/set:command:ON:true],    >[broker:devices/80be27e0/light/on/set:command:OFF:false]" }
String  Status2 "[%s]"  <network>   { mqtt="<[broker:devices/80be27e0/$online:state:Online:true],       <[broker:devices/80be27e0/$online:state:Offline:false]" }
String  IP2 "[%s]"  <network>       { mqtt="<[broker:devices/80be27e0/$localip:state:default]" }
String  Signal2 "[%s]"  <network>   { mqtt="<[broker:devices/80be27e0/$signal:state:default]" }

can you tell me what is exactly wrong in my infrastructure.yml?

lesjaw avatar Aug 30 '16 08:08 lesjaw

Well nothing seems wrong, and an error would be shown if the yml was problematic. Sounds like a bug! This project is kind of unmaintained currently, this was really a PoC for the whole Homie project. I consider going back to it one day, can't say when however...

marvinroger avatar Aug 31 '16 09:08 marvinroger

yes.. if i didnt correctly configure yml file it will show me the error...

please correct it..this is the most usefull UI for homie other the openHab, do you have any other suggestion for the UI?

lesjaw avatar Sep 01 '16 10:09 lesjaw

Don't forget it's in alpha, so it's very much feature-incomplete and buggy.

Unfortunately I don't, this is why I built this one.

marvinroger avatar Sep 03 '16 16:09 marvinroger

Hi! I'm going to archive this project, as I'm not maintaining it anymore. Looking forward to Matter!

marvinroger avatar Nov 16 '22 11:11 marvinroger