Kukulkan Posté(e) le 7 janvier 2021 Signaler Posté(e) le 7 janvier 2021 Cuz! Désolé pour la mauvaise langue, c'est un traducteur. Ma question est la suivante: est-il possible d'envoyer directement les données du capteur à la base de données? J'ai HC2 et HCL. Merci pour tout conseil!
Lazer Posté(e) le 7 janvier 2021 Signaler Posté(e) le 7 janvier 2021 Je ne suis pas certain de comprendre la question..... que veux-tu dire par envoyer "directement" les données du capteur à la base de données ? Car en l'état, les données provenant des capteurs sont bien stockées dans la base de données. You can write in english if you prefer.
Kukulkan Posté(e) le 9 janvier 2021 Auteur Signaler Posté(e) le 9 janvier 2021 My French is terrible, sorry I am looking for solution to send data from HC2 and HCL to external SQL server. I Need a way to directly get data to SQL server. Thanks for the help!
Lazer Posté(e) le 9 janvier 2021 Signaler Posté(e) le 9 janvier 2021 OK So you can look at the DomoCharts project : Or @jjacques68 has done something like this on the forum, he pushes all data (not only sensors) to an external database.
jjacques68 Posté(e) le 9 janvier 2021 Signaler Posté(e) le 9 janvier 2021 (modifié) Il y a 11 heures, Kukulkan a dit : I Need a way to directly get data to SQL server Directly, I don't think it's possible. but through a bridge, yes ! (with HC3) I'm sure it's possible with HC2, but HCL... not sure I use this diagram : One QA that get all informations I need ---> Bridge ---> SGBD <--- Web application to retrieve informations The EDI I use to create the bridge is Windev. This EDI has his own SGBD (HFSQL). This SGBD can be use with SQL server with a "connector" (I don't use that) The communication support between HC3 and the Bridge is a socket TCP. I have an another QA to manage this socket. I save in database all informations about : events of devices (value, state, ...) debug messages (debug, warning, trace, error) NotificationCreatedEvent These informations are recovered from the API refreshStates of HC3. The web application is created with Webdev. it's a simply table with some filters. Modifié le 9 janvier 2021 par jjacques68
Kukulkan Posté(e) le 12 janvier 2021 Auteur Signaler Posté(e) le 12 janvier 2021 @Лазер @jjacques68 Merci pour l'aide!
Messages recommandés