189 Commits (2feadd38e3e623bf99a94de89f992e7436db0b41)
 

Author SHA1 Message Date
  Maxime Alves LIRMM@home e4b9b43ddd [tests][variables] fixed some loops and routes 4 years ago
  Maxime Alves LIRMM@home 1b44794e15 added systemd init files 4 years ago
  Maxime Alves LIRMM@home efe7c4383d [doc] /config/{last_update,mac_address} 4 years ago
  Maxime Alves LIRMM@home 17c1443bfc Fixed algorithm /config/last_update 4 years ago
  Maxime Alves LIRMM@home 5d677464d9 [get/post] /config/last_update | [get/post] /config/mac_address 4 years ago
  Maxime Alves LIRMM@home ca4849b2c7 [wip] [get][post] /config/last_update 4 years ago
  Maxime Alves LIRMM@home 39d59badde [get][post] /config/mac 4 years ago
  Maxime Alves LIRMM@home a37567c984 [cli] remove certificate 4 years ago
  Maxime Alves LIRMM@home addf8583b4 [doc] update readme 4 years ago
  Maxime Alves LIRMM@home 07b9590b1f [db] when launching with cli, python complains about the global connection variable 4 years ago
  Maxime Alves LIRMM@home e69ba48387 [heatpump] missing param last_update 4 years ago
  Maxime Alves LIRMM@home 7a7cb9caa7 [typo] missing parentheses 4 years ago
  Maxime Alves LIRMM@home e41361bbf3 [deps] added HTML template to dependencies 4 years ago
  Maxime Alves LIRMM@home 538984f78b [cli] remove reload keyword from uvicorn 4 years ago
  Maxime Alves LIRMM@home c6bc5cbeaf [deps] lower required versions of deps so it can fit the debian buster repo 4 years ago
  Maxime Alves LIRMM@home a38c66b417 [deps] package with setuptools 4 years ago
  Maxime Alves LIRMM@home a37da79028 [models] fixed some variable names and remove Digital address offsets 4 years ago
  Maxime Alves LIRMM@home 05c61b3148 [modbus] add value checking in write_values + logs 4 years ago
  Maxime Alves LIRMM@home 5cc9e64e95 [cli][fetch] add "--type" option to filter the variables that we update 4 years ago
  Maxime Alves LIRMM@home edadd5f119 [cli][supervise] added control variables 4 years ago
  Maxime Alves LIRMM@home 8a7a076fd7 [models] added control functions 4 years ago
  Maxime Alves LIRMM@home 8eb8524df5 [modbus] added write functions 4 years ago
  Maxime Alves LIRMM@home c927d82250 [cli][supervise] check the real mac address 4 years ago
  Maxime Alves LIRMM@home 614e4f37df [deps] added netifaces module 4 years ago
  Maxime Alves LIRMM@home d6ccd04e9c [conf][tests] added mac_address retrieval 4 years ago
  Maxime Alves LIRMM@home b5a5a8ff8c [tests][supervise] fixed supervise test 4 years ago
  Maxime Alves LIRMM@home 4ca3f53750 [models] added heatpump model and added "since" function to variables models 4 years ago
  Maxime Alves LIRMM@home 5c42ff849d [routes][heatpump] use the Heatpump model 4 years ago
  Maxime Alves LIRMM@home 9eb1f582dc [config] split host/port 4 years ago
  Maxime Alves LIRMM@home 88d769c29b [cli][supervise] added the *supervise* functions to insert data to supervisor 4 years ago
  Maxime Alves LIRMM@home 976f36c060 [deps] requests goes into main deps as we use it in *supervise* 4 years ago
  Maxime Alves LIRMM@home 83bf463cc0 [db] remove non-working trigger to manage it into python code 4 years ago
  Maxime Alves LIRMM@home d34bad95bd [doc][typo] post/get paths 4 years ago
  Maxime Alves LIRMM@home e95c8fefa8 [test][db] added sql test files for quicker tests 4 years ago
  Maxime Alves LIRMM@home a357c20343 [tests] added *supervise* specs 4 years ago
  Maxime Alves LIRMM@home fe84e98c7f [tests] updated config import 4 years ago
  Maxime Alves LIRMM@home b98cf4a2e4 [fs] removed modbus_get 4 years ago
  Maxime Alves LIRMM@home 00d75e6e41 [routers] correct the app value in routers 4 years ago
  Maxime Alves LIRMM@home 589c51eda5 [conf] renamed conf.py to config.py 4 years ago
  Maxime Alves LIRMM@home 45303c5e7b [db][fetch] fixed db insertion of new Variable objects 4 years ago
  Maxime Alves LIRMM@home 42cc906469 [modbus] added defaut timeout for modbus connections 4 years ago
  Maxime Alves LIRMM@home 47b088d949 [heatpump] fix the heatpump routes 4 years ago
  Maxime Alves LIRMM@home 6133b81b05 [models] update of the model classes 4 years ago
  Maxime Alves LIRMM@home a77428547b [app] create the main API routes and mount the routers 4 years ago
  Maxime Alves LIRMM@home 27c329e4f5 [doc] updated README with installation instructions 4 years ago
  Maxime Alves LIRMM@home 76bbe647ef [tests] logging tests to pytest.log 4 years ago
  Maxime Alves LIRMM@home e025bc47bb [logs] added log level for LOGLEVEL environment variable, INFO is default. fixed typo in variable_value 4 years ago
  Maxime Alves LIRMM@home 4411093650 [logs] added debug logging to db 4 years ago
  Maxime Alves LIRMM@home a33196bd03 [cli] added tests for **fetch** 4 years ago
  Maxime Alves LIRMM@home d9e6686667 [cli] cli name correction 4 years ago