Lovense API Demos By Delta (Test Only)

Standard API - PC Remote Control

This implementation is based on the Official Lovense Standard API Documentation.

1. Quick Start

  1. Open Lovense Remote and connect your toy
  2. Go to Settings → External Control → Enable "Allow Control"

2. Search Connected Toy

Request:

URL: https://127-0-0-1.lovense.club:30010/command
Timestamp: -
Request will appear here...

Response:

Timestamp: -
Response will appear here...

3. Test `Function` Commands

Request:

URL: https://127-0-0-1.lovense.club:30010/command
Timestamp: -
Request will appear here...

Response:

Timestamp: -
Response will appear here...

4. Test `Position` Commands

Special Position request for Solace Pro. Note: Solace Pro also responds to Vibrate and Thrust commands in section 3.

Request:

URL: https://127-0-0-1.lovense.club:30010/command
Timestamp: -
Request will appear here...

Response:

Timestamp: -
Response will appear here...

5. Test `Pattern` Commands

Request:

URL: https://127-0-0-1.lovense.club:30010/command
Timestamp: -
Request will appear here...

Response:

Timestamp: -
Response will appear here...

6. Test `PatternV2` Commands

Send advanced pattern commands to Solace Pro. Each action consists of a timestamp (ms) and position value.

Form Input

Direct JSON Input

Input actions array only. Other parameters will use default values.

Form Input

This function helps calculate the offset time from the server:

  1. Records time T1 before sending request
  2. Records time T2 after receiving response
  3. Calculates offset: (T2 - T1)
Start Time (T1): -
End Time (T2): -
Calculated Offset: -

Request:

URL: https://127-0-0-1.lovense.club:30010/command
Timestamp: -
Request will appear here...

Response:

Timestamp: -
Response will appear here...