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 …

MySQL how to Alter multiple schema tables

To MyISAM from all InnoDB:

SET @DATABASE_NAME = 'db_name';
SELECT  CONCAT('ALTER TABLE `', table_…

Read...

VMware vCenter Server install

VMware vCenter Server clean installation guide Здесь я расскажу, как поставить vCenter Server …

Read...

Centos умирает от winbind

Сегодня "уронил" свой веб сервер неправильной настройкой samba+krb5+winbind. Траблшут под руководст…

Read...

Python array

Начинаю учить Пайтон, буду набивать шпаргалки.

lst = ['spam', 'drums', 100, 1234]
print(lst[2])
…

Read...

SAM Broadcaster queue/playlist rotation

Использую несколько вариантов добавления треков в очередь, попеременно меняю способ работы программ…

Read...

ADDM Stopping Reasoning service

ADDM can stuck on reloading.

ADDMrestart ADDM_500 This doesn`t help: Before ADDM 8.2 you will need to restart reasoni…

Read...

Радио работает в штатном режиме

Спустя несколько недель тестов, наконец удалось настроить логику воспроизведения на радио triangles…

Read...

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…

Install and use Network Ups Tool - an open source Uninterruptible Power Supply software

php upgrade Centos 6

Bookmarked

rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm

Read...

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 set…

How to make your Raspberry 5 talking with python lib Piper?