bob1de / hass-apps

Some useful apps and snippets to empower Home Assistant and AppDaemon even more.
Apache License 2.0
85 stars 23 forks source link

[schedy] Changes are propagated to actors in other rooms #31

Closed illese closed 5 years ago

illese commented 5 years ago

It seems that if you have two different rooms in the config with two termostats manual changes are propagated from one to the other nevertheless. Here is the config and the log content appdemonlog.txt

config: (saved as text for the simplicity) sample_apps -yaml.txt

bob1de commented 5 years ago

I'm almost certainly sure that this is a configuration mistake. However, I can't read your configuration if you don't put it into a proper code block.

bob1de commented 5 years ago

And, I need a full log with debug: true from the startup of AppDaemon on.

bob1de commented 5 years ago

Please, delete your last post and edit the first one instead. Use the Preview function to check your markup is working before posting.

illese commented 5 years ago

Edited. Sry my default tool is VSTS not github.

bob1de commented 5 years ago

That log isn't complete. It starts somewhere half way through the initialization.

Second, the indentation of your config is really weird. YAML depends on indentation to function correctly, and to keep it maintainable, you should really unify the indentation, preferably using at least 2 spaces per indentation level.

illese commented 5 years ago

Config error. Found. Close the bug that is the issue...

nappali:

  # All actors of this room go here.
actors:
 climate.nappalitermosztat:
 climate.ritatermosztat:
bob1de commented 5 years ago

Sure, but that wasn't the config you posted.

illese commented 5 years ago

Indeed, very strange, some versioning issue on my system (copied from a mirror dir that should have been exactly the same). But but anyhow sorry for the false bug, great program.