Skip to content

Instantly share code, notes, and snippets.

View dugite-code's full-sized avatar
🧯

dugite-code

🧯
View GitHub Profile
@dugite-code
dugite-code / 6ktlm-g3.yaml
Created August 18, 2023 06:37 — forked from gushcs/6ktlm-g3.yaml
solarman inverter definition for SOFAR KTLM G3 to be used with HomeAssistant Solarman integration
#Ps. only "Alert sensor" not working
# Sofar 3.3-12KTLM-G3
# Note: no modbus energy meter connected
requests:
- start: 0x0400
end: 0x042E
mb_functioncode: 0x03
- start: 0x0480
@dugite-code
dugite-code / horizontal.css
Last active August 28, 2023 03:58
Nextcloud Mail App horizontal layout - For use in the custom css app
@media only screen and (min-width: 768px) {
.app-mail #app-navigation {
min-width: 250px !important;
}
#mail-new-message-fixed, #app-navigation-accounts, .app-mail #app #app-navigation #app-settings #app-settings-header, .app-mail #app #app-navigation #app-settings #app-settings-content {
width: 300px !important;
}
.app-mail #app-content {
height: calc(100vh - 50px);
display: flex;