Skip to content

09) Lessons Learned

jules185 edited this page Jun 27, 2017 · 2 revisions
  • Most of the errors we encountered were caused by missing permissions or missing spaces in the Home Assistant code. YAML requires careful handling of tabs (not allowed at all) and spaces (only allowed/obligatory in certain places).
  • Communication flows from Telegram to Home Assistant are no problem, but the other way around is not as trivial as Telegram blocked bot-to-bot communication. The usage of a MQTT-broker could be a possible solution instead of the current workaround.
  • Frequent stand up meetings are not only an important factor for time management and progress tracking but also a valuable opportunity for exchange between the team members, especially when someone is stuck.
Clone this wiki locally