Showing posts with label notification. Show all posts
Showing posts with label notification. Show all posts

Saturday, January 28, 2023

Say Goodbye to Wrinkled Clothes and Musty Smells: How Notifications Can Streamline Your Laundry Routine


When it comes to laundry, there's nothing more frustrating than pulling out a basket full of wrinkled clothes and musty-smelling linens. It can make all of your hard work feel like it was for nothing, and who has time for that? But, what if I told you there's a simple solution to this problem? By generating notifications when your washing machine and dryer have completed their cycles, you can minimize wrinkles and prevent musty smells in your clothes, making your laundry day a little less painful.

Let's start with the type of notification you want to receive. Some people prefer text messages or emails, while others prefer push notifications on their phone or smartwatch. I personally prefer audio prompts on the smart speakers in the house.  This works well, even when I don't have my phone on me, and it also is useful for others (read kids) in the house to move their clothes to the next steps in the process.

I have tried several ways to trigger these notifications.  At first, I figured I could use the fact that the washing machine and dryer vibrated when the cycles ran, to trigger the notification when the vibration stopped.  I used some double-sided tape to attach a Multipurpose sensor to the back of both the washer and dryer.  For Home Assistant, I found this blueprint to that performs an action when it detects that shaking stops.  I needed to tweak the automations using this blueprint to make it work for my scenario.  For example, I needed to set the hysteresis both for what it will use to consider the cycle having been started, and when the cycle has finished. Unfortunately, this does mean that there is a delay between when the cycle has finished to when the notification is generated.

For an unrelated reason, we replaced our washer and dryer with appliances that support LG's ThinQ.  These appliances are WiFi connected, and when configured to their cloud service, mobile phone notifications can be generated when cycles complete.  Since I want to have the notifications spoken over our smart speakers, I needed to figure out how to connect these devices to my Home Assistant setup.  I found this custom integration that integrates with various LG ThinQ devices.  Once paired, the washer and dryer, and their corresponding states, are represented in Home Assistant.  I am now able to trigger automations from state changes from these appliances.

Wednesday, July 22, 2009

Boxcar & WHSTweet

I don't use Twitter as an immediate type of communication. I generally don't receive direct messages from people that I know, as I know that other people do. I still see Twitter as a passive communication medium.

Boxcar is an iPhone application that enables Apple's push notifications to be sent when your Twitter account receives a direct message or a reply. At first I didn't see that this would be useful for me. But then I remembered that I have installed WHSTweet on the two Windows Home Servers that I maintain. This add-in enables the server to send Twitter messages when the server has an error or warning.

Using Boxcar with WHSTweet is a perfect combination. Now my phone will let me know as soon as my server has a problem. There is less of a chance that I will miss the tweet from the server now.

Printing Across VLANs: A Secure and Scalable Solution

In my previous configuration, I used a CUPS server with multiple network interfaces to enable printing from computers on restricted networks...