76 Commits (538984f78bbca73f47cafb709ba37cf5542498cf)
 

Autor SHA1 Mensaje Fecha
  Maxime Alves LIRMM@home 538984f78b [cli] remove reload keyword from uvicorn hace 4 años
  Maxime Alves LIRMM@home c6bc5cbeaf [deps] lower required versions of deps so it can fit the debian buster repo hace 4 años
  Maxime Alves LIRMM@home a38c66b417 [deps] package with setuptools hace 4 años
  Maxime Alves LIRMM@home a37da79028 [models] fixed some variable names and remove Digital address offsets hace 4 años
  Maxime Alves LIRMM@home 05c61b3148 [modbus] add value checking in write_values + logs hace 4 años
  Maxime Alves LIRMM@home 5cc9e64e95 [cli][fetch] add "--type" option to filter the variables that we update hace 4 años
  Maxime Alves LIRMM@home edadd5f119 [cli][supervise] added control variables hace 4 años
  Maxime Alves LIRMM@home 8a7a076fd7 [models] added control functions hace 4 años
  Maxime Alves LIRMM@home 8eb8524df5 [modbus] added write functions hace 4 años
  Maxime Alves LIRMM@home c927d82250 [cli][supervise] check the real mac address hace 4 años
  Maxime Alves LIRMM@home 614e4f37df [deps] added netifaces module hace 4 años
  Maxime Alves LIRMM@home d6ccd04e9c [conf][tests] added mac_address retrieval hace 4 años
  Maxime Alves LIRMM@home b5a5a8ff8c [tests][supervise] fixed supervise test hace 4 años
  Maxime Alves LIRMM@home 4ca3f53750 [models] added heatpump model and added "since" function to variables models hace 4 años
  Maxime Alves LIRMM@home 5c42ff849d [routes][heatpump] use the Heatpump model hace 4 años
  Maxime Alves LIRMM@home 9eb1f582dc [config] split host/port hace 4 años
  Maxime Alves LIRMM@home 88d769c29b [cli][supervise] added the *supervise* functions to insert data to supervisor hace 4 años
  Maxime Alves LIRMM@home 976f36c060 [deps] requests goes into main deps as we use it in *supervise* hace 4 años
  Maxime Alves LIRMM@home 83bf463cc0 [db] remove non-working trigger to manage it into python code hace 4 años
  Maxime Alves LIRMM@home d34bad95bd [doc][typo] post/get paths hace 4 años
  Maxime Alves LIRMM@home e95c8fefa8 [test][db] added sql test files for quicker tests hace 4 años
  Maxime Alves LIRMM@home a357c20343 [tests] added *supervise* specs hace 4 años
  Maxime Alves LIRMM@home fe84e98c7f [tests] updated config import hace 4 años
  Maxime Alves LIRMM@home b98cf4a2e4 [fs] removed modbus_get hace 4 años
  Maxime Alves LIRMM@home 00d75e6e41 [routers] correct the app value in routers hace 4 años
  Maxime Alves LIRMM@home 589c51eda5 [conf] renamed conf.py to config.py hace 4 años
  Maxime Alves LIRMM@home 45303c5e7b [db][fetch] fixed db insertion of new Variable objects hace 4 años
  Maxime Alves LIRMM@home 42cc906469 [modbus] added defaut timeout for modbus connections hace 4 años
  Maxime Alves LIRMM@home 47b088d949 [heatpump] fix the heatpump routes hace 4 años
  Maxime Alves LIRMM@home 6133b81b05 [models] update of the model classes hace 4 años
  Maxime Alves LIRMM@home a77428547b [app] create the main API routes and mount the routers hace 4 años
  Maxime Alves LIRMM@home 27c329e4f5 [doc] updated README with installation instructions hace 4 años
  Maxime Alves LIRMM@home 76bbe647ef [tests] logging tests to pytest.log hace 4 años
  Maxime Alves LIRMM@home e025bc47bb [logs] added log level for LOGLEVEL environment variable, INFO is default. fixed typo in variable_value hace 4 años
  Maxime Alves LIRMM@home 4411093650 [logs] added debug logging to db hace 4 años
  Maxime Alves LIRMM@home a33196bd03 [cli] added tests for **fetch** hace 4 años
  Maxime Alves LIRMM@home d9e6686667 [cli] cli name correction hace 4 años
  Maxime Alves LIRMM@home 8050b9e9c4 [logs] added a logger module hace 4 años
  Maxime Alves LIRMM@home 04922f4e93 [models] added a get static function for variable_type, set "type" attribute of variable_value to VariableType in __init__ hace 4 años
  Maxime Alves LIRMM@home bc60ac937a modification related to VariableType.__str__ hace 4 años
  Maxime Alves LIRMM@home 3a33bdfe9d [deps] updated pyproject automatically hace 4 años
  Maxime Alves LIRMM@home 17d0142a51 [conf] typo conf is config hace 4 años
  Maxime Alves LIRMM@home cc53a5e0f9 [deps] added click to deps (for CLI) hace 4 años
  Maxime Alves LIRMM@home 8cd3184532 [clean] modbus/test_modbus hace 4 años
  Maxime Alves LIRMM@home 6091b5835a [models] added "str" method to VariableType hace 4 años
  Maxime Alves LIRMM@home 10d7f02bc6 [models] added "insert" method to VariableValue hace 4 años
  Maxime Alves LIRMM@home b6b10c6fcf [package] added version in __init__ hace 4 años
  Maxime Alves LIRMM@home 1aeaf29b01 [style] \t to ' ' in sql file hace 4 años
  Maxime Alves LIRMM@home d94318dc50 [conf] added API configuration parameters hace 4 años
  Maxime Alves LIRMM@home c11f480a66 [cli] fetch function hace 4 años