Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No CT power for sofar lsw3 (I have solved) #656

Open
BstNst99 opened this issue Sep 11, 2024 · 0 comments
Open

No CT power for sofar lsw3 (I have solved) #656

BstNst99 opened this issue Sep 11, 2024 · 0 comments

Comments

@BstNst99
Copy link

BstNst99 commented Sep 11, 2024

No CT power signal for sofar lsw3. I solved this by edit to sofar_lsw3.yaml

#edit requests end value

requests:

  • start: 0x0000
    end: 0x0029
    mb_functioncode: 0x03

#add this to items of some group

  • group: xxx
    items:
    • name: "Grid CT Power"
      class: "power"
      state_class: "measurement"
      uom: "W"
      scale: 10
      rule: 2
      registers: [0x0029]
      icon: 'mdi:home-lightning-bolt'

    • name: "Grid CT Current"
      class: "current"
      state_class: "measurement"
      uom: "A"
      scale: 0.01
      rule: 1
      registers: [0x0028]
      icon: 'mdi:home-lightning-bolt'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant