Fingerbot. Still can't believe anyone thought that made a good name for a product.
@SuheylBey2 күн бұрын
Hello, is it possible to do double clicking? For example clicking 2 times (double click or two clicks have less than 5-10 seconds apart) in every 5 minutes.
@ProjectSmartHome2 күн бұрын
I can't see a double clicking option in the user interface but I have just setup a quick test automation to switch the fingerbot on wait 2 seconds and switch it off. This worked as expected. So essentially meeting your criteria for double clicking in less than 5 seconds.
@SuheylBey2 күн бұрын
@@ProjectSmartHome So can it do it continuously? Like for 10 hours.
@SuheylBey2 күн бұрын
@@ProjectSmartHome Did you use other devices for setup automation?
@ProjectSmartHome18 сағат бұрын
The automation is done with Home Assistant. I have a Sonoff Zigbee coordinator plugged in the my Raspberry Pi that is running home assistant with Zigbee2MQTT.
@ProjectSmartHome18 сағат бұрын
I don't think that it is manufactured for that sort of use. Maybe the product documentation would give you an idea of how many hours use you could get out of the robot. And its battery operated so using it like that I expect it wouldn't last very long. But that's just my view.
@8upgaming2984 күн бұрын
So I use the signee usb radio antenna hooked up and use that to discover my zigbee devices. Should this work with that?
@ProjectSmartHome4 күн бұрын
From what I have read. The Fingerbot works with Home Assistant ZHA and Zigbee2MQTT. So if you are using either of these you should be OK.
@jasonflt5 күн бұрын
i have my switchbot for my ice machine lol
@ProjectSmartHome5 күн бұрын
Thank you so much for watching and subscribing!
@chaimvazana88367 күн бұрын
Thanks for this video. was very helpfull. Do you know if there is an option to activate roborock app routines , which are allready set in the App? If not, I was successfu,l in using the commands in vacuum mode but could not set the robot to work in Mop mode only . Any Idea ?
@ProjectSmartHome6 күн бұрын
My work around for the mop is to manually fit and detach the mop based on what cleaning automation is running. I previously had a notification to remind me to fit the mop when the automation to mop the kitchen was going to run. I've just had another look at the documentation and I see that there is a "mop attached" sensor. I've just updated my automation for the kitchen floor mopping so that it checks to make sure that the mop is attached. If it is disconnected then I will get a notification to fit it. I haven't found a way to do exactly what you asked. This is the best that I have managed to do. Its not perfect but its not to much of a problem for me. If you come across away to do it then please let me know.
@andrewjarrett424310 күн бұрын
Excellent detail and well presented series of home automation videos
@ProjectSmartHome9 күн бұрын
Thank you so much for your lovely comment.
@daveseyeball10 күн бұрын
Thank you for the wonderful information & detailed demonstration. Definitely subscribing!!
@ProjectSmartHome9 күн бұрын
Thank you for the lovely comments.
@ProjectSmartHome13 күн бұрын
Thank you so much for watching and subscribing!
@turbskis15 күн бұрын
Whats the highest resolution of the data coming from the shelly em? Or is that controlled within HA? I'm looking for a way to monitor and log the current usage on a 32a circuit at the highest resolution possible, ideally multiple samples per second to detect transient issues. Cheers!
@ProjectSmartHome15 күн бұрын
I can't see a way to monitor the current usage directly. The only options that are available for monitoring is W and KWh. When you export the KWh data in CSV from the Shelly app the values are in 1 hour intervals. The graphs in HA allow you to show the same data at 5 min intervals.
@turbskis13 күн бұрын
@@ProjectSmartHome I've got one now, with the /status json endpoint i can get 1s samples, which is pretty impressive for such a cheap device!
@b1gd1ck691216 күн бұрын
Great video, nice and simple
@ProjectSmartHome15 күн бұрын
Thank you for the feedback. I'm glad you liked it!
@ProjectSmartHome16 күн бұрын
Thank you so much for watching and subscribing!
@realasadkhan16 күн бұрын
Kindly share the blueprint of this automation
@ProjectSmartHome16 күн бұрын
I have copied the automation for my washing machine notification in to Github. github.com/ProjectSmartHome2023/ProjectSmartHome-Code-share.git
@justjoey8917 күн бұрын
I want to use this for my tv lift in my bedroom. I have bought a wired remote control for the lift and took that apart. Now I know which wire is up and down. So if I connect my up to S1 and down to S2 and power it with 230V will that work with the app?
@ProjectSmartHome16 күн бұрын
S1 and S2 are connections from your existing remote (so that your remote can control the motor through the shelly) and 01 and 02 are the connections to your motor for up and down.
@justjoey8916 күн бұрын
@@ProjectSmartHome it works! I’m so freaking happy!
@ProjectSmartHome15 күн бұрын
Excellent news. !!!
@benz695219 күн бұрын
Can it's work without hue bridge!
@ProjectSmartHome19 күн бұрын
As far as I am aware you need the Hue bridge to get the Philips Hue Sync Box to work with the lights..
@sebmad681722 күн бұрын
Great dashboard ! Can you share your code please??
@ProjectSmartHome21 күн бұрын
Thanks for the feedback. This is the link to where the code is on Github. Hopefully this helps. Let me know if there are any problems. github.com/ProjectSmartHome2023/ProjectSmartHome-Code-share.git
@ProjectSmartHome23 күн бұрын
Thank you so much for watching and subscribing!
@ProjectSmartHome24 күн бұрын
Thank you so much for watching and subscribing!
@suzithewitch25 күн бұрын
Great video! Thank you! One thing that I've done is created a label called "reset every morning". I've applied to every input boolean that needs to be... you know, reset every morning. 🙂 Then my automation has an action to reset input booleans, but since it does it by label, I never have to update that automation. As long as I've got the label on the helper, the automation picks it up. 🙂
@ProjectSmartHome24 күн бұрын
Thanks. That sounds very cool. I'll certainly be having a look at that. Thank you for sharing!
@ProjectSmartHomeАй бұрын
I have improved the way that the garage controls appear in Home Assistant. Rather than the toggle switches shown on the video I am now using up / down arrow images. type: horizontal-stack cards: - show_name: true show_icon: true type: button tap_action: action: none icon: mdi:garage hold_action: action: none - show_name: false show_icon: true type: button tap_action: action: toggle entity: switch.garage_roller_door_up icon: mdi:arrow-up-bold show_state: false - show_name: false show_icon: true type: button tap_action: action: toggle entity: switch.garage_roller_door_down icon: mdi:arrow-down-bold show_state: false
@ProjectSmartHomeАй бұрын
As I mentioned in the video I use smartthings smart plugs with energy monitoring built in. I have used these for years since I was doing most of my automation with the Smartthings hub..... Things move on, I need to buy a new smart plug for a new project. I'd be interested to know what smart plugs you are using and why?
@ProjectSmartHomeАй бұрын
I tend to use Hue light bulbs in lamps, Lightwave smart switches for rooms with existing lights that I don't want to replace and the shelly relays in rooms where I want to keep both the existing switch and lights. I'd be interested to know what smart lighting products you use and why?
@ProjectSmartHomeАй бұрын
I don't know why I didn't do this years ago. It seems like an obvious thing to be able to use your phone to open and close your garage door. Does anyone have any other things that they are using their phone to control other then lights, sockets and heating?
@ProjectSmartHomeАй бұрын
I've been playing around with the brightness of the gradient light strip. I find 100% to distracting so I've got mine set to 60% at the moment. I'd be interested to hear what others have got their set to?
@ProjectSmartHomeАй бұрын
I use a lot of Hue lights around my house. They are good quality and some of the bulbs have lasted many years. But they are on the expensive side. What lights do you use?
@ProjectSmartHomeАй бұрын
I'm using the Octopus Cosy tariff, which seems to be a good option for me as I have a solar panels, battery and Air Source Heat Pump. I'd be interested to hear from others what Energy supplier you use and what tariff you are on?
@ProjectSmartHomeАй бұрын
Thank you so much for watching and subscribing!
@ivornotion6624Ай бұрын
I believe you cannot install the Zappi in a direct sunlight location due to thermal cutout. Any suggestions to this issue as my garage front is south facing and that is where my car has to be parked?
@ProjectSmartHomeАй бұрын
The manual for the Zappi states: ....Zappi should be installed out of direct sunlight to avoid thermal limiting (for further information, see 8.7.6 Thermal Limit on page 27.) 8.7.6 Thermal Limit zappi also includes protection against overheating. If zappi gets too warm it will attempt to reduce the current being drawn by reducing the EV charge rate. If this happens you will see the icon on the main display. If the problem continues and the zappi's internal temperature continues to rise, then it will trip the output to the EV, and the display will show Overheating! zappi will resume normal operation once the temperature drops. However my Zappi is facing south west so gets a lot of sun in the "few" summer months that we have in the UK. I haven't had any problems with it.... so far! I see from a quick google that some people have had problems with Zappi over heating and have suggested putting some sort of shade in place. www.etsy.com/uk/listing/1285424915/untethered-charger-shade-36cm-wide-ev
@sdgelectronicsАй бұрын
What's the CSA of that cable? It looks like 4mm² at most.
@ProjectSmartHomeАй бұрын
Its a 4mm cable.
@markloughtonUKАй бұрын
I take it that you also filled that hole with mastic ? Those vertical cable runs with no drip loop always make me nervous 😅
@ProjectSmartHomeАй бұрын
Yes, good spot. Mastic in the hole and around the light on the wall. Don't want water getting in.
@ProjectSmartHomeАй бұрын
Thank you so much for watching and subscribing!
@ProjectSmartHomeАй бұрын
Thank you so much for watching and subscribing!
@ldb89Ай бұрын
Settings > Devices & Services > Helpers > Create Helper > Group > Notify Group
@ProjectSmartHomeАй бұрын
I had a look at this and couldn't see how I could add multiple mobile phone notifications to the notify group. As I mentioned in the video its a pain to have to add separate notifications for mine and my wife's phone. It would be good to have a predefined group that I could use in multiple automations. If anyone has an ideas on this please let me know.
@ZamboniEliteАй бұрын
What I am having problems with is hooking up my Xbox Series X and LG 95TR to my LG C3. I don't get any sound. I connected my tv to the sound bar via eArc and the Xbox to the Sync Box, to the TV. I get no sound. Any help would be appreciated.
@ProjectSmartHomeАй бұрын
I'll let you know how I get on when I plug in my Xbox x.
@ZamboniEliteАй бұрын
@@ProjectSmartHome I figured it out. You have to connect the Xbox to the Sound bar's HDMI in, then connect it to port 4 on the 8K Sync Box, then to the eARC port on the TV.
@johntankardАй бұрын
Just about to buy this, did you buy from Philips direct or somewhere else?
@ProjectSmartHomeАй бұрын
I bought the hue sync box from Philips direct and the gradient strip from Amazon.
@ProjectSmartHomeАй бұрын
Thank you so much for watching and subscribing!
@maxbarko8717Ай бұрын
Thank you for your interesting videos. I would appreciate no music as it is distracting from your explanation.
@ProjectSmartHomeАй бұрын
Ok, thanks
@nullfield6514Ай бұрын
the smartest thing you can do is to have a dumb house, keep this big brother shit away
@Zubair.LawrenceАй бұрын
You can group device to notify by: notify: - name: main_notify_device_group platform: group services: - service: mobile_app_apollo - service: mobile_app_dune
@ProjectSmartHomeАй бұрын
Thank you so much for watching and subscribing!
@ProjectSmartHomeАй бұрын
Thank you so much for watching and subscribing!
@ProjectSmartHomeАй бұрын
Thank you so much for watching and subscribing!
@ProjectSmartHomeАй бұрын
Thank you so much for watching and subscribing!
@ProjectSmartHomeАй бұрын
Thank you so much for watching and subscribing!
@helmetwhiteheart1Ай бұрын
I found the camera chasing a gecko in the kitchen. So funny to watch it.
@ProjectSmartHomeАй бұрын
Our cats are a bit scared of our robot vacuum cleaner. They tend to stay out of its way. ;o)
@b19wllАй бұрын
Thanks for the video. this is something we always struggle with, putting the bins out. I am not able to get the helper/toggle to switch off when clicking yes on the notification. Do you have any pointers for me please?
@ProjectSmartHomeАй бұрын
Thanks for your comment. It sounds like you have the "Yes" prompt popping up on your phone. So you need to check that the data section is correct in your automation and that you have the corresponding automation setup with the manual trigger.
@ProjectSmartHomeАй бұрын
Below is the YAML that I am using in my automation that triggers the manual automation to switch off the helper/toggle. alias: Bin Day - Set Boolean to off description: >- This manual automation changes the Kitchen Bin helper boolan to off if someone clicks YES when asked if they have put the bin out. trigger: - platform: event event_type: mobile_app_notification_action event_data: action: YES_BIN_OUT condition: [] action: - action: input_boolean.turn_off target: # enter the name of your toggle switch below. entity_id: input_boolean.kitchen_bin data: {} mode: single I hope this helps.
@ProjectSmartHomeАй бұрын
I add the data section in to the new automation at 24:26 in the video.
@b19wllАй бұрын
@@ProjectSmartHome Thanks, it turns out I had a typo in mobile_app_notification_action Seems to be working now, will wait and see what Happens on Tuesday :)
@ProjectSmartHome2 ай бұрын
Thank you so much for watching and subscribing!
@ProjectSmartHome2 ай бұрын
Thank you so much for watching and subscribing!
@jerseyman992 ай бұрын
Thank you for ths Video. As this channel is aimed at those starting their Smart Home journey, as has already been stated, it would have been sensible to talk through the Calendar and Media integrations as you did on your Shopping List video.
@ProjectSmartHome2 ай бұрын
Thank you for your feedback. I'll take that in to consideration in future videos.
@ProjectSmartHome2 ай бұрын
Here is some information on how to add Google or Alexa in to Home Assistant. Hopefully this will help people that haven't go the integration in place already. www.nabucasa.com/config/google_assistant/