- Видео 6
- Просмотров 1 001
Tech Zen
Канада
Добавлен 4 авг 2016
Welcome to Tech Zen! Dive into the world of technology with our easy-to-follow tutorials and in-depth how-to videos. Whether you're a beginner looking to learn the basics or an advanced user aiming to enhance your skills, Tech Zen is your go-to source for mastering the latest tech trends and tools. Join our community and transform your tech knowledge from novice to expert. Explore more insightful content on our blog at www.liu.center. Let's embark on this tech journey together and discover the zen of technology!
Managing your budget free & effortlessly: An introduction to Actual Budget #budget #finance
Managing a personal budget is difficult and time consuming, and often not free with many apps & software.
In this video, we will get to know the envelope budgeting principle of Actual budget, and a brief summary of its features.
We will cover Actual Budget installation, daily usage, tips & tricks, and advanced topics soon, so stay tuned!
Actual Budget: actualbudget.org/
Project source: github.com/actualbudget/actual
Chapters:
00:28 introduction
02:03 Zero-Sum Budgeting
03:09 Budgeting Strategies
03:39 Features
Blog: www.liu.center
In this video, we will get to know the envelope budgeting principle of Actual budget, and a brief summary of its features.
We will cover Actual Budget installation, daily usage, tips & tricks, and advanced topics soon, so stay tuned!
Actual Budget: actualbudget.org/
Project source: github.com/actualbudget/actual
Chapters:
00:28 introduction
02:03 Zero-Sum Budgeting
03:09 Budgeting Strategies
03:39 Features
Blog: www.liu.center
Просмотров: 106
Видео
Never late for work or school! This smart travel departure reminder could help. #homeassistant
Просмотров 33912 часов назад
Traffic congestion always has a big impact on our commuting time to work or school. In a busy daily schedule, setting a fixed alarm on the phone does not work very well when traffic conditions change. In this video, we are creating a Home Assistant automation that automatically sends notification when you need to take off for work using real-time traffic analysis from Google Map. Chapters: 00:4...
Ultimate Home Energy Dashboard: Track Electricity, Water, Gas, and Solar Easily! #homeassistant
Просмотров 10021 час назад
Are you tired of juggling between different apps and websites just to check your electricity, water, and gas consumption? Imagine having all that information in one convenient place. Well, you’re in luck! In this video, I’ll show you exactly how to consolidate all your energy data into a single, easy-to-use dashboard. Chapters: 00:44 Summary 01:07 Power Meter 02:29 Monitor individual devices 04...
AI for security camera? Full guide to have AI in Home Assistant. #homeassistant #ai #automation
Просмотров 52414 дней назад
In this video, I’m going to show you how to integrate Google AI in Home Assistant step-by-step, and to implement some fun features using Google AI within Home Assistant. e.g. person detection using security camera and send notification to phones with AI generated description. Chapters: 01:03 Tutorial Summary 01:31 Google Cloud Integration 04:56 Google Generative AI Integration 06:10 Test Google...
Hi. Nice Tutorial! I have a problem, though. I activated Distance Matrix API and created an API Key. When i want to integrate it in HA i get the message "Invalid authentication". What did i do wrong? Do i need an abonement if i want to use the service?
Ok nvm. I found this on the HA Website. "Google now requires billing to be enabled (and a valid credit card loaded) to access Google Maps APIs. The Distance Matrix API is billed at US$10 per 1000 requests, however, a US$200 per month credit is applied (20,000 requests). The sensor will update the travel time every 5 minutes, making approximately 288 calls per day. Note that at this rate, more than 2 sensors will likely exceed the free credit amount. While this call frequency can not be decreased, you may have a use case which requires the data to be updated more often, to do this you may update on-demand (see automation example below)."
Glad you enjoy the video! You are right. Usually there are two issues with the "Invalid Authentication". 1. API restriction. Check if your API key restricted the API. 2. Check if billing is enabled for the google cloud project. There are free credit available so just check the billing history often to ensure it's within your budget. I would also recommend make it update on-demand, e.g., only enable the sensor during work hours.