Closed jimmyeao closed 2 years ago
You need to define the name in roomplans as name: <name>
Also there could be an issue because you're not using -
in the roomplan section so instead of:
roomplans:
backhall:
y1: 20.0
x1: 0.0
y2: 22.0
x2: 2.0
bedroom:
y1: 20.0
x1: 2.0
y2: 23.0
x2: 5.0
use:
roomplans:
- name: backhall
y1: 20.0
x1: 0.0
y2: 22.0
x2: 2.0
- name: bedroom
y1: 20.0
x1: 2.0
y2: 23.0
x2: 5.0
Wow, how did I miss that! Thanks, at least the app isn't crashing anymore :)
Having a tough time getting my head around which coordinates I should be using. I just mapped it all out (or so I thought) and its stopped the app working :/
Would appreciate a set of eyes to confirm my settings or point out where I am plain wrong! Im using the bottom left of my office as the origin (0,0)
This is my apps.yaml:
This is a rough floor plan: And Im getting these error in appdaemon: