This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
jhagrid77
/
esphome-configs
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
3 Commits
8ae47860d0
...
e4c2482a4e
Author
SHA1
Message
Date
James Moore
e4c2482a4e
Add config for Rack UPS
11 months ago
James Moore
20e8979445
Add ignore for to-be-flashed config file
11 months ago
James Moore
41846425f0
Fix energy metric from kWh to Wh
11 months ago
4 changed files
with
12 additions
and
2 deletions
Split View
Diff Options
Show Stats
+1
-0
.gitignore
+1
-1
devices/sonoff-s31-reset-only.yaml
+1
-1
devices/sonoff-s31-reset-relay-toggle.yaml
+9
-0
main_configs/rack_ups.yaml
+ 1
- 0
.gitignore
View File
@ -1,3 +1,4 @@
secrets.yaml
flash_backup/
.esphome/
my-device.yaml
+ 1
- 1
devices/sonoff-s31-reset-only.yaml
View File
@ -77,7 +77,7 @@ sensor:
energy
:
# total (active) energy value of the sensor in Wh
name
:
"Energy"
accuracy_decimals
:
3
# Default
unit_of_measurement
:
"
k
Wh"
# Default
unit_of_measurement
:
"Wh"
# Default
device_class
:
energy # Default
state_class
:
total_increasing # Default
filters:
+ 1
- 1
devices/sonoff-s31-reset-relay-toggle.yaml
View File
@ -77,7 +77,7 @@ sensor:
energy
:
# total (active) energy value of the sensor in Wh
name
:
"Energy"
accuracy_decimals
:
3
# Default
unit_of_measurement
:
"
k
Wh"
# Default
unit_of_measurement
:
"Wh"
# Default
device_class
:
energy # Default
state_class
:
total_increasing # Default
filters:
+ 9
- 0
main_configs/rack_ups.yaml
View File
@ -0,0 +1,9 @@
substitutions:
devicename
:
"rack_ups"
friendly_name
:
"Rack UPS"
api_reboot_timeout
:
15min
mqtt_reboot_timeout
:
0s
<<
:
!
include secrets.yaml
<<
:
!
include common/common.yaml
<<
:
!
include devices/sonoff-s31-reset-only.yaml
Write
Preview
Loading…
Cancel
Save