andyvorld / LGSTrayBattery

A tray app used to track battery levels of wireless Logitech mouse.
GNU General Public License v3.0
392 stars 33 forks source link

g700s advice #10

Closed reyqn closed 3 years ago

reyqn commented 3 years ago

Hi, I'm trying to get the battery status from my logitech g700s, and stumbled through here while searching how to do so. If I understand correctly, the g700s although from 2013 still uses hid++ 1.0, so it's not compatible with LSGTrayBattery. Am I out of luck here? And if so, from your experience developing this, do you have some information that could help me develop something to get the battery status from my g700s?

andyvorld commented 3 years ago

Sure, there is some documentation on hid++ 1.0 here, https://lekensteyn.nl/files/logitech/logitech_hidpp10_specification_for_Unifying_Receivers.pdf

I also used Solaar as a base of reverse engineering the hid++ 2.0 protocol, it should help with the hid++ 1.0. Specficially this file https://github.com/pwr-Solaar/Solaar/blob/master/lib/logitech_receiver/hidpp10.py

reyqn commented 3 years ago

Thanks! I'll go ahead and close the issue since it's not related to your software. Have a nice day.