Wireless Mouse, Charge level

Hi. I have a SHARKOON Technologies GmbH 2.4GHz Wireless Mouse connected by rectangle-format (old USB) and am wondering what percentage it is at? I had it plugged in through micro-USB to charge (there is no battery port) for a while, the LED lights on the mouse continually cycle (cool effect--like an Apple product, where design means everything) so there is no red light to tell me when it's power is gone; anyway, I'm interested in the charge level, just to see how full it is and the rate at which it charges, because I have three power chargers to choose from. Being USB, can I even find this information?

It would appear that SHARKOON is a German company, or perhaps a Chinese firm operating out of Germany. The English-language of their website is: Sharkoon - Mice. Your best bet is to contact them first, and find out from them what operating systems they support and what capabilities each has. SHARKOON is not a brand I'm familiar with (never heard of them before), so see what you can learn from the company and perhaps someone here will have a better grasp on the technology you're looking for.

2 Likes

You could try upower --dump. Otherwise, someone would probably need to write an out-of-tree driver to do so (similar to openrazer for Razer devices). I searched on github/lab but came up with nothing for Sharkoon.

3 Likes

Hi. It's kind of weird that no one has heard of them—it's a really cool mouse, like I was saying.

anthony@anthony-OptiPlex-9010:~$ lsusb
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 007: ID 0bc2:ab24 Seagate RSS LLC Backup Plus Portable Drive
Bus 001 Device 006: ID 4971:1023 SimpleTech TOURO S
Bus 001 Device 005: ID 0bda:b812 Realtek Semiconductor Corp. RTL88x2bu [AC1200 Techkey]
Bus 001 Device 008: ID 045e:028e Microsoft Corp. Xbox360 Controller
Bus 001 Device 003: ID 1ea7:0064 SHARKOON Technologies GmbH 2.4GHz Wireless rechargeable vertical mouse [More&Better]
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 1a2c:2124 China Resource Semico Co., Ltd Keyboard
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Got the mouse from Amazon.

Have you tried @stephematician's suggestion? Here's a sample output by Leo AI:

$ upower --dump
Device: /org/freedesktop/UPower/devices/battery_BAT0
  native-path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4
  vendor: SHARKOON Technologies GmbH
  model: Wireless Mouse
  power-supply: yes
  updated: Mon 2023-12-18 14:30:23 UTC (0 seconds ago)
  has-history: yes
  has-state: yes
  percentage:  42%
  icon-name: 'battery-medium'
2 Likes

The battery in the mouse has power, as the mouse and LED lights are working (when the mouse is at critical power, the pointer doesn't move at times); I guess the command doesn't interact with any device on my computer, as it's a desktop and not a laptop.

anthony@anthony-OptiPlex-9010:~$ upower --dump
Device: /org/freedesktop/UPower/devices/DisplayDevice
  power supply:         no
  updated:              Sun 04 May 2025 10:05:54 AM CDT (96580 seconds ago)
  has history:          no
  has statistics:       no
  unknown
    warning-level:       none
    percentage:          0%
    icon-name:          ''

Daemon:
  daemon-version:  0.99.17
  on-battery:      no
  lid-is-closed:   no
  lid-is-present:  no
  critical-action: PowerOff

1 Like

upower is not just for laptops; it reports on other devices too. In this case it looks as though the Sharkoon device is not supported.

1 Like