<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Some of the stuff that was mentioned in my talk last night ...</div><div><br></div><div>PicoTTS: a very capable Text to Speech <br></div><div><br></div><div>$ sudo apt-get install libttspico-utils</div><div><br></div><div>$ pico2wave -w x.wav hello<br>$ aplay x.wav<br></div><div><br></div><div>As a general rule: you can integrate anything with Home Assistant, if you can get an MQTT message from its device. This can easily be done with an ESP8266 (~$4 and up) or an ESP32 (~$8 and up).</div><div><br></div><div><div>Components of Home Assistant</div><div><a href="https://www.home-assistant.io/components/" target="_blank">https://www.home-assistant.io/components/</a></div><div><br></div><div>And the documentation is adequate</div><div><a href="https://www.home-assistant.io/docs/" target="_blank">https://www.home-assistant.io/docs/</a></div><div><br></div></div><div>For door lock support in Home Assistant, there are many (mostly commercial products which tend to be very expensive, and/or have a 'cloud' component, with all the issues surrounding that: privacy, data collection, loss of service)<br></div><div><br></div><div><a href="https://www.home-assistant.io/components/#lock" target="_blank">https://www.home-assistant.io/components/#lock</a></div><div><br></div><div>If you can get a regular door lock working with a microcontroller, you can add MQTT over WiFi, and that will work.<br></div><div><br></div><div>Detecting people's presence (via phones), can be done using several ways (check the 'Presence' components on the web site), for example, you can use Bluetooth Low Energy</div><div><a href="https://www.home-assistant.io/components/device_tracker.bluetooth_le_tracker/" target="_blank">https://www.home-assistant.io/components/device_tracker.bluetooth_le_tracker/</a><br></div><div><br></div><div>Combined with Device Tracker<br></div><div><a href="https://www.home-assistant.io/components/device_tracker/" target="_blank">https://www.home-assistant.io/components/device_tracker/</a></div><div><br></div><div>IFTTT is supported, but again it is a cloud service, and that means there can be outages, ...etc. Instead, use custom Automations within Home Assistant do most of what you want without relying on a outside service.</div><div><br></div><br><div>-- <br><div dir="ltr" class="m_6238814214966131465gmail_signature"><div dir="ltr"><div>Khalid M. Baheyeldin<br><a href="http://2bits.com" target="_blank">2bits.com</a>, Inc.<br>Fast Reliable Drupal<br>Drupal optimization, development, customization and consulting.<br>Simplicity is prerequisite for reliability. -- Edsger W.Dijkstra<br>Simplicity is the ultimate sophistication. -- anonymous<br><br></div></div></div></div></div></div></div></div></div></div></div></div>