Skip to content

Cycling cadence overlay and api mismatch #289

@maksim-pankov

Description

@maksim-pankov

Hello! Thank you for your great work!

I have a problem with cadence rpm overlay in obs.

In cadence rpm overlay addCyclingCadenceListener is called (which gives undefined function error in browser's console).

RealtimeIRL.forPullKey(pullKey).addCyclingCadenceListener(function (

In API no such function exists; the most similar one is addCyclingCrankListener

addCyclingCrankListener(callback: (power: Watts) => void) {

But even after rewriting overlay code to use

RealtimeIRL.forPullKey(pullKey).addListener

callback doesn't return any revolutions in data (only available fields are: altitude, heading, location, pedometerSteps, reportedAt, speed, updatedAt). Companion app is working, bluetooth speed/cadence sensor is connected and real-time revs are displayed in it. Tried v1.3.3 (10902688) version of beacon app.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions