276°
Posted 20 hours ago

Kasa Mini Smart Plug by TP-Link, WiFi Outlet with Energy Monitoring, Works with Amazon Alexa(Echo and Echo Dot), Google Home and Samsung SmartThings, Wireless Smart Socket (KP115)

£9.115£18.23Clearance
ZTS2023's avatar
Shared by
ZTS2023
Joined in 2023
82
63

About this deal

Turn your connected lamps, small appliances, holiday decorations, and other electrical devices on or off automatically to match your daily routine.

Press and hold a control button for 10s to restore the corresponding outlet to factory default settings.A Python library to remotely control TP-Link smart home devices using their cloud service - no need to be on the same network as your devices The app also allowed us to create a group of devices that can be controlled at once, alongside setting timers and schedules for when the plug should switch on or off, and even activate Away mode. The tplinkcloud Python module allows you to remotely control your TP-Link smartplugs (HS100, HS103, HS105, HS110, HS300, KP115) using the TP-Link cloud web service, from anywhere, without the need to be on the same wifi/lan. Control devices connected to the smart plug wherever you have internet using the free Kasa app on your smartphone. Note that the device manager can also be constructed using await if desired and running in an async context Async Context

Toggle a plug: device_name = "My Smart Plug" device = await device_manager . find_device ( device_name ) if device : print ( f 'Found { device . model_type . name } device: { device . get_alias () } ' ) await device . toggle () else : print ( f 'Could not find { device_name } ' ) Note that the tests setup leverages the local_env_vars.py file. The values for those environment variables need to be set based on the following: How to setup schedule, away mode and timer of TP-Link Smart Plug/Switch in Kasa APP 08-18-2022 377913 To install it from the repo, clone the repo and cd into the directory: git clone https://github.com/piekstra/tplink-cloud-api.git Turn your home into a true smart home with Kasa Smart. Automate your lights and appliances with smart plugs and bulbs. Secure your home with Kasa Cameras. Control it all from the Kasa Smart app.Add a new schedule rule device_name = "My Smart Plug" device = await device_manager . find_device ( device_name ) if device : print ( f 'Found { device . model_type . name } device: { device . get_alias () } ' ) print ( f 'Adding schedule rule' ) new_rule = TPLinkDeviceScheduleRuleBuilder ( ) . with_action ( turn_on = True ) . with_name ( 'My Schedule Rule' ) . with_enable_status ( True ) . with_sunset_start () . with_repeat_on_days ( [ 0 , 0 , 0 , 0 , 0 , 1 , 1 ] ) . build () await device . add_schedule_rule ( new_rule . to_json ()) else : print ( f 'Could not find { device_name } ' ) There are two types of reset available: a soft reset which does not erase the current settings, and a factory reset that erases all of your custom settings and restore the device to factory defaults. When assigning a name to the plug, you can also select for a range of icons or add your own picture to make it easier to identify individual plugs, if you have several installed in your home.

What should I do if the smart plug or smart switch cannot turn on/off the appliance properly? 08-30-2022 73205Use Grouping to combine your smart plug with other Kasa Smart devices for seamless control with one single tap on your smartphone.

Asda Great Deal

Free UK shipping. 15 day free returns.
Community Updates
*So you can easily identify outgoing links on our site, we've marked them with an "*" symbol. Links on our site are monetised, but this never affects which deals get posted. Find more info in our FAQs and About Us page.
New Comment