seb49
seb49
idem pour moi
Après lecture de ce message https://groups.google.com/g/jorani/c/PkHu8WQiT7M j'ai changé l'url de connection http://jorani//session/login en http://localhost/jorani/home et ca fonctionne Je suis sur une installation Windows avec WAMP, mes VirtualHosts sont  Espérant...
Hello, There is the blob : https://www.amazon.fr/gp/product/B07W3NQ518/ref=ppx_yo_dt_b_asin_title_o07_s00?ie=UTF8&psc=1 It works fine with Jeedom. I can get token and device id with Smart Life app and Packet Capture, it seems to be...
This is done
In the same way, there are 2 hours gap in this view 
Thanks for your reply I think it's more touchy. I use graphql to create entries. But I show in database there is this field ``` start_utc end_utc start_user_time end_user_time ```...
This is what I do to get time `def GetCurrentDate(): current_datetime_utc = datetime.now(timezone.utc).replace(tzinfo=pytz.UTC) desired_timezone = pytz.timezone('Europe/Paris') current_datetime_Paris = current_datetime_utc.astimezone(desired_timezone) formatted_datetime_utc_plus_one = current_datetime_Paris.strftime("%Y-%m-%dT%H:%M:%SZ") return formatted_datetime_utc_plus_one` But event if I remove `desired_timezone...
Great, it's work thanks. But I don't understand why the table contains more filed than graphql can use (start_utc, end_utc, start_user_time, end_user_time)