home-assistant-addons icon indicating copy to clipboard operation
home-assistant-addons copied to clipboard

Home Assistant addons by pschmitt

Results 7 home-assistant-addons issues
Sort by recently updated
recently updated
newest added

In a standard zabbix_agent2.conf you have the option of configuring userParameters like so: userParameter=cpuTemperature,result=$(cat /sys/class/thermal/thermal_zone0/temp); printf %.1f "$(($result / 100))e-1" which would pass the cpu temperature to zabbix. It would...

🎁 feature-request

Hi, as you are already providing zabbix-agent2, it would be great to benefit from its ability to also expose docker containers. You just need to map the docker socket and...

🎁 feature-request

I've been running flic buttons for 2 years, with occasional need to reboot because of flic buttons were "disconnected". Then about two weeks ago all buttons went off-line - not...

Following a fresh install of Home Assistant OS on a Proxmox VM, the zabbix_agent2 plugin will not start. Logs have this repeating: ``` goroutine 1 [running]: golang.zabbix.com/agent2/plugins/external.(*Plugin).ExecutePlugin(0xc000125cc0) golang.zabbix.com/agent2/plugins/external/plugin.go:67 +0x4d9 main.initExternalPlugin({0xc00012ac00,...

Hi @pschmitt I run HA Container so I manage my own add-ons. Do I need to use the [pschmitt/flicd](https://hub.docker.com/r/pschmitt/flicd) container or is [pschmitt/home-assistant-addon-amd64-flicd](https://hub.docker.com/r/pschmitt/home-assistant-addon-amd64-flicd) usable as standalone container as well? Kr

ZA2 currently can't monitor the containers' resource usage on HAOS because it doesn't have access to /var/run/docker.sock (or /run/docker.sock on HAOS RPi). Adding the docker socket as a volume to...

@pschmitt Thank you for providing the Home Assistant add-on for the Zabbix agents. On June 4th Zabbix version 7 was released and got three minor updates since than. I think,...