Table of Contents

What is it?

A power meter. My summary so far: my goal is to measure power consumption of my Thinkpad, and be able to read the consumption details from Linux. Right now, I can only supply the Thinkpad with 5V@2A when the CT-3 is used, while the Thinkpad would also support 20V@3A. (Forum thread) Also have not yet succeeded in reading the values from Linux.

Kernel messages

[17217.725904] usb 1-2: USB disconnect, device number 19
[17222.280704] usb 1-2: new full-speed USB device number 20 using xhci_hcd
[17222.409132] usb 1-2: New USB device found, idVendor=0483, idProduct=ffff, bcdDevice= 2.00
[17222.409151] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[17222.409158] usb 1-2: Product: Shizuku in Application Mode
[17222.409163] usb 1-2: Manufacturer: YK Lab
[17222.409168] usb 1-2: SerialNumber: 5A5AA5A6004E00473439510838363239
[17222.414835] cdc_acm 1-2:1.0: ttyACM0: USB ACM device
[17222.415891] usb-storage 1-2:1.2: USB Mass Storage device detected
[17222.416310] scsi host0: usb-storage 1-2:1.2
[17223.440649] scsi 0:0:0:0: Direct-Access     YK-Lab   Shizuku Platform      PQ: 0 ANSI: 2
[17223.441393] sd 0:0:0:0: Attached scsi generic sg0 type 0
[17223.455133] sd 0:0:0:0: [sda] Attached SCSI removable disk

Details

Why?

I want to see how much power for example the Thinkpad uses, and how accurate the internal computation from powertop is.