start new:
tmux
start new with session name:
tmux new -s myname
--- | |
blueprint: | |
name: AWTRIX Solar Energy Monitor | |
description: > | |
This blueprint will show the current solar energy received. | |
It uses a icons 54156 (solar-green), 50557 (solar-white-dyn), 50546 (solar-static) that you need to install. | |
domain: automation | |
input: |
import os | |
import struct | |
import numpy as np | |
""" | |
Loosely inspired by http://abel.ee.ucla.edu/cvxopt/_downloads/mnist.py | |
which is GPL licensed. | |
""" | |
def read(dataset = "training", path = "."): |