Change log¶
Version 0.1.0a7 (2020/07/12)¶
Version 0.1.0a5 (2020/06/01)¶
Misc¶
Environment variable
HOSTGHOST_INFLUX_DB
has been renamedHOSTGHOST_INFLUX_HOST
Frappe Chart has been replaced by Chart.js
Version 0.1.0a4 (2020/01/29)¶
Bugs Fixed¶
Misc¶
disable charts for actuators for now
update service file
Version 0.1.0a3 (2019/07/28)¶
New Features¶
Add actuators:
1 channel relay
dummy relay for tests
Display device config in a modal
Add thresholds on sensor config and displayed them on charts (thresholds can be hidden)
Exceeding threshold can trigger an actuator, if defined in sensor config
Device uuid removed and replaced by device slug (since toml file implies unique identifiers)
Bugs Fixed¶
Remove unwanted ‘static’ in app path
Misc¶
uses a forked version of Frappe Chart wrapper for Vue (until new release):
markers and regions display fix (see PR)
Version 0.1.0a2 (2019/06/23)¶
New Features¶
New sensors:
Energy sensor (PZEM004T)
Weather sensor (DarkSky.io)
Display if HostGhost is disconnected
Store the last sensor values
Bugs Fixed¶
Chart fixes (see Frappe Chart fork):
fix zero values display
hide bar when value is null
fix x axis to better display minor data variations
Version 0.1.0a1 (2019/06/02)¶
First release
Features¶
Dashboard displaying current temperature and humidity from Adafruit sensor (AM2302)
Sensor detail with a chart displaying data according to following time frames: 24h, 7d, 30d and 90d
Dummy temperature sensor for tests
Misc¶
WatchGhost-inspired application
HostGhost uses a forked version of Frappe Chart:
add class name to axis labels
enable to define color for each dataset
adjust y-axis when min value is different from zero
minor fix on animations