Tapo P110

1235727

Comments

  • EssexHebridean said:....


    As a point of interest Amazon was showing me a price of £19.48 for a twin pack of 110’s earlier this afternoon. 
    Not sure they really have them, ordered Wed promise next day 1pm Thurs,  still waiting.
    Even the single one at £9.99 is showing a long lead time for me now. Should have ordered yesterday! 
    🎉 MORTGAGE FREE (First time!) 30/09/2016 🎉 And now we go again…New mortgage taken 01/09/23 🏡
    Balance as at 01/09/23 = £115,000.00 Balance as at 31/12/23 = £112,000.00
    Balance as at 31/08/24 = £105,400.00 Balance as at 31/12/24 = £102,500.00
    £100k barrier broken 1/4/25
    SOA CALCULATOR (for DFW newbies): SOA Calculator
    she/her
  • dunstonh
    dunstonh Posts: 119,337 Forumite
    Part of the Furniture 10,000 Posts Name Dropper Combo Breaker
    EssexHebridean said:....


    As a point of interest Amazon was showing me a price of £19.48 for a twin pack of 110’s earlier this afternoon. 
    Not sure they really have them, ordered Wed promise next day 1pm Thurs,  still waiting.
    Even the single one at £9.99 is showing a long lead time for me now. Should have ordered yesterday! 
    Check Argos.  They had stock the other day and at 9.99
    I am an Independent Financial Adviser (IFA). The comments I make are just my opinion and are for discussion purposes only. They are not financial advice and you should not treat them as such. If you feel an area discussed may be relevant to you, then please seek advice from an Independent Financial Adviser local to you.
  • BooJewels
    BooJewels Posts: 3,003 Forumite
    Part of the Furniture 1,000 Posts Photogenic Name Dropper
    I think with Argos it might depend on where you are.  I tried them last week and they said they had stock, so I popped a couple in my basket (there was a pound off for getting 2) and when I went to check out, it was not for delivery but they were in stock for collection - from a store 60 miles away!
  • getmore4less
    getmore4less Posts: 46,882 Forumite
    Part of the Furniture 10,000 Posts Name Dropper I've helped Parliament
    there does seem to be a shortage of P110 my amazon ones still no update.
    I think the just pretended the before 1pm delivery thur was going to happen.....

    Argos have had available for for collection on Sun very early in the week like Mon or Tue then nothing


    Anyway a little update on node-red and Tapo P110.

    I am a near complete novice at this node stuff and have got something working.

    I already had node and node-red installed,  working with my heating system .
    (loads of useful vids/tutorials on this part and is quite easy)

    Looking at the Tapo p110
    I found this which was helpful(think there may be other options around that will work).

    https://github.com/sanlike0911/node-red-contrib-tplink-tapo-connect-api/issues/14

    not sure if I needed to do both step.
    install using the package manager
    in the gui used the "manage pallets" to add the bits to the gui(found that with a google).

    in the gui created a flow of inject->status->debug
    filled in the tapo plug information in the status node.
    have it run once(inject) and out popped the data structure in the debug window.
    then added output to a file
    then added a function to extract "time, current, day" elements from the structure and append to a file. 
    then added a 5sec repeat to the inject
    turn on the dryer for 10 mins to get current above zero.....

    now have this in a file (removed the device info structure)

    {"result":true,"tapoDeviceInfo":{},"tapoEnergyUsage":{"today_runtime":534,"month_runtime":42289,"today_energy":3,"month_energy":20889,"local_time":"2022-10-16 08:54:41","past24h":[0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0],"past30d":[1445,1477,1291,1443,1306,1561,1713,1469,1317,1366,1201,621,136,702,1535,423,7,8,7,544,8,1106,8,8,7,8,154,8,7,3],"past1y":[0,0,0,0,0,0,0,0,0,0,21966,3841],"past7d":[[1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,1],[0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0],[0,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,1],[0,0,1,0,0,0,1,0,54,94,0,1,0,0,1,0,0,0,1,0,0,1,0,0],[1,0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,1],[0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,1,0,0],[1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],"current_power":0}}
    2022-10-16 09:00:29 : 0 : 3
    2022-10-16 09:02:25 : 0 : 3
    2022-10-16 09:02:30 : 0 : 3
    2022-10-16 09:02:35 : 0 : 3
    2022-10-16 09:02:41 : 0 : 3
    2022-10-16 09:02:45 : 0 : 3
    2022-10-16 09:02:50 : 16.427 : 3
    2022-10-16 09:02:55 : 16.42 : 3
    2022-10-16 09:03:00 : 16.445 : 3
    2022-10-16 09:03:05 : 16.445 : 3
    2022-10-16 09:03:10 : 0.877 : 3
    2022-10-16 09:03:15 : 0.862 : 3
    2022-10-16 09:03:20 : 194.345 : 3
    2022-10-16 09:03:25 : 197.592 : 4
    2022-10-16 09:03:31 : 196.734 : 4
    2022-10-16 09:03:35 : 196.269 : 4
    2022-10-16 09:03:40 : 200.468 : 5
    2022-10-16 09:03:44 : 200.818 : 5
    2022-10-16 09:03:45 : 200.818 : 5
    2022-10-16 09:03:50 : 200.603 : 5
    2022-10-16 09:03:55 : 200.616 : 5
    2022-10-16 09:04:00 : 202.239 : 6
    2022-10-16 09:04:05 : 200.493 : 6
    2022-10-16 09:04:10 : 198.671 : 6
    2022-10-16 09:04:15 : 198.529 : 7
    2022-10-16 09:04:20 : 400.043 : 7
    2022-10-16 09:04:25 : 423.357 : 8
    2022-10-16 09:04:30 : 425.092 : 8
    2022-10-16 09:04:35 : 422.669 : 9
    2022-10-16 09:04:40 : 420.081 : 9
    2022-10-16 09:04:45 : 413.666 : 10
    2022-10-16 09:04:50 : 426.293 : 11
    2022-10-16 09:04:55 : 426.975 : 11
    2022-10-16 09:05:00 : 426.701 : 12
    2022-10-16 09:05:06 : 428.679 : 12
    2022-10-16 09:05:10 : 430.202 : 13
    2022-10-16 09:05:13 : 430.074 : 13
    2022-10-16 09:05:15 : 430.312 : 14
    2022-10-16 09:05:20 : 429.858 : 14
    2022-10-16 09:05:25 : 431.119 : 15
    2022-10-16 09:05:30 : 431.227 : 15
    ...
     
    Current is use in W to the ms and all the other data is Wh.
    that's it for today
    Now need to decide what to do with this then set it up on my server pc that stays on all the time.


  • EssexHebridean
    EssexHebridean Posts: 24,240 Forumite
    Part of the Furniture 10,000 Posts Name Dropper Photogenic
    Argos would appear to be VERY out of stock currently! Literally nothing available anywhere so far as I can tell.
    🎉 MORTGAGE FREE (First time!) 30/09/2016 🎉 And now we go again…New mortgage taken 01/09/23 🏡
    Balance as at 01/09/23 = £115,000.00 Balance as at 31/12/23 = £112,000.00
    Balance as at 31/08/24 = £105,400.00 Balance as at 31/12/24 = £102,500.00
    £100k barrier broken 1/4/25
    SOA CALCULATOR (for DFW newbies): SOA Calculator
    she/her
  • EssexHebridean
    EssexHebridean Posts: 24,240 Forumite
    Part of the Furniture 10,000 Posts Name Dropper Photogenic
    Anyone still looking try Curry’s. Don’t both looking at my local store though…someone has just bought their last one in stock… *whistles innocently* 😉

    £9.99 - just waiting for the confirmation email and will pop down and collect. Let the energy monitoring commence!
    🎉 MORTGAGE FREE (First time!) 30/09/2016 🎉 And now we go again…New mortgage taken 01/09/23 🏡
    Balance as at 01/09/23 = £115,000.00 Balance as at 31/12/23 = £112,000.00
    Balance as at 31/08/24 = £105,400.00 Balance as at 31/12/24 = £102,500.00
    £100k barrier broken 1/4/25
    SOA CALCULATOR (for DFW newbies): SOA Calculator
    she/her
  • getmore4less
    getmore4less Posts: 46,882 Forumite
    Part of the Furniture 10,000 Posts Name Dropper I've helped Parliament
    Argos can order this morning for Thur-Sat collection various stored upto 15miles
    (None yesterday afternoon)
  • Shedman
    Shedman Posts: 1,566 Forumite
    Tenth Anniversary 1,000 Posts Photogenic Name Dropper
    Very.co.uk seem to have them in stock at £9.99 (plus delivery)
  • Having accepted my order Curry's then sent me a further email saying basically "Oops - you can't collect until tomorrow but still wait for us to confirm that" - and so far I've not had anything else - so I'm slightly wondering whether in fact they were selling stock they didn't in fact have yet - I'll see what comes through from them today. 
    🎉 MORTGAGE FREE (First time!) 30/09/2016 🎉 And now we go again…New mortgage taken 01/09/23 🏡
    Balance as at 01/09/23 = £115,000.00 Balance as at 31/12/23 = £112,000.00
    Balance as at 31/08/24 = £105,400.00 Balance as at 31/12/24 = £102,500.00
    £100k barrier broken 1/4/25
    SOA CALCULATOR (for DFW newbies): SOA Calculator
    she/her
Meet your Ambassadors

🚀 Getting Started

Hi new member!

Our Getting Started Guide will help you get the most out of the Forum

Categories

  • All Categories
  • 350.2K Banking & Borrowing
  • 252.8K Reduce Debt & Boost Income
  • 453.2K Spending & Discounts
  • 243.2K Work, Benefits & Business
  • 597.6K Mortgages, Homes & Bills
  • 176.5K Life & Family
  • 256.2K Travel & Transport
  • 1.5M Hobbies & Leisure
  • 16.1K Discuss & Feedback
  • 37.6K Read-Only Boards

Is this how you want to be seen?

We see you are using a default avatar. It takes only a few seconds to pick a picture.