Raspberry 5 test-to-speech using Piper

I wanted to make my Raspberry tell me about power outages and air alerts near my location.

The setup is pretty simple and described ar the repo:

Installing NUT - Network Ups Tool Notifications and emails

Notifications and email

 

Simple

 Go to file:

sudo vi /etc/nut/upsmon.conf
Add at the EOF:
# Email script for NOTIFYCMD
# Simple
NOTIFYCMD "/etc/nut/notifycmd.sh" …

Installing NUT - Network Ups Tool

I'll describe a full path on how to install and use NUT.
My implementation is using Raspberry Pi 5 and a TP-Link router attached to 800W UPS.
RPi will be …

WSGI mod, Python, Django, Celery and a nice fella virtualenv

Here I'll show how to use Python (3.8.0 in the current example, but legit for latest 3.+ versions, not for os.name == 'NT') and virtualenv to setup WGSI enabled …

Который по счету "блог"

Такое себе интересное чувство, когда ты завел в своей жизни уже дюжину блогов, и то и дело таскал т…

Read...

For list of dicts: merge same key values, sum another diff. values, count each merge iteration +1 Python

If anybody can help me with some task? I have list of dicts(or tuples), where: if tuples:

 comment…

Read...

VMware Front Experience: FAQ: Using SSDs with ESXi (Updated)

Where and how to use SSD into the VmWare vCenter: VMware Front Experience: FAQ: Using SSDs with ESX…

Read...

"Output" за год Python

Фиг знает, когда там принято делать выводы за год, я сделаю их сегодня. Screenshot_13 Ровно год назад, я поменял…

Read...

ADDM Appliance cannot start, tomcat freeze

This problem happend with me after host with ADDM was unexpectedly. After startup system can n…

Read...

VMware storage migration v.2

В общем, все оказалось намного проще, даже картинок не потребуется чтобы объяснить или запомнить: -…

Read...

Django, Apache2, Sublime Text 3 build system and developing process.

At first be sure that you are using this path to run pure apache: http://www.trianglesis.org.u…

Read...

Update Redmine 2.5.2

Обновляю Редмайн на новую версию, вроде как ничего нового с 2.5.1 не появилось, "работает не трогай…

Read...

Вождь Бот возможности и функции

[caption id="attachment_2226" align="alignright" width="297"]Вождь Бот Вождь Бот[/caption] "Вождь Бот" это а…

Read...

Django fast hints

Here some fast hints to remember: Migration:

cd ~/myproject
python manage.py makemigrations
pyth…

Read...