atommaki

Results 5 issues of atommaki

transgui simply doesn't start on Ubuntu 20.04. It doesn't give any error (*), the process is running (I can see it with `ps`), but the UI never appears. (*): that's...

bug
help wanted

I've got an exception after update_locations(). My code is simple like that: ``` smart_system = SmartSystem(email=g_email, password=g_pass, client_id=g_client) smart_system.authenticate() smart_system.update_locations() ``` I got the exception in the last call (update_locations):...

As I can see on [developer.husqvarnagroup.cloud](https://developer.husqvarnagroup.cloud/apis/GARDENA+smart+system+API#/swagger) the API gives back a timestamp for every values. eg: ``` "type": "SENSOR", "attributes": { "soilHumidity": { "value": 42, "timestamp": "2018-06-23T04:58:08Z" }, "soilTemperature": {...

**Is your feature request related to a problem? Please describe.** Currently Traduora assumes it is running on the root of a URL, however behind a proxy (eg: for https) you...

feature