Add Power measure to INA

This commit is contained in:
pszafer
2024-05-22 12:47:15 +02:00
parent 6b44f23693
commit 866a2c99ea
4 changed files with 12 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ external_components:
packages: packages:
internals_packages: internals_packages:
url: https://github.com/boneIO-eu/esphome url: https://github.com/boneIO-eu/esphome
ref: v1.0.11 ref: v1.0.12
files: files:
[ [
'devices/dimmer_serial_no.yaml', 'devices/dimmer_serial_no.yaml',
@@ -38,7 +38,7 @@ ethernet:
power_pin: GPIO16 power_pin: GPIO16
dashboard_import: dashboard_import:
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_2rgbw-v0_3.yaml@v1.0.11 package_import_url: github://boneIO-eu/esphome/boneio-dimmer_2rgbw-v0_3.yaml@v1.0.12
import_full_config: true import_full_config: true
pcf8574: pcf8574:

View File

@@ -20,7 +20,7 @@ external_components:
packages: packages:
internals_packages: internals_packages:
url: https://github.com/boneIO-eu/esphome url: https://github.com/boneIO-eu/esphome
ref: v1.0.11 ref: v1.0.12
files: files:
[ [
'devices/dimmer_serial_no.yaml', 'devices/dimmer_serial_no.yaml',
@@ -38,7 +38,7 @@ ethernet:
power_pin: GPIO16 power_pin: GPIO16
dashboard_import: dashboard_import:
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_4cct-v0_3.yaml@v1.0.11 package_import_url: github://boneIO-eu/esphome/boneio-dimmer_4cct-v0_3.yaml@v1.0.12
import_full_config: true import_full_config: true
pcf8574: pcf8574:

View File

@@ -20,7 +20,7 @@ external_components:
packages: packages:
internals_packages: internals_packages:
url: https://github.com/boneIO-eu/esphome url: https://github.com/boneIO-eu/esphome
ref: v1.0.11 ref: v1.0.12
files: files:
[ [
'devices/dimmer_serial_no.yaml', 'devices/dimmer_serial_no.yaml',
@@ -38,7 +38,7 @@ ethernet:
power_pin: GPIO16 power_pin: GPIO16
dashboard_import: dashboard_import:
package_import_url: github://boneIO-eu/esphome/boneio-dimmer_8ch-v0_3.yaml@v1.0.11 package_import_url: github://boneIO-eu/esphome/boneio-dimmer_8ch-v0_3.yaml@v1.0.12
import_full_config: true import_full_config: true
pcf8574: pcf8574:

View File

@@ -4,11 +4,12 @@ sensor:
shunt_resistance: 0.005 ohm shunt_resistance: 0.005 ohm
bus_voltage: bus_voltage:
name: 'VDDL Supply' name: 'VDDL Supply'
unit_of_measurement: 'V' entity_category: diagnostic
power:
name: 'VDDR Power'
entity_category: diagnostic entity_category: diagnostic
current: current:
name: 'VDDL Current' name: 'VDDL Current'
unit_of_measurement: 'A'
entity_category: diagnostic entity_category: diagnostic
shunt_voltage: shunt_voltage:
name: 'VDDL Shunt Voltage' name: 'VDDL Shunt Voltage'
@@ -21,11 +22,12 @@ sensor:
shunt_resistance: 0.005 ohm shunt_resistance: 0.005 ohm
bus_voltage: bus_voltage:
name: 'VDDR Supply' name: 'VDDR Supply'
unit_of_measurement: 'V' entity_category: diagnostic
power:
name: 'VDDR Power'
entity_category: diagnostic entity_category: diagnostic
current: current:
name: 'VDDR Current' name: 'VDDR Current'
unit_of_measurement: 'A'
entity_category: diagnostic entity_category: diagnostic
shunt_voltage: shunt_voltage:
name: 'VDDR Shunt Voltage' name: 'VDDR Shunt Voltage'