My 4 year journey back to Linux
11:20
14 күн бұрын
Surviving Home Assistant Updates
10:43
Use WLED Light Effects in ESPHome
8:07
Пікірлер
@cornflexbollen1747
@cornflexbollen1747 58 минут бұрын
dont understand why it does not seem to execute the comand succesfully. it just returns the json... but not execute it? something wrong with the Local LLM Conversation HACS maybe? Question: turn on printer light switch Answer { "request": "Turn on the switch.printer_light_switch", "response": "Turning on the switch for you.", "tool": { "name": "HassTurnOn", "arguments": { "name": "switch.printer_light_switch" } } }
@formatBCE
@formatBCE 2 күн бұрын
Thanks for mentioning my repo! Watching your videos!
@emiliopartera5395
@emiliopartera5395 2 күн бұрын
Hola, tengo dos dispositivos y solo me llegan las notificaciones de Xiaomi home a uno de ellos, tengo todas las opciones de notificaciones activas, porque puede ser?
@fixtse.
@fixtse. 2 күн бұрын
This method is no longer working since Google recently made somechanges to the OAuth Authentication, so the author of the integration had to bring back the old cookie authentication method, go to the first video I did about this integration to get it working again. kzbin.info/www/bejne/q2HLoH2MpMyChKs
@eliaelad
@eliaelad 2 күн бұрын
The button YT Music Player Config takes me to the confige page with the cookies
@fixtse.
@fixtse. 2 күн бұрын
Hi, this method is currently not working anymore, since google made some changes, please fetch the latest version (github.com/KoljaWindeler/ytube_music_player/releases/tag/20241125.01) and follow the instructions on the first ytmusic video kzbin.info/www/bejne/q2HLoH2MpMyChKs
@omegaalfa1498
@omegaalfa1498 3 күн бұрын
Thanks for this. I've been looking for a functional local solution for ages. This seems to tick all the boxes. I bought the board via your affiliate link.
@fixtse.
@fixtse. 3 күн бұрын
Hi, thank you for the support!!
@fredzibulski3111
@fredzibulski3111 3 күн бұрын
hey there love your videos. allways simple and informative. I got myself a slzb-06 and loving it. Wanted to know how to utilize the Bluetooth proxy without loosing the web interface.
@fixtse.
@fixtse. 3 күн бұрын
Hi, thank you. Sorry it's not possible, since the web interface it's build into the smlight firmware. You can active a web interface using esphome, but it won't have any of the features of the web interface on the main firmware. So, no easy way to update the firmware for the zigbee chip using esphome.
@tegmentoo
@tegmentoo 3 күн бұрын
can we use multiprotocol with Sonoff Zigbee 3.0 USB Dongle Plus ember firmware
@fixtse.
@fixtse. 3 күн бұрын
Haven't tested it yet, but from the documentation ember is supposed to add or enhance the functionality already present on the ezsp firmware, so it should be compatible.
@sijomatheweleppumkal
@sijomatheweleppumkal 3 күн бұрын
HI Bro.. can i use a custom wake word wth this?..
@fixtse.
@fixtse. 3 күн бұрын
Short: It is possible, but it requires more configuration work. Long: Yes, but you'll have to build it yourself, you can update the yaml file to point to a json file with the configuration for your custom wake word, check the yaml file, look for the json that it's being use for the stop wake word, and use it to generate your own. Then host the files on a github repo so you can reference it on the yaml configuration before compiling your own firmware.
@formatBCE
@formatBCE 2 күн бұрын
@@fixtse. Well, in theory it works, but on practice algorithms for MicroWakeWord models generation are hidden somewhere deep in MWW developer's memory, and not published yet. :) There are some for OpenWakeWord, but that doesn't work locally on ESP32...
@AndyBerman
@AndyBerman 4 күн бұрын
it works well for me. Thanks…
@fixtse.
@fixtse. 3 күн бұрын
Glad you found it useful!
@marcias1976
@marcias1976 5 күн бұрын
Can I ask for the themes you have in homeassistant? Please
@fixtse.
@fixtse. 5 күн бұрын
Hi, for sure, I'm using the Graphite Theme, you can get it from here github.com/TilmanGriesel/graphite
@galdakaMusic
@galdakaMusic 5 күн бұрын
Grest video. I have Google nest mini in each room since 8 years. Now with local fullfightment works like a charm. Is a final product with a good esthetic. Would be great have fully locally but I think that community needs a better DIY solution for make the change. Thanks for yours videos!!!
@unknownroads
@unknownroads 5 күн бұрын
Hey Buddy, I am hitting my head in wall. I got new Home Assistant setup and learning things. I also got ESP32 board to make Bluetooth proxy to detect my phone whenever I come home to unlock my smart lock using my iPhone Bluetooth. Is there a way you can help? I saw your video but my MQTT does not show anything. I don’t know how to setup
@fixtse.
@fixtse. 5 күн бұрын
Hi! Yes, I offer a consultation service on my website if you’d like me to take a closer look at your setup. This way, I can suggest more options based on your goals and the technology you have available: fixtse.com/booking. From my experience, relying on Bluetooth detection to unlock a smart lock might not be the best option. Besides the security concerns, the time it takes for your smart home to detect your device can vary between 5 to 30 seconds, depending on the placement of the Bluetooth device. By that time, you might have already unlocked the door manually. This can be optimized, but it’s something to consider.
@reijerdebruin4750
@reijerdebruin4750 7 күн бұрын
Thank you i Have one question is it possible to get rid of the message " iIP Webcam is monitoring the area " when the camera is active i Have also the tab S6 Lite
@fixtse.
@fixtse. 6 күн бұрын
Look for version 1.17.15.868 of the app, but you'll have to disable auto update on the google play store or it will upgrade it to the new version automatically
@thefunkygibbon
@thefunkygibbon 9 күн бұрын
this is great , I've got it now set up and using Google Gemini ... but I'm finding it hideously slow from the time I ask it to the time it reads the answer to me. if I use my little m5stack atom echo device which is listed under the "assist devices" I get replies almost immediately. using stream assist it's taking about 30 seconds .. also it seems that I have to ask the question immediately after saying ok nabu otherwise it gives up thinking I've not said anything within half a second.
@fixtse.
@fixtse. 6 күн бұрын
Lately, I’ve noticed slow response times with Gemini, even during direct assist chats. Initially, I suspected it was an issue with my ISP since it doesn’t occur consistently, with Ollama it works instantly on my setup. Regarding the “no words detected” error, I’ve experienced that as well. I assumed it was an assist-related issue, but after trying out the ReSpeaker Lite from Seeed Studio, I think is something with Strem Assist.
@thesimplemind
@thesimplemind 9 күн бұрын
I second all the positive comments here. Thank you for your wonderful work
@fixtse.
@fixtse. 6 күн бұрын
Thanks! I'm glad you found it useful.
@GerardPais
@GerardPais 9 күн бұрын
hmm i'm running within docker - is there a way to do this where we don't have access to Add-ons?
@fixtse.
@fixtse. 6 күн бұрын
Not that I know of, sorry.
@clairerovic
@clairerovic 10 күн бұрын
Thanks I enjoyed the insight
@fixtse.
@fixtse. 6 күн бұрын
Thank you, Claire, glad you like it!
@DimusTech
@DimusTech 10 күн бұрын
Could you explain how to run this method a script (powershell) from home assistant but sending also parameters and values?
@fixtse.
@fixtse. 10 күн бұрын
Hi, fixtse.com/blog/home-assistant-automation-gaming check this video, don't remember if I'm sending parameters, I think I do for steam
@andriysunford2249
@andriysunford2249 11 күн бұрын
Hi, after the Plotly Graph installation and pressing reload - Overview - Edit dashboard - I see only a small window with selecting areas. What did I do wrong?
@fixtse.
@fixtse. 10 күн бұрын
Hi... nothing wrong on your end, something has change by default in Home Assistant since the video was released. Not sure what you are referring to with "small window with selecting areas", if you can, please post an image on the comments on my website. I'll try to help you from there.
@andriysunford2249
@andriysunford2249 10 күн бұрын
@ I posted a link to screenshot there. When I go to edit dashboard I just see all my rooms with sensors. Actually, I don't understand why the Plotly Graph isn't visible in the integrations like the Tuya app or others.
@fixtse.
@fixtse. 3 күн бұрын
@@andriysunford2249 Hey, did you catch my response? The Plotly Graph is not an integration, that's why you wont find it there, it's just a custom card meant to be used on your dashboard. Think of it this way, integrations are meant to get devices/services to work with home assistant. Cards are meant to show the information in devices/services on your dashbaord.
@marcias1976
@marcias1976 12 күн бұрын
Hi. Nice themes you have, what is the theme ? can you share ? I like it very much. Thank you.
@fixtse.
@fixtse. 10 күн бұрын
Hi, you can get it here github.com/TilmanGriesel/graphite
@BySheal
@BySheal 12 күн бұрын
A mí me pasó, pero apagar y prender el interruptor no me sirve, tengo que quitar el foco del socket y volverlo a poner, y es un dolor de cabeza
@fixtse.
@fixtse. 10 күн бұрын
Mmmm, suena como que es un problema con la conexión del socket no del foco en si. O has probado con otro foco y funciona normal?
@BySheal
@BySheal 10 күн бұрын
@fixtse. Con cualquier otro sirve perfectamente, es lo que se me hace raro, osea que el socket no es :(
@Cristyfcr
@Cristyfcr 3 күн бұрын
Estoy exactamente igual. Mi socket funciona perfecto, pero es el foco el que me está dando dolores de cabeza.
@ArioGaviore
@ArioGaviore 12 күн бұрын
digital archive pathofleastresistor/polr-ytube-media-card not found :(
@ff4937
@ff4937 13 күн бұрын
"Windows Subsystem for Linux" no longer shows up in the Microsoft store. Is there an alternative? Thank you!
@fixtse.
@fixtse. 10 күн бұрын
Try running 'wsl --install' on a powershell window
@ff4937
@ff4937 10 күн бұрын
@@fixtse. Thank you. Coincidently I ended up doing that followed by a "wsl --update" BTW, your site is fantastic!
@xCCxLa2
@xCCxLa2 13 күн бұрын
I always wanted to try linux as my main OS, but there is always something that does not exist in linux or there is not as much time for me now to learn it, but someday 😅
@fixtse.
@fixtse. 13 күн бұрын
It's a journey, so you can take it at your own pace! At least you already know that there are options for you to try.
@otisrhw
@otisrhw 13 күн бұрын
My volume doesn't work any ideas?
@fixtse.
@fixtse. 13 күн бұрын
you probably will have more luck asking on the github repo: github.com/Nerwyn/android-tv-card
@BlankFX
@BlankFX 13 күн бұрын
No chance do understand a word with the accent and this horrible music together.
@STONE69_
@STONE69_ 13 күн бұрын
Keep going with Linux, its private and your computer belongs to you again.
@fixtse.
@fixtse. 13 күн бұрын
Yeah, Linux feels more like home to me.
@EmpireOfDefiance
@EmpireOfDefiance 14 күн бұрын
trying to get this to work and cant get past the first part. when i try and run the "docker run hello-world" i am getting docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
@franciscoadrianzen2908
@franciscoadrianzen2908 14 күн бұрын
💿_📀
@fixtse.
@fixtse. 13 күн бұрын
🦊️
@fibranijevidra
@fibranijevidra 14 күн бұрын
yaml code not public. It is opensource? Not cool!
@fixtse.
@fixtse. 10 күн бұрын
Hi, no one is stopping you from making the research yourself, there are several options out there, this just saves you the time, but is totally optional, also the binary with the full functionality it's available at no cost.
@shannonbreaux8442
@shannonbreaux8442 15 күн бұрын
Home assistant has the Nginx Proxy Manager that's does the exact same thing but way easier to config.
@fixtse.
@fixtse. 14 күн бұрын
Hi there! I understand what you’re saying, but my script works a bit differently. It generates self-signed certificates, so you don’t need a working public domain like you do with Nginx Proxy Manager and Let’s Encrypt. The goal was to provide an easy way to create secure self-signed certificates for use on your local network. Plus, you can still use these certificates with Nginx Proxy Manager. In the end, everyone can benefit from it 😉️
@shannonbreaux8442
@shannonbreaux8442 14 күн бұрын
So you saying that it only works for local you can't remote access it from outside your network?
@WilliamGasparetto
@WilliamGasparetto 15 күн бұрын
Great tutoria
@alanomargarciamarchan1867
@alanomargarciamarchan1867 17 күн бұрын
is there any way to cast spotify to google nest devices WITHOUT HACS or AD ONS? just with the official integration
@fixtse.
@fixtse. 10 күн бұрын
No that I know of
@droneandsports
@droneandsports 17 күн бұрын
who player i put when i want listen music from my pc? i have the HA in my pc installed. so i want to listen from pc.
@fixtse.
@fixtse. 14 күн бұрын
There is a companion app for music assistant that would allow you to listen to music using your pc github.com/music-assistant/companion
@circuitdotlt
@circuitdotlt 17 күн бұрын
Mine is very slow. I missed, on what hardware are you running this?
@fixtse.
@fixtse. 14 күн бұрын
I tried it on a RTX 3060 ti and a RTX 4090.
@Wiikendzgoodmix
@Wiikendzgoodmix 18 күн бұрын
My S22 Ultra stops transmitting ble when I start doing other tasks on my phone or if I leave it for a while, checked everything I can find that has to do with battery saving options but it seems to have all permissions.. found a workaround to run ibeacon which keep homeassistant active and transmitting but I rather have that off since it's not needed for bermuda, any ideas?
@fixtse.
@fixtse. 5 күн бұрын
this is a really complex topic to explain on a comment, but even if you have all the permissions set that doesn't mean that the device won't stop sending advertising packages to save up resources since it's designed to do that when it thinks the users is no longer actively using the device.
@Hasse-swe
@Hasse-swe 18 күн бұрын
Hi. Yhanks for the video. At 3:54 when you are going to test the voice andget an error saying "Unable to load example. Response error: 500" you need to go to Setting -> System -> Network and add the adress you ar using to connect to home assistant to get it to work. For me i added my duckdns adress to get it to work. Then i cant get it to work with my Google Assistant at all.
@starfoxBR77
@starfoxBR77 19 күн бұрын
Tks
@franciscoadrianzen2908
@franciscoadrianzen2908 19 күн бұрын
👀
@fixtse.
@fixtse. 19 күн бұрын
🐧
@ThiefElgin
@ThiefElgin 19 күн бұрын
Nice video. Be aware, L2 Max Current is 6A, not 10A
@sebastianferrari35
@sebastianferrari35 19 күн бұрын
hola amigo, hay manera de detectar mi air frayer xioami en home assistant, soy novato.jajajaja
@fixtse.
@fixtse. 10 күн бұрын
si usa wifi, probablemente, no necesitas este dispositivo para lograrlo, pero si necesitas una integración.
@Unineil
@Unineil 20 күн бұрын
I’m going to have to get one to tinker around with. This would be interesting to use maybe the in shed with a solar setup.
@fixtse.
@fixtse. 19 күн бұрын
Interesting, I'll add a section to measure power consumption on future reviews, I think it would be interesting to know how much the turbo mode impacts power usage.
@goodcitizen4587
@goodcitizen4587 20 күн бұрын
That's really brilliant. Thanks!
@fixtse.
@fixtse. 20 күн бұрын
Glad you liked it!
@KrisHoobergs
@KrisHoobergs 20 күн бұрын
Hi, Great video, but I have one small question. Do I really need to set "stream on device boot" as this option is disabled on my tablet (see minute 9:41). Or do you know why it is disabled
@fixtse.
@fixtse. 20 күн бұрын
Hi, otherwise it will not start automatically when the device is turned on, you can do it manually each time you restart the tablet, so it shouldn't be a deal breaker. Not sure why it could be disabled, sorry.
@Kiloptero
@Kiloptero 21 күн бұрын
hola! has integrado azure open ai para conversation? no open ai;)
@fixtse.
@fixtse. 20 күн бұрын
Hola, no, pero entiendo de que el API que utiliza es el mismo, por lo que debería de funcionar sin problema (exceptuando temas de configuración de llaves y servidor)
@Kiloptero
@Kiloptero 20 күн бұрын
@ no funciona;(
@t0mbeyer
@t0mbeyer 21 күн бұрын
Where can i get the ID from the youtube playlist ? I read that its for example: music.kzbin.info/aero/PLXkMFIxgXVwSBy-kqBWvGJfAv2N5aqyr_ after "list=" when i enter that in the code "ID" it shows nothing ;(
@fixtse.
@fixtse. 10 күн бұрын
Hi, yes, example: music.kzbin.info/aero/RDCLAK5uy_kvzSF-chVVpH1r55Frc3fuHXCyRc01sYg the id would be RDCLAK5uy_kvzSF-chVVpH1r55Frc3fuHXCyRc01sYg. For some reason you might have problem when listening to private playlist. Also, right not is not working, there is a problem with the underlying library used to access yt music, so wait for an update of the integration
@t0mbeyer
@t0mbeyer 10 күн бұрын
​@@fixtse.Can you tell here when there is a update?
@carlocatabijan
@carlocatabijan 23 күн бұрын
Hi, what if I have an AMD GPU? What command do I run for AMD GPU compatibility?
@fixtse.
@fixtse. 20 күн бұрын
Hi, it seems like AMD support is still an issue, but please refer to this issue threads, there you might have more luck finding a solution, community.amd.com/t5/ai-discussions/frustrated-about-docker-and-ollama-not-working-with-amd-gpu/m-p/720332, github.com/ollama/ollama/issues/3189
@geek1999
@geek1999 23 күн бұрын
Pues a mí me dice que no está disponible ya cambié de marca de focos y nada . Ya reinicie los apagadores y tampoco . Me dice que es la red pero está estable
@fixtse.
@fixtse. 20 күн бұрын
Cambiaste de marca de focos y siguen sin funcionar? Checkea el router wifi que utilizas, puede que ese sea el problema.
@geek1999
@geek1999 20 күн бұрын
@fixtse. Y como hago eso pues ya lo apague y encendí y sigue igual