Muttley
Expert Member
- Joined
- Jan 6, 2016
- Messages
- 1,828
- Reaction score
- 413
Google CloudWhich one of those is the fire-proof one?
![]()
Google CloudWhich one of those is the fire-proof one?
![]()
And onto the NAS - going to have to figure something out here, checking smartctl - the drives have over 80000h+ uptime. Not 100% sure what though. 20TB of data.
How much storage do you have man ?!Rather embarrassing - but - I just found around 19Tb of "wipeable" content. Setup Radarr in a container - but didn't really like it, so forgot about it, and its been doing its thing for years to a folder deep in a fileshare....
8 4TB drives as Raid6 (so 24TB)How much storage do you have man ?!
Synology?Also need to do some cleanup on media I see. Vol2 is only media, Vol1 is the proxmox stuff like backups. At least this is separate from the proxmox server. Some things like home assistant configs are at least also on github. Just not the secrets.
View attachment 1805690
Not trying to convince you or anything but you can get a pretty decent cheap Lenovo Tiny/Dell Micro/HP Mini online which should do just fine.I'm stuck with this until you guys can convince my Mrs to get a dedicated something to run PBS.
3xPis = Adguard or PiHole clusterNot trying to convince you or anything but you can get a pretty decent cheap Lenovo Tiny/Dell Micro/HP Mini online which should do just fine.
A strong-ish CPU is needed for deduplication so something like a SBC would likely be too weak.
I myself am contemplating whether I should keep the EliteDesk 705 G5 that I recently bought or sell it again. I have a M720q that I can use for PBS (once my Optiplex 3000 Thin Client comes in I will migrate my Proxmox stuff onto it). Then I still have 3x Pi's floating around here...I have a PC hardware addiction![]()
I have one Pi running one of my Home Assistant screens in 'kiosk' mode (kinda a permanent dashboard of my PV system) and I also have a backup AdGuard Home on it for3xPis = Adguard or PiHole cluster- you know you want to
The EliteDesks are decent - if you do decide to sell it please ping me.
I used it and substituted my sensors and seems to work fine.In one of the recent updates, home assistant added a self sufficiency card on the energy dashboard. The card has value in it but only updates at the top of the hour.
I wrote the below as a template, it does return the correct self sufficiency value and updates in real-time. Just wondering is there a better way of writing it?
{% set var1 = states('sensor.esphome_xxxx_total_daily_solar_kwh','Total') | float %}
{% set var2 = states('sensor.esphome_xxxx_battery_charge_day','Total') | float %}
{% set var3 = states('sensor.esphome_xxxx_battery_discharge_day','Total') | float %}
{% set var4 = states('sensor.esphome_xxxx_grid_import_day_buy','Total') | float %}
{{ (((var1 + (var2 - var3)) / (var1 + (var2 - var3) + var4)) * 100) | int(0) }}
YAML:template: - sensor: - name: "Solar Self-Sufficiency Percentage" unit_of_measurement: "%" state: > {% set var1 = states('sensor.esphome_xxxx_total_daily_solar_kwh') | float(0) %} {% set var2 = states('sensor.esphome_xxxx_battery_charge_day') | float(0) %} {% set var3 = states('sensor.esphome_xxxx_battery_discharge_day') | float(0) %} {% set var4 = states('sensor.esphome_xxxx_grid_import_day_buy') | float(0) %} {% set numerator = var1 + (var2 - var3) %} {% set denominator = numerator + var4 %} {{ (numerator / denominator * 100) | int(0) if denominator > 0 else 0 }}
attached images from homeassistant device page and smartlife app"status": [
{
"code": "switch_1",
"value": false
},
{
"code": "switch_2",
"value": false
},
{
"code": "add_ele",
"value": 100
},
{
"code": "cur_current",
"value": 0
},
{
"code": "cur_power",
"value": 0
},
{
"code": "cur_voltage",
"value": 2443
}
That looks good, but I went somewhat simpler. I already had an underutilised One For All urc7980 remote. I programmed the "Blu-ray" program to a Samsung Blu-ray's IR codes.Can someone make this and tell me if it was worth it?
![]()
GitHub - OMOTE-Community/OMOTE-Hardware: Open Source Remote - Hardware
Open Source Remote - Hardware. Contribute to OMOTE-Community/OMOTE-Hardware development by creating an account on GitHub.github.com
You won't get open closed state? I see no gpio pins on itJust for my sanity. The following can be used directly with a garage door, without modification:
![]()
Smart Gate Controller Switch
This Smart Gate Controller Switch is self-locking/inching. Users can add the device to the APP and remotely control any of their appliances.sonoffafrica.co.za
i,.e. set to itching in app - 12v in results in a 12v trigger out for itching period.
Just for my sanity. The following can be used directly with a garage door, without modification:
![]()
Smart Gate Controller Switch
This Smart Gate Controller Switch is self-locking/inching. Users can add the device to the APP and remotely control any of their appliances.sonoffafrica.co.za
i,.e. set to itching in app - 12v in results in a 12v trigger out for itching period.
You won't get open closed state? I see no gpio pins on it
Already have one of these lying around - never used it for some reason and my SV just packed up.Rather go with Shelly Plus 1 and a wired sensor