Skip to content

Invert number of discharging power #497

Answered by syssi
MStapelfeldt asked this question in Q&A
Discussion options

You must be logged in to vote

Add a filter and multiply the measurement by -1.0:

sensor:
  - platform: jk_bms_ble
    jk_bms_ble_id: bms0
    discharging_power:
      name: "${name} discharging power"
      filters:
        - multiply: -1.0

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@MStapelfeldt
Comment options

Answer selected by MStapelfeldt
Comment options

You must be logged in to vote
2 replies
@MStapelfeldt
Comment options

@syssi
Comment options

syssi May 1, 2024
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants