We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 signal for sofar lsw3. I solved this by edit to sofar_lsw3.yaml
#edit requests end value
requests:
#add this to items of some group
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
No CT power signal for sofar lsw3. I solved this by edit to sofar_lsw3.yaml
#edit requests end value
requests:
end: 0x0029
mb_functioncode: 0x03
#add this to items of some group
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'
The text was updated successfully, but these errors were encountered: