forked from chiefwigms/picobrew_pico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.test.yaml
71 lines (67 loc) · 3.07 KB
/
config.test.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
#####################################################################
# chiefwigms/picobrew_pico configuration file #
# #
# This is a sample configuration file used to configure the #
# operations of the chiefwigms/picobrew_pico offline server #
# #
# Copy this file to config.yaml and edit to fit your needs. #
#####################################################################
# Update the git repo on boot prior to launching the server (set to False skip internet dependency)
update_boot: True
# Enable Tilt support (bluetooth). Set to False to disable
tilt_monitoring: True
# the interval in seconds before checking for tilt data
tilt_monitoring_interval: 10
# Your device's ProductID can be found via the following ways:
# 1) Via 'Settings'->'Equipment' on www.picobrew.com (proper)
# 2) On the 'About' screen on the device (those devices with screens that is)
# 3) Start a session and copy ProductID from the live graph or brew/ferm history on this server
#
# An alias is setup like the following (omitting the leading '#' which is a symbol to denote a comment):
# aliases:
# Zymatic:
# "abc123" : "BrewskiBot"
aliases:
Zymatic:
#ProductID : Nickname
ZSeries:
#ProductID : Nickname
PicoBrewC:
#ProductID : Nickname
PicoBrewC_Alt:
#ProductID : Nickname
PicoBrew:
#ProductID : Nickname
PicoFerm:
#ProductID : Nickname
PicoStill:
#ProductID : Nickname
iSpindel:
#ID : Nickname
Tilt:
#ProductID : Nickname
# In order to force specific versions of device firmware there is a feature of the picobrew_pico
# that will support OTA updates to the connected brewing devices which support OTA updates
# (sorry Zymatic owners).
#
# All Picobrew devices (ZSeries, Pico C/S/Pro, PicoStill, and PicoFerm) will initially request a
# state update request from the server. Most of these requests contain an identifier x.y.z (semantic version)
# firmware version number. If an older firmware version is sent than what you state here an update will
# be forced on the device upon startup.
#
# To support bringing your own newer or older firmware binaries to your devices there is a folder
# `./app/firmware/<device_type>` for each and every device type that supports firmware updates over http(s).
# Feel free to add to these folders other firmware binaries (custom built, newer/older picobrew released) however,
# the formatting of the filename is very important (use at your own risk):
# `./app/firmware/<device_type>/<device_type>_x_y_z.bin`
#
# Defaults as used by the server are simply mentioned below in comments to show structure of the configuration values.
#
# These defaults are the production OTA releases made and released by Picobrew. Some newer versions have
# been sent to the pico brewing community for early beta testing and are bundled with this server.
firmware:
# ZSeries: 0.0.116
# PicoBrewC: 0.1.34
# PicoBrew: 0.1.34
# PicoStill: 0.0.30
# PicoFerm: 0.2.6