Alain Turbide
Alain Turbide
Sorry for the confusion... The 5 to 10 minute refresh cycle is unrelated to panel activity. It's just esphome re-updating ha with the current value of the sensors. As to...
Sure, you can use text sensors for the zones like before.. The id code should be z
You need to point to the "dev" branch of the git source as those features are new there. ``` external_components: - source: github://Dilbert66/esphome-components@dev ```
in your yaml change "return vista.keybusconnected" to "return $panelId->connected();" Remove, the line and associated section where it has "disconnectVista" in your yaml This is all like in the example yaml...
Try doing a clean also. I suspect you have some errant old code hanging around in the build directory
Ok, the first compile error was due to a bad file I had on the repository that I fixed a few minutes ago. The other errors you are getting, well,...
if You want to use text sensors for the zones (show o/c), you need to setup the zxx id's in the text sensor section, not in the binary_section. Right now...
Can you recompile again. There was an issue yesterday that prevented the esp from loading the zones correctly.
For 189 depending on your panel type, you can have either 2 or 4 AUI's. You might as well enable both 1 and 2 so enter, 1,1 for assigning address...
Ahhh. Ok, I see the issue. You missed one change. Use template_alarm. You need to use "template_alarm" instead of "template" for all alarm fields. That is custom code. Look at...