first commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2022-04-24 21:53:45 +02:00
parent e10dddef50
commit fe3594108f
2 changed files with 18 additions and 0 deletions

View File

@ -24,4 +24,8 @@ Ssid1 WiFi1_Name;
Password1 WiFi1_Password;
Ssid2 WiFi2_Name;
Password2 WiFi2_Password
```
```
mosquitto_pub -h MQTT_HOST -u MQTT_USERNAME -P MQTT_PASSWORD -t cmnd/tasmotas/upgrade -m 1
```

View File

@ -0,0 +1,14 @@
Thanks for [nikito7](https://github.com/nikito7)
```nano proxmox_sendTemp_2HA```
```
#!/bin/sh
temp=$(cat /sys/class/thermal/thermal_zone2/temp')
mosquitto_pub -h host -user -P pass -t proxmox/pve1/cpu_temp -m $temp
```
```chmod +x proxmox_sendTemp_2HA;/10 * * * * /proxmox_sendTemp_2HA```