Deye Inverter Monitor
Battery & PV
Control Status
BMS Data
Connecting...
0% {
opacity: 1;
}
50% {
opacity: 0.5;
}
100% {
opacity: 1;
}
}
.loading .value {
animation: pulse 1.5s infinite;
color: #666;
}
.dashboard {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
width: 100%;
max-width: 1000px;
}
Deye Inverter Monitor
Battery & PV
Control Status
BMS Data
Connecting...