Install dnsmasq
brew install dnsmasq
cat << EOF > /usr/local/etc/dnsmasq.conf
#log-queries
Install dnsmasq
brew install dnsmasq
cat << EOF > /usr/local/etc/dnsmasq.conf
#log-queries
# This is an auto-generated file. DO NOT EDIT | |
apiVersion: apiextensions.k8s.io/v1beta1 | |
kind: CustomResourceDefinition | |
metadata: | |
name: clusterworkflowtemplates.argoproj.io | |
spec: | |
group: argoproj.io | |
names: | |
kind: ClusterWorkflowTemplate | |
listKind: ClusterWorkflowTemplateList |
ssh_authorized_keys: | |
- github:gsdevme | |
password: rancher | |
k3os: | |
k3s_args: | |
- server | |
- "--cluster-init" | |
- "--disable=traefik" |
from solarshed.controllers.renogy_rover import RenogyRover | |
import paho.mqtt.client as mqtt | |
import time | |
from gpiozero import CPUTemperature | |
while True: | |
time.sleep(5) | |
rover = RenogyRover('/dev/ttyUSB0', 1) |