Sofar solar

Bonjour,

J’utilise jeedom depuis peu et je me fais la main petit a petit.
Je suis en train d’essayer de communiquer avec mon onduleur sofar solar HYD 6000 EP et j’y suis parvenu !
J’utilise une passerelle wifi modbus rtu rs485 ​USR-W610 tapez dans amazon et vous pourrez le trouver.
J’arrive a communiquer et a récupérer certaine données mais je n’arrive pas a d’autre.
J’ai la table de communication fourni par le constructeur.


Et quand on regarde sous jeedom j’arrive bien a lire mais il me semble que quand je décharge ou charge les batteries les valeurs devrait être négative et la elle reste tout le temps positive.
de plus si on regarde les registres en bleu il m’annonce toujours 0 comme si il ne communiquait pas ou qu’il y avait un pb sur la trame reçu.

Je ne sais pas si j’ai été assez clair.
Merci d’avance.
Sincères salutations.

Bonjour,

Tout d’abord bienvenue sur ce forum.
Il serait mieux de préciser le tag plugin-mymodbus dans l’étiquette de votre message, ça permet de savoir à l’aide de quel plugin vous communiquez avec votre onduleur.

J’ai également un USR-W610 mais pour communiquer avec la PAC de la piscine que j’utilise avec la version beta du plugin MyModbus (que j’ai d’ailleurs reprogrammé complètement).

Comme les informations que vous postez sont maigres, je vais poser des questions, comme elles me viennent :

  • êtes-vous sûr qu’il faille lire dans les holding registers ?
  • êtes-vous sûr qu’il n’y ait pas de décallage d’adresse ? (parfois il y a un offset de 1 entre l’adresse Modbus d’un registre et sont adresse « interne »)
  • pouvez-vous poster les logs en mode debug pour une lecture complète SVP ?

A+
Michel

Bonjour,

Tag modifié

1 « J'aime »

Bonjour,

Merci pour la réponse.
je suis quasiment sur qu’il n’y a pas de décalage car quand je lis la fréquence courant au registre 0484 en hex soit 1156 voir photo ci joint cela marche.
Donc je ne sais pas après si il faut mettre en int16 uint16 je comprends pas trop la différence…
Pour le holding register c’est marquer il me semble dans la photo aussi.

Voici les photos


Voici pour le holding register

Est il possible qu’il y est une corrélation avec le mask ?
J’ai l’impression que je peux seulement lire les données entourer en bleu correspondant au 1 et 0
Je ne sais pas si c’est possible…
Merci d’avance.
Salutations.

Ça correspond au codage d’une valeur sur 16 bit : il y a 65536 combinaisons donc valeurs codables possibles :

  • soit on a besoin de coder une valeur relative et donc on utilise int16 (INTeger 16 bits) et alors on peut coder une valeur de -32768 à 32767 (la valeur 0 utilisant une combinaison) (oui, le plugin a une erreur dans le descriptif, je viens de m’en rendre compte)
  • soit on a besoin de coder une valeur strictement positive et donc on utilise uint16 (Unsigned INTeger 16 bits) et alors on peut coder une valeur de 0 à 65535 (la valeur 0 utilisant une combinaison)

Tant que la valeur codée est positive et inférieure ou égale à 32767, la combinaison des 16 bits est identique.
Ça correspond à la colonne D du tableau :

  • U16 → uint16
  • I16 → int16

OK

Je n’ai aucune idée de l’utilité de ce mask

Vous pouvez mettre un lien pour télécharger ce fichier Excel STP ? Je vais peut-être tomber sur la signification de cette information.

Bonjour,

Merci pour la réponse voici le exel

Re,
Est il possible davoir les trames de reception modbus sur le plugin ? Pour voir si on recoit bien une trame qui est mal interprété par le plugins ou si cest un pb de la demande de trame.
Je sais pas si jai été clair.
Merci davance

Tu peux regarder les logs en mode debug

Tu n’as pas montré la config de tes commandes qui ne fonctionnent pas

Je ne sais pas comment envoyé les log il ne me permet pas d’envoyé de fichier car je suis nouveau et si je copie colle cela va faire un message de 300 pages

Edit: voici le lien du txt mymodbus.txt - Google Drive

Tu ne nous montres toujours pas les configurations des registres qui ne fonctionnent pas


Voici

tu demandes le registre 1662 en binaire ce qui fait 67E en hexa et ça ne correspond à rien, c’est normal que tu ne reçoives rien:

Pardon j’ai fait une erreur

La commande avec l’id 147 « test 1 » a l’adresse esclave à 0, il lui faut 1, je pense.

Vous pouvez désactiver tous les autres équipements MyModbus (« Pompe a chaleur », « Ballon sanitaire », « Ballon chauffageclim » et d’autres ?) et renvoyer le log en debug SVP ?

En tout cas, le plugin ne renvoie aucune erreur. Juste de temps en temps des

Frame - [b'\x01\x03\x02\x00D\xb8w'] not ready

que je ne connais pas.

Vous pouvez poster la configuration de l’équipement SVP ?

edit : Les logs sont consultables sous Jeedom via le menu Analyse / Logs. A gauche, il faut sélectionner mymodbus, le mettre en pause et copier les lignes puis les coller ici dans un champs de texte préformaté. Là vous copiez le contenu du fichier, ce qui est OK, mais votre fichier de log va grossir jusau’à saturer éventuellement votre disque. De mémoire, en 8h, j’ai généré 2GB de log avec MyModbus en mode debug. Ne laissez surtout pas en mode debug et affichez le log dans la page dédié, ça va ne garder que les 500 dernières lignes aussi longtemps que ce log est affiché.

Quelle est la différence entre l’adresse 0x487 et 0x48A ? C’est quoi PCC ?

Bonjour,

Voici les logs avec seulement onduleur.

4511|[2023-09-06 07:22:39]INFO : Send to jeedom :  {'eqId': '23', 'values': {'113': 48, '145': 4999}}
4512|[2023-09-06 07:22:39]DEBUG : PyModbusClient: *ONDULEUR* disconnect called
4513|[2023-09-06 07:22:39]DEBUG : Starting new HTTP connection (1): localhost:80
4514|[2023-09-06 07:22:39]INFO : Protocol lost connection.
4515|[2023-09-06 07:22:39]DEBUG : Client disconnected from modbus server: None
4516|[2023-09-06 07:22:39]DEBUG : jeemymodbus.php: $result *{"eqId":"23","values":{"113":48,"145":4999}}* type: array
4517|[2023-09-06 07:22:39]DEBUG : jeemodbus.php: Mise à jour cmd Psortie onduleur -> new value: 48
4518|[2023-09-06 07:22:39]DEBUG : jeemodbus.php: Mise à jour cmd frequence -> new value: 49.99
4519|[2023-09-06 07:22:39]INFO : jeemodbus.php: Mise à jour des commandes info : 'Psortie onduleur' 'frequence'
4520|[2023-09-06 07:22:39]DEBUG : http://localhost:80 "POST /plugins/mymodbus/core/php/jeemymodbus.php?apikey=sD9E4aSXLtWnaalBpq85uKEpiFMIEZvDbG6PADF66lryYEfDQbrGRSMYnmQPaJQp HTTP/1.1" 200 0
4521|[2023-09-06 07:22:44]DEBUG : PyModbusClient: *ONDULEUR* connect called
4522|[2023-09-06 07:22:44]DEBUG : PyModbusClient: *ONDULEUR* connecting...
4523|[2023-09-06 07:22:44]DEBUG : Connecting to 192.168.1.233:8899.
4524|[2023-09-06 07:22:44]DEBUG : Connecting.
4525|[2023-09-06 07:22:44]DEBUG : Client connected to modbus server
4526|[2023-09-06 07:22:44]INFO : Protocol made connection.
4527|[2023-09-06 07:22:44]INFO : Connected to 192.168.1.233:8899.
4528|[2023-09-06 07:22:44]DEBUG : send: 0x1 0x3 0x4 0x85 0x0 0x1 0x94 0xd3
4529|[2023-09-06 07:22:44]DEBUG : Adding transaction 1
4530|[2023-09-06 07:22:44]DEBUG : recv: 0x1 0x3 0x2 0x0 0x37 0xf9 0x92
4531|[2023-09-06 07:22:44]DEBUG : Getting Frame - 0x3 0x2 0x0 0x37
4532|[2023-09-06 07:22:44]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4533|[2023-09-06 07:22:44]DEBUG : Frame advanced, resetting header!!
4534|[2023-09-06 07:22:44]DEBUG : Getting transaction 1
4535|[2023-09-06 07:22:44]DEBUG : Frame - [b'\x01\x03\x02\x007\xf9\x92'] not ready
4536|[2023-09-06 07:22:44]DEBUG : [55]
4537|[2023-09-06 07:22:44]DEBUG : PyModbusClient: *ONDULEUR* read value for Psortie onduleur (command id 113): 55
4538|[2023-09-06 07:22:44]DEBUG : send: 0x1 0x3 0x6 0x8 0x0 0x1 0x5 0x40
4539|[2023-09-06 07:22:44]DEBUG : Adding transaction 1
4540|[2023-09-06 07:22:44]DEBUG : recv: 0x1 0x3 0x2 0x0 0x26 0x39 0x9e
4541|[2023-09-06 07:22:44]DEBUG : Getting Frame - 0x3 0x2 0x0 0x26
4542|[2023-09-06 07:22:44]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4543|[2023-09-06 07:22:44]DEBUG : Frame advanced, resetting header!!
4544|[2023-09-06 07:22:44]DEBUG : Getting transaction 1
4545|[2023-09-06 07:22:44]DEBUG : Frame - [b'\x01\x03\x02\x00&9\x9e'] not ready
4546|[2023-09-06 07:22:44]DEBUG : [38]
4547|[2023-09-06 07:22:44]DEBUG : send: 0x1 0x3 0x5 0xc4 0x0 0x1 0xc5 0x3b
4548|[2023-09-06 07:22:44]DEBUG : Adding transaction 1
4549|[2023-09-06 07:22:44]DEBUG : recv: 0x1 0x3 0x2 0x0 0x0 0xb8 0x44
4550|[2023-09-06 07:22:44]DEBUG : Getting Frame - 0x3 0x2 0x0 0x0
4551|[2023-09-06 07:22:44]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4552|[2023-09-06 07:22:44]DEBUG : Frame advanced, resetting header!!
4553|[2023-09-06 07:22:44]DEBUG : Getting transaction 1
4554|[2023-09-06 07:22:44]DEBUG : Frame - [b'\x01\x03\x02\x00\x00\xb8D'] not ready
4555|[2023-09-06 07:22:44]DEBUG : [0]
4556|[2023-09-06 07:22:44]DEBUG : send: 0x1 0x3 0x4 0x84 0x0 0x1 0xc5 0x13
4557|[2023-09-06 07:22:44]DEBUG : Adding transaction 1
4558|[2023-09-06 07:22:44]DEBUG : recv: 0x1 0x3 0x2 0x13 0x88 0xb5 0x12
4559|[2023-09-06 07:22:44]DEBUG : Getting Frame - 0x3 0x2 0x13 0x88
4560|[2023-09-06 07:22:44]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4561|[2023-09-06 07:22:44]DEBUG : Frame advanced, resetting header!!
4562|[2023-09-06 07:22:44]DEBUG : Getting transaction 1
4563|[2023-09-06 07:22:44]DEBUG : Frame - [b'\x01\x03\x02\x13\x88\xb5\x12'] not ready
4564|[2023-09-06 07:22:44]DEBUG : [5000]
4565|[2023-09-06 07:22:44]DEBUG : PyModbusClient: *ONDULEUR* read value for frequence (command id 145): 5000
4566|[2023-09-06 07:22:44]DEBUG : send: 0x1 0x3 0x4 0x8a 0x0 0x1 0xa4 0xd0
4567|[2023-09-06 07:22:44]DEBUG : Adding transaction 1
4568|[2023-09-06 07:22:44]DEBUG : recv: 0x1 0x3 0x2 0x0 0x0 0xb8 0x44
4569|[2023-09-06 07:22:44]DEBUG : Getting Frame - 0x3 0x2 0x0 0x0
4570|[2023-09-06 07:22:44]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4571|[2023-09-06 07:22:44]DEBUG : Frame advanced, resetting header!!
4572|[2023-09-06 07:22:44]DEBUG : Getting transaction 1
4573|[2023-09-06 07:22:44]DEBUG : Frame - [b'\x01\x03\x02\x00\x00\xb8D'] not ready
4574|[2023-09-06 07:22:44]DEBUG : [0]
4575|[2023-09-06 07:22:44]DEBUG : send: 0x1 0x3 0x4 0x89 0x0 0x1 0x54 0xd0
4576|[2023-09-06 07:22:44]DEBUG : Adding transaction 1
4577|[2023-09-06 07:22:45]DEBUG : recv: 0x1 0x3 0x2 0x0 0x0 0xb8 0x44
4578|[2023-09-06 07:22:45]DEBUG : Getting Frame - 0x3 0x2 0x0 0x0
4579|[2023-09-06 07:22:45]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4580|[2023-09-06 07:22:45]DEBUG : Frame advanced, resetting header!!
4581|[2023-09-06 07:22:45]DEBUG : Getting transaction 1
4582|[2023-09-06 07:22:45]DEBUG : Frame - [b'\x01\x03\x02\x00\x00\xb8D'] not ready
4583|[2023-09-06 07:22:45]DEBUG : [0]
4584|[2023-09-06 07:22:45]INFO : Send to jeedom :  {'eqId': '23', 'values': {'113': 55, '145': 5000}}
4585|[2023-09-06 07:22:45]DEBUG : PyModbusClient: *ONDULEUR* disconnect called
4586|[2023-09-06 07:22:45]INFO : Protocol lost connection.
4587|[2023-09-06 07:22:45]DEBUG : Client disconnected from modbus server: None
4588|[2023-09-06 07:22:45]DEBUG : Starting new HTTP connection (1): localhost:80
4589|[2023-09-06 07:22:45]DEBUG : jeemymodbus.php: $result *{"eqId":"23","values":{"113":55,"145":5000}}* type: array
4590|[2023-09-06 07:22:45]DEBUG : jeemodbus.php: Mise à jour cmd Psortie onduleur -> new value: 55
4591|[2023-09-06 07:22:45]DEBUG : jeemodbus.php: Mise à jour cmd frequence -> new value: 50
4592|[2023-09-06 07:22:45]INFO : jeemodbus.php: Mise à jour des commandes info : 'Psortie onduleur' 'frequence'
4593|[2023-09-06 07:22:45]DEBUG : http://localhost:80 "POST /plugins/mymodbus/core/php/jeemymodbus.php?apikey=sD9E4aSXLtWnaalBpq85uKEpiFMIEZvDbG6PADF66lryYEfDQbrGRSMYnmQPaJQp HTTP/1.1" 200 0
4594|[2023-09-06 07:22:49]DEBUG : PyModbusClient: *ONDULEUR* connect called
4595|[2023-09-06 07:22:49]DEBUG : PyModbusClient: *ONDULEUR* connecting...
4596|[2023-09-06 07:22:49]DEBUG : Connecting to 192.168.1.233:8899.
4597|[2023-09-06 07:22:49]DEBUG : Connecting.
4598|[2023-09-06 07:22:49]DEBUG : Client connected to modbus server
4599|[2023-09-06 07:22:49]INFO : Protocol made connection.
4600|[2023-09-06 07:22:49]INFO : Connected to 192.168.1.233:8899.
4601|[2023-09-06 07:22:49]DEBUG : send: 0x1 0x3 0x4 0x85 0x0 0x1 0x94 0xd3
4602|[2023-09-06 07:22:49]DEBUG : Adding transaction 1
4603|[2023-09-06 07:22:49]DEBUG : recv: 0x1 0x3 0x2 0x0 0x3d 0x79 0x95
4604|[2023-09-06 07:22:49]DEBUG : Getting Frame - 0x3 0x2 0x0 0x3d
4605|[2023-09-06 07:22:49]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4606|[2023-09-06 07:22:49]DEBUG : Frame advanced, resetting header!!
4607|[2023-09-06 07:22:49]DEBUG : Getting transaction 1
4608|[2023-09-06 07:22:49]DEBUG : Frame - [b'\x01\x03\x02\x00=y\x95'] not ready
4609|[2023-09-06 07:22:49]DEBUG : [61]
4610|[2023-09-06 07:22:49]DEBUG : PyModbusClient: *ONDULEUR* read value for Psortie onduleur (command id 113): 61
4611|[2023-09-06 07:22:49]DEBUG : send: 0x1 0x3 0x6 0x8 0x0 0x1 0x5 0x40
4612|[2023-09-06 07:22:49]DEBUG : Adding transaction 1
4613|[2023-09-06 07:22:49]DEBUG : recv: 0x1 0x3 0x2 0x0 0x26 0x39 0x9e
4614|[2023-09-06 07:22:49]DEBUG : Getting Frame - 0x3 0x2 0x0 0x26
4615|[2023-09-06 07:22:49]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4616|[2023-09-06 07:22:49]DEBUG : Frame advanced, resetting header!!
4617|[2023-09-06 07:22:49]DEBUG : Getting transaction 1
4618|[2023-09-06 07:22:49]DEBUG : Frame - [b'\x01\x03\x02\x00&9\x9e'] not ready
4619|[2023-09-06 07:22:49]DEBUG : [38]
4620|[2023-09-06 07:22:49]DEBUG : send: 0x1 0x3 0x5 0xc4 0x0 0x1 0xc5 0x3b
4621|[2023-09-06 07:22:49]DEBUG : Adding transaction 1
4622|[2023-09-06 07:22:49]DEBUG : recv: 0x1 0x3 0x2 0x0 0x0 0xb8 0x44
4623|[2023-09-06 07:22:49]DEBUG : Getting Frame - 0x3 0x2 0x0 0x0
4624|[2023-09-06 07:22:49]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4625|[2023-09-06 07:22:49]DEBUG : Frame advanced, resetting header!!
4626|[2023-09-06 07:22:49]DEBUG : Getting transaction 1
4627|[2023-09-06 07:22:49]DEBUG : Frame - [b'\x01\x03\x02\x00\x00\xb8D'] not ready
4628|[2023-09-06 07:22:49]DEBUG : [0]
4629|[2023-09-06 07:22:49]DEBUG : send: 0x1 0x3 0x4 0x84 0x0 0x1 0xc5 0x13
4630|[2023-09-06 07:22:49]DEBUG : Adding transaction 1
4631|[2023-09-06 07:22:49]DEBUG : recv: 0x1 0x3 0x2 0x13 0x89 0x74 0xd2
4632|[2023-09-06 07:22:49]DEBUG : Getting Frame - 0x3 0x2 0x13 0x89
4633|[2023-09-06 07:22:49]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4634|[2023-09-06 07:22:49]DEBUG : Frame advanced, resetting header!!
4635|[2023-09-06 07:22:49]DEBUG : Getting transaction 1
4636|[2023-09-06 07:22:49]DEBUG : Frame - [b'\x01\x03\x02\x13\x89t\xd2'] not ready
4637|[2023-09-06 07:22:49]DEBUG : [5001]
4638|[2023-09-06 07:22:49]DEBUG : PyModbusClient: *ONDULEUR* read value for frequence (command id 145): 5001
4639|[2023-09-06 07:22:49]DEBUG : send: 0x1 0x3 0x4 0x8a 0x0 0x1 0xa4 0xd0
4640|[2023-09-06 07:22:49]DEBUG : Adding transaction 1
4641|[2023-09-06 07:22:49]DEBUG : recv: 0x1 0x3 0x2 0x0 0x0 0xb8 0x44
4642|[2023-09-06 07:22:49]DEBUG : Getting Frame - 0x3 0x2 0x0 0x0
4643|[2023-09-06 07:22:49]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4644|[2023-09-06 07:22:49]DEBUG : Frame advanced, resetting header!!
4645|[2023-09-06 07:22:49]DEBUG : Getting transaction 1
4646|[2023-09-06 07:22:49]DEBUG : Frame - [b'\x01\x03\x02\x00\x00\xb8D'] not ready
4647|[2023-09-06 07:22:49]DEBUG : [0]
4648|[2023-09-06 07:22:49]DEBUG : send: 0x1 0x3 0x4 0x89 0x0 0x1 0x54 0xd0
4649|[2023-09-06 07:22:49]DEBUG : Adding transaction 1
4650|[2023-09-06 07:22:50]DEBUG : recv: 0x1 0x3 0x2 0x0 0x0 0xb8 0x44
4651|[2023-09-06 07:22:50]DEBUG : Getting Frame - 0x3 0x2 0x0 0x0
4652|[2023-09-06 07:22:50]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4653|[2023-09-06 07:22:50]DEBUG : Frame advanced, resetting header!!
4654|[2023-09-06 07:22:50]DEBUG : Getting transaction 1
4655|[2023-09-06 07:22:50]DEBUG : Frame - [b'\x01\x03\x02\x00\x00\xb8D'] not ready
4656|[2023-09-06 07:22:50]DEBUG : [0]
4657|[2023-09-06 07:22:50]INFO : Send to jeedom :  {'eqId': '23', 'values': {'113': 61, '145': 5001, 'cycle_time': 5.034879207611084}}
4658|[2023-09-06 07:22:50]DEBUG : PyModbusClient: *ONDULEUR* disconnect called
4659|[2023-09-06 07:22:50]DEBUG : Starting new HTTP connection (1): localhost:80
4660|[2023-09-06 07:22:50]INFO : Protocol lost connection.
4661|[2023-09-06 07:22:50]DEBUG : Client disconnected from modbus server: None
4662|[2023-09-06 07:22:50]DEBUG : jeemymodbus.php: $result *{"eqId":"23","values":{"113":61,"145":5001,"cycle_time":5.034879207611084}}* type: array
4663|[2023-09-06 07:22:50]DEBUG : jeemodbus.php: Mise à jour cmd Psortie onduleur -> new value: 61
4664|[2023-09-06 07:22:50]DEBUG : jeemodbus.php: Mise à jour cmd frequence -> new value: 50.01
4665|[2023-09-06 07:22:50]DEBUG : jeemodbus.php: Mise à jour cmd Temps de rafraîchissement -> new value: 5.035
4666|[2023-09-06 07:22:50]INFO : jeemodbus.php: Mise à jour des commandes info : 'Psortie onduleur' 'frequence' 'Temps de rafraîchissement'
4667|[2023-09-06 07:22:50]DEBUG : http://localhost:80 "POST /plugins/mymodbus/core/php/jeemymodbus.php?apikey=sD9E4aSXLtWnaalBpq85uKEpiFMIEZvDbG6PADF66lryYEfDQbrGRSMYnmQPaJQp HTTP/1.1" 200 0
4668|[2023-09-06 07:22:51]INFO : Send to jeedom :  {'heartbeat_request': 1693977771}
4669|[2023-09-06 07:22:51]DEBUG : Starting new HTTP connection (1): localhost:80
4670|[2023-09-06 07:22:51]DEBUG : jeemymodbus.php: $result *{"heartbeat_request":1693977771}* type: array
4671|[2023-09-06 07:22:51]DEBUG : mymodbusd: Received message: {'CMD': 'heartbeat_answer', 'answer': 1693977771, 'apikey': 'sD9E4aSXLtWnaalBpq85uKEpiFMIEZvDbG6PADF66lryYEfDQbrGRSMYnmQPaJQp', 'dt': '2023-09-06T07:22:51+02:00'}
4672|[2023-09-06 07:22:51]DEBUG : http://localhost:80 "POST /plugins/mymodbus/core/php/jeemymodbus.php?apikey=sD9E4aSXLtWnaalBpq85uKEpiFMIEZvDbG6PADF66lryYEfDQbrGRSMYnmQPaJQp HTTP/1.1" 200 0
4673|[2023-09-06 07:22:54]DEBUG : PyModbusClient: *ONDULEUR* connect called
4674|[2023-09-06 07:22:54]DEBUG : PyModbusClient: *ONDULEUR* connecting...
4675|[2023-09-06 07:22:54]DEBUG : Connecting to 192.168.1.233:8899.
4676|[2023-09-06 07:22:54]DEBUG : Connecting.
4677|[2023-09-06 07:22:54]DEBUG : Client connected to modbus server
4678|[2023-09-06 07:22:54]INFO : Protocol made connection.
4679|[2023-09-06 07:22:54]INFO : Connected to 192.168.1.233:8899.
4680|[2023-09-06 07:22:54]DEBUG : send: 0x1 0x3 0x4 0x85 0x0 0x1 0x94 0xd3
4681|[2023-09-06 07:22:54]DEBUG : Adding transaction 1
4682|[2023-09-06 07:22:54]DEBUG : recv: 0x1 0x3 0x2 0x0 0x3c 0xb8 0x55
4683|[2023-09-06 07:22:54]DEBUG : Getting Frame - 0x3 0x2 0x0 0x3c
4684|[2023-09-06 07:22:54]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4685|[2023-09-06 07:22:54]DEBUG : Frame advanced, resetting header!!
4686|[2023-09-06 07:22:54]DEBUG : Getting transaction 1
4687|[2023-09-06 07:22:54]DEBUG : Frame - [b'\x01\x03\x02\x00<\xb8U'] not ready
4688|[2023-09-06 07:22:54]DEBUG : [60]
4689|[2023-09-06 07:22:54]DEBUG : PyModbusClient: *ONDULEUR* read value for Psortie onduleur (command id 113): 60
4690|[2023-09-06 07:22:54]DEBUG : send: 0x1 0x3 0x6 0x8 0x0 0x1 0x5 0x40
4691|[2023-09-06 07:22:54]DEBUG : Adding transaction 1
4692|[2023-09-06 07:22:54]DEBUG : recv: 0x1 0x3 0x2 0x0 0x26 0x39 0x9e
4693|[2023-09-06 07:22:54]DEBUG : Getting Frame - 0x3 0x2 0x0 0x26
4694|[2023-09-06 07:22:54]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4695|[2023-09-06 07:22:54]DEBUG : Frame advanced, resetting header!!
4696|[2023-09-06 07:22:54]DEBUG : Getting transaction 1
4697|[2023-09-06 07:22:54]DEBUG : Frame - [b'\x01\x03\x02\x00&9\x9e'] not ready
4698|[2023-09-06 07:22:54]DEBUG : [38]
4699|[2023-09-06 07:22:54]DEBUG : send: 0x1 0x3 0x5 0xc4 0x0 0x1 0xc5 0x3b
4700|[2023-09-06 07:22:54]DEBUG : Adding transaction 1
4701|[2023-09-06 07:22:54]DEBUG : recv: 0x1 0x3 0x2 0x0 0x0 0xb8 0x44
4702|[2023-09-06 07:22:54]DEBUG : Getting Frame - 0x3 0x2 0x0 0x0
4703|[2023-09-06 07:22:54]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4704|[2023-09-06 07:22:54]DEBUG : Frame advanced, resetting header!!
4705|[2023-09-06 07:22:54]DEBUG : Getting transaction 1
4706|[2023-09-06 07:22:54]DEBUG : Frame - [b'\x01\x03\x02\x00\x00\xb8D'] not ready
4707|[2023-09-06 07:22:54]DEBUG : [0]
4708|[2023-09-06 07:22:54]DEBUG : send: 0x1 0x3 0x4 0x84 0x0 0x1 0xc5 0x13
4709|[2023-09-06 07:22:54]DEBUG : Adding transaction 1
4710|[2023-09-06 07:22:54]DEBUG : recv: 0x1 0x3 0x2 0x13 0x86 0x34 0xd6
4711|[2023-09-06 07:22:54]DEBUG : Getting Frame - 0x3 0x2 0x13 0x86
4712|[2023-09-06 07:22:54]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4713|[2023-09-06 07:22:54]DEBUG : Frame advanced, resetting header!!
4714|[2023-09-06 07:22:54]DEBUG : Getting transaction 1
4715|[2023-09-06 07:22:54]DEBUG : Frame - [b'\x01\x03\x02\x13\x864\xd6'] not ready
4716|[2023-09-06 07:22:54]DEBUG : [4998]
4717|[2023-09-06 07:22:54]DEBUG : PyModbusClient: *ONDULEUR* read value for frequence (command id 145): 4998
4718|[2023-09-06 07:22:54]DEBUG : send: 0x1 0x3 0x4 0x8a 0x0 0x1 0xa4 0xd0
4719|[2023-09-06 07:22:54]DEBUG : Adding transaction 1
4720|[2023-09-06 07:22:54]DEBUG : recv: 0x1 0x3 0x2 0x0 0x0 0xb8 0x44
4721|[2023-09-06 07:22:54]DEBUG : Getting Frame - 0x3 0x2 0x0 0x0
4722|[2023-09-06 07:22:54]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4723|[2023-09-06 07:22:54]DEBUG : Frame advanced, resetting header!!
4724|[2023-09-06 07:22:54]DEBUG : Getting transaction 1
4725|[2023-09-06 07:22:54]DEBUG : Frame - [b'\x01\x03\x02\x00\x00\xb8D'] not ready
4726|[2023-09-06 07:22:54]DEBUG : [0]
4727|[2023-09-06 07:22:54]DEBUG : send: 0x1 0x3 0x4 0x89 0x0 0x1 0x54 0xd0
4728|[2023-09-06 07:22:54]DEBUG : Adding transaction 1
4729|[2023-09-06 07:22:55]DEBUG : recv: 0x1 0x3 0x2 0x0 0x0 0xb8 0x44
4730|[2023-09-06 07:22:55]DEBUG : Getting Frame - 0x3 0x2 0x0 0x0
4731|[2023-09-06 07:22:55]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4732|[2023-09-06 07:22:55]DEBUG : Frame advanced, resetting header!!
4733|[2023-09-06 07:22:55]DEBUG : Getting transaction 1
4734|[2023-09-06 07:22:55]DEBUG : Frame - [b'\x01\x03\x02\x00\x00\xb8D'] not ready
4735|[2023-09-06 07:22:55]DEBUG : [0]
4736|[2023-09-06 07:22:55]INFO : Send to jeedom :  {'eqId': '23', 'values': {'113': 60, '145': 4998}}
4737|[2023-09-06 07:22:55]DEBUG : PyModbusClient: *ONDULEUR* disconnect called
4738|[2023-09-06 07:22:55]DEBUG : Starting new HTTP connection (1): localhost:80
4739|[2023-09-06 07:22:55]INFO : Protocol lost connection.
4740|[2023-09-06 07:22:55]DEBUG : Client disconnected from modbus server: None
4741|[2023-09-06 07:22:55]DEBUG : jeemymodbus.php: $result *{"eqId":"23","values":{"113":60,"145":4998}}* type: array
4742|[2023-09-06 07:22:55]DEBUG : jeemodbus.php: Mise à jour cmd Psortie onduleur -> new value: 60
4743|[2023-09-06 07:22:55]DEBUG : jeemodbus.php: Mise à jour cmd frequence -> new value: 49.98
4744|[2023-09-06 07:22:55]INFO : jeemodbus.php: Mise à jour des commandes info : 'Psortie onduleur' 'frequence'
4745|[2023-09-06 07:22:55]DEBUG : http://localhost:80 "POST /plugins/mymodbus/core/php/jeemymodbus.php?apikey=sD9E4aSXLtWnaalBpq85uKEpiFMIEZvDbG6PADF66lryYEfDQbrGRSMYnmQPaJQp HTTP/1.1" 200 0
4746|[2023-09-06 07:22:59]DEBUG : PyModbusClient: *ONDULEUR* connect called
4747|[2023-09-06 07:22:59]DEBUG : PyModbusClient: *ONDULEUR* connecting...
4748|[2023-09-06 07:22:59]DEBUG : Connecting to 192.168.1.233:8899.
4749|[2023-09-06 07:22:59]DEBUG : Connecting.
4750|[2023-09-06 07:22:59]DEBUG : Client connected to modbus server
4751|[2023-09-06 07:22:59]INFO : Protocol made connection.
4752|[2023-09-06 07:22:59]INFO : Connected to 192.168.1.233:8899.
4753|[2023-09-06 07:22:59]DEBUG : send: 0x1 0x3 0x4 0x85 0x0 0x1 0x94 0xd3
4754|[2023-09-06 07:22:59]DEBUG : Adding transaction 1
4755|[2023-09-06 07:22:59]DEBUG : recv: 0x1 0x3 0x2 0x0 0x2d 0x78 0x59
4756|[2023-09-06 07:22:59]DEBUG : Getting Frame - 0x3 0x2 0x0 0x2d
4757|[2023-09-06 07:22:59]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4758|[2023-09-06 07:22:59]DEBUG : Frame advanced, resetting header!!
4759|[2023-09-06 07:22:59]DEBUG : Getting transaction 1
4760|[2023-09-06 07:22:59]DEBUG : Frame - [b'\x01\x03\x02\x00-xY'] not ready
4761|[2023-09-06 07:22:59]DEBUG : [45]
4762|[2023-09-06 07:22:59]DEBUG : PyModbusClient: *ONDULEUR* read value for Psortie onduleur (command id 113): 45
4763|[2023-09-06 07:22:59]DEBUG : send: 0x1 0x3 0x6 0x8 0x0 0x1 0x5 0x40
4764|[2023-09-06 07:22:59]DEBUG : Adding transaction 1
4765|[2023-09-06 07:22:59]DEBUG : recv: 0x1 0x3 0x2 0x0 0x26 0x39 0x9e
4766|[2023-09-06 07:22:59]DEBUG : Getting Frame - 0x3 0x2 0x0 0x26
4767|[2023-09-06 07:22:59]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4768|[2023-09-06 07:22:59]DEBUG : Frame advanced, resetting header!!
4769|[2023-09-06 07:22:59]DEBUG : Getting transaction 1
4770|[2023-09-06 07:22:59]DEBUG : Frame - [b'\x01\x03\x02\x00&9\x9e'] not ready
4771|[2023-09-06 07:22:59]DEBUG : [38]
4772|[2023-09-06 07:22:59]DEBUG : send: 0x1 0x3 0x5 0xc4 0x0 0x1 0xc5 0x3b
4773|[2023-09-06 07:22:59]DEBUG : Adding transaction 1
4774|[2023-09-06 07:22:59]DEBUG : recv: 0x1 0x3 0x2 0x0 0x0 0xb8 0x44
4775|[2023-09-06 07:22:59]DEBUG : Getting Frame - 0x3 0x2 0x0 0x0
4776|[2023-09-06 07:22:59]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4777|[2023-09-06 07:22:59]DEBUG : Frame advanced, resetting header!!
4778|[2023-09-06 07:22:59]DEBUG : Getting transaction 1
4779|[2023-09-06 07:22:59]DEBUG : Frame - [b'\x01\x03\x02\x00\x00\xb8D'] not ready
4780|[2023-09-06 07:22:59]DEBUG : [0]
4781|[2023-09-06 07:22:59]DEBUG : send: 0x1 0x3 0x4 0x84 0x0 0x1 0xc5 0x13
4782|[2023-09-06 07:22:59]DEBUG : Adding transaction 1
4783|[2023-09-06 07:23:00]DEBUG : recv: 0x1 0x3 0x2 0x13 0x86 0x34 0xd6
4784|[2023-09-06 07:23:00]DEBUG : Getting Frame - 0x3 0x2 0x13 0x86
4785|[2023-09-06 07:23:00]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4786|[2023-09-06 07:23:00]DEBUG : Frame advanced, resetting header!!
4787|[2023-09-06 07:23:00]DEBUG : Getting transaction 1
4788|[2023-09-06 07:23:00]DEBUG : Frame - [b'\x01\x03\x02\x13\x864\xd6'] not ready
4789|[2023-09-06 07:23:00]DEBUG : [4998]
4790|[2023-09-06 07:23:00]DEBUG : send: 0x1 0x3 0x4 0x8a 0x0 0x1 0xa4 0xd0
4791|[2023-09-06 07:23:00]DEBUG : Adding transaction 1
4792|[2023-09-06 07:23:00]DEBUG : recv: 0x1 0x3 0x2 0x0 0x0 0xb8 0x44
4793|[2023-09-06 07:23:00]DEBUG : Getting Frame - 0x3 0x2 0x0 0x0
4794|[2023-09-06 07:23:00]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4795|[2023-09-06 07:23:00]DEBUG : Frame advanced, resetting header!!
4796|[2023-09-06 07:23:00]DEBUG : Getting transaction 1
4797|[2023-09-06 07:23:00]DEBUG : Frame - [b'\x01\x03\x02\x00\x00\xb8D'] not ready
4798|[2023-09-06 07:23:00]DEBUG : [0]
4799|[2023-09-06 07:23:00]DEBUG : send: 0x1 0x3 0x4 0x89 0x0 0x1 0x54 0xd0
4800|[2023-09-06 07:23:00]DEBUG : Adding transaction 1
4801|[2023-09-06 07:23:00]DEBUG : recv: 0x1 0x3 0x2 0x0 0x0 0xb8 0x44
4802|[2023-09-06 07:23:00]DEBUG : Getting Frame - 0x3 0x2 0x0 0x0
4803|[2023-09-06 07:23:00]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4804|[2023-09-06 07:23:00]DEBUG : Frame advanced, resetting header!!
4805|[2023-09-06 07:23:00]DEBUG : Getting transaction 1
4806|[2023-09-06 07:23:00]DEBUG : Frame - [b'\x01\x03\x02\x00\x00\xb8D'] not ready
4807|[2023-09-06 07:23:00]DEBUG : [0]
4808|[2023-09-06 07:23:00]INFO : Send to jeedom :  {'eqId': '23', 'values': {'113': 45}}
4809|[2023-09-06 07:23:00]DEBUG : PyModbusClient: *ONDULEUR* disconnect called
4810|[2023-09-06 07:23:00]DEBUG : Starting new HTTP connection (1): localhost:80
4811|[2023-09-06 07:23:00]INFO : Protocol lost connection.
4812|[2023-09-06 07:23:00]DEBUG : Client disconnected from modbus server: None
4813|[2023-09-06 07:23:00]DEBUG : jeemymodbus.php: $result *{"eqId":"23","values":{"113":45}}* type: array
4814|[2023-09-06 07:23:00]DEBUG : jeemodbus.php: Mise à jour cmd Psortie onduleur -> new value: 45
4815|[2023-09-06 07:23:00]INFO : jeemodbus.php: Mise à jour des commandes info : 'Psortie onduleur'
4816|[2023-09-06 07:23:00]DEBUG : http://localhost:80 "POST /plugins/mymodbus/core/php/jeemymodbus.php?apikey=sD9E4aSXLtWnaalBpq85uKEpiFMIEZvDbG6PADF66lryYEfDQbrGRSMYnmQPaJQp HTTP/1.1" 200 0
4817|[2023-09-06 07:23:04]DEBUG : PyModbusClient: *ONDULEUR* connect called
4818|[2023-09-06 07:23:04]DEBUG : PyModbusClient: *ONDULEUR* connecting...
4819|[2023-09-06 07:23:04]DEBUG : Connecting to 192.168.1.233:8899.
4820|[2023-09-06 07:23:04]DEBUG : Connecting.
4821|[2023-09-06 07:23:04]DEBUG : Client connected to modbus server
4822|[2023-09-06 07:23:04]INFO : Protocol made connection.
4823|[2023-09-06 07:23:04]INFO : Connected to 192.168.1.233:8899.
4824|[2023-09-06 07:23:04]DEBUG : send: 0x1 0x3 0x4 0x85 0x0 0x1 0x94 0xd3
4825|[2023-09-06 07:23:04]DEBUG : Adding transaction 1
4826|[2023-09-06 07:23:04]DEBUG : recv: 0x1 0x3 0x2 0x0 0x2d 0x78 0x59
4827|[2023-09-06 07:23:04]DEBUG : Getting Frame - 0x3 0x2 0x0 0x2d
4828|[2023-09-06 07:23:04]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4829|[2023-09-06 07:23:04]DEBUG : Frame advanced, resetting header!!
4830|[2023-09-06 07:23:04]DEBUG : Getting transaction 1
4831|[2023-09-06 07:23:04]DEBUG : Frame - [b'\x01\x03\x02\x00-xY'] not ready
4832|[2023-09-06 07:23:04]DEBUG : [45]
4833|[2023-09-06 07:23:04]DEBUG : send: 0x1 0x3 0x6 0x8 0x0 0x1 0x5 0x40
4834|[2023-09-06 07:23:04]DEBUG : Adding transaction 1
4835|[2023-09-06 07:23:07]INFO : Protocol lost connection.
4836|[2023-09-06 07:23:07]DEBUG : Client disconnected from modbus server: trying to send
4837|[2023-09-06 07:23:07]DEBUG : Getting transaction 1
4838|[2023-09-06 07:23:07]ERROR : PyModbusClient: *ONDULEUR* Something went wrong while reading Batterie (command id 114): <class 'asyncio.exceptions.TimeoutError'>  = . Traceback: <traceback object at 0x7ff4569dc980>
4839|[2023-09-06 07:23:07]ERROR : PyModbusClient: *ONDULEUR* Something went wrong while reading Ppanneauxx (command id 135): <class 'pymodbus.exceptions.ConnectionException'>  = Modbus Error: [Connection] Not connected[AsyncModbusTcpClient 192.168.1.233:8899]. Traceback: <traceback object at 0x7ff456a37b80>
4840|[2023-09-06 07:23:07]ERROR : PyModbusClient: *ONDULEUR* Something went wrong while reading frequence (command id 145): <class 'pymodbus.exceptions.ConnectionException'>  = Modbus Error: [Connection] Not connected[AsyncModbusTcpClient 192.168.1.233:8899]. Traceback: <traceback object at 0x7ff456a37b80>
4841|[2023-09-06 07:23:07]ERROR : PyModbusClient: *ONDULEUR* Something went wrong while reading test (command id 146): <class 'pymodbus.exceptions.ConnectionException'>  = Modbus Error: [Connection] Not connected[AsyncModbusTcpClient 192.168.1.233:8899]. Traceback: <traceback object at 0x7ff456a37b80>
4842|[2023-09-06 07:23:07]ERROR : PyModbusClient: *ONDULEUR* Something went wrong while reading test1 (command id 147): <class 'pymodbus.exceptions.ConnectionException'>  = Modbus Error: [Connection] Not connected[AsyncModbusTcpClient 192.168.1.233:8899]. Traceback: <traceback object at 0x7ff456a37b80>
4843|[2023-09-06 07:23:07]DEBUG : PyModbusClient: *ONDULEUR* disconnect called
4844|[2023-09-06 07:23:09]DEBUG : PyModbusClient: *ONDULEUR* connect called
4845|[2023-09-06 07:23:09]DEBUG : PyModbusClient: *ONDULEUR* connecting...
4846|[2023-09-06 07:23:09]DEBUG : Connecting to 192.168.1.233:8899.
4847|[2023-09-06 07:23:09]DEBUG : Connecting.
4848|[2023-09-06 07:23:09]INFO : Protocol lost connection.
4849|[2023-09-06 07:23:09]DEBUG : Client disconnected from modbus server: None
4850|[2023-09-06 07:23:09]DEBUG : Client connected to modbus server
4851|[2023-09-06 07:23:09]INFO : Protocol made connection.
4852|[2023-09-06 07:23:09]INFO : Connected to 192.168.1.233:8899.
4853|[2023-09-06 07:23:09]DEBUG : send: 0x1 0x3 0x4 0x85 0x0 0x1 0x94 0xd3
4854|[2023-09-06 07:23:09]DEBUG : Adding transaction 1
4855|[2023-09-06 07:23:09]DEBUG : recv: 0x1 0x3 0x2 0x0 0x26 0x39 0x9e
4856|[2023-09-06 07:23:09]DEBUG : Getting Frame - 0x3 0x2 0x0 0x26
4857|[2023-09-06 07:23:09]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4858|[2023-09-06 07:23:09]DEBUG : Frame advanced, resetting header!!
4859|[2023-09-06 07:23:09]DEBUG : Getting transaction 1
4860|[2023-09-06 07:23:09]DEBUG : Frame - [b'\x01\x03\x02\x00&9\x9e'] not ready
4861|[2023-09-06 07:23:09]DEBUG : [38]
4862|[2023-09-06 07:23:09]DEBUG : PyModbusClient: *ONDULEUR* read value for Psortie onduleur (command id 113): 38
4863|[2023-09-06 07:23:09]DEBUG : send: 0x1 0x3 0x6 0x8 0x0 0x1 0x5 0x40
4864|[2023-09-06 07:23:09]DEBUG : Adding transaction 1
4865|[2023-09-06 07:23:09]DEBUG : recv: 0x1 0x3 0x2 0x0 0x2c 0xb9 0x99
4866|[2023-09-06 07:23:09]DEBUG : Getting Frame - 0x3 0x2 0x0 0x2c
4867|[2023-09-06 07:23:09]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4868|[2023-09-06 07:23:09]DEBUG : Frame advanced, resetting header!!
4869|[2023-09-06 07:23:09]DEBUG : Getting transaction 1
4870|[2023-09-06 07:23:09]DEBUG : Frame - [b'\x01\x03\x02\x00,\xb9\x99'] not ready
4871|[2023-09-06 07:23:09]DEBUG : [44]
4872|[2023-09-06 07:23:09]DEBUG : PyModbusClient: *ONDULEUR* read value for Batterie (command id 114): 44
4873|[2023-09-06 07:23:09]DEBUG : send: 0x1 0x3 0x5 0xc4 0x0 0x1 0xc5 0x3b
4874|[2023-09-06 07:23:09]DEBUG : Adding transaction 1
4875|[2023-09-06 07:23:09]DEBUG : recv: 0x1 0x3 0x2 0x0 0x26 0xf9
4876|[2023-09-06 07:23:09]DEBUG : Frame - [b'\x01\x03\x02\x00&\xf9'] not ready
4877|[2023-09-06 07:23:12]INFO : Protocol lost connection.
4878|[2023-09-06 07:23:12]DEBUG : Client disconnected from modbus server: trying to send
4879|[2023-09-06 07:23:12]DEBUG : Getting transaction 1
4880|[2023-09-06 07:23:12]ERROR : PyModbusClient: *ONDULEUR* Something went wrong while reading Ppanneauxx (command id 135): <class 'asyncio.exceptions.TimeoutError'>  = . Traceback: <traceback object at 0x7ff456170100>
4881|[2023-09-06 07:23:12]ERROR : PyModbusClient: *ONDULEUR* Something went wrong while reading frequence (command id 145): <class 'pymodbus.exceptions.ConnectionException'>  = Modbus Error: [Connection] Not connected[AsyncModbusTcpClient 192.168.1.233:8899]. Traceback: <traceback object at 0x7ff4561676c0>
4882|[2023-09-06 07:23:12]ERROR : PyModbusClient: *ONDULEUR* Something went wrong while reading test (command id 146): <class 'pymodbus.exceptions.ConnectionException'>  = Modbus Error: [Connection] Not connected[AsyncModbusTcpClient 192.168.1.233:8899]. Traceback: <traceback object at 0x7ff4561676c0>
4883|[2023-09-06 07:23:12]ERROR : PyModbusClient: *ONDULEUR* Something went wrong while reading test1 (command id 147): <class 'pymodbus.exceptions.ConnectionException'>  = Modbus Error: [Connection] Not connected[AsyncModbusTcpClient 192.168.1.233:8899]. Traceback: <traceback object at 0x7ff4561676c0>
4884|[2023-09-06 07:23:12]INFO : Send to jeedom :  {'eqId': '23', 'values': {'113': 38, '114': 44}}
4885|[2023-09-06 07:23:12]DEBUG : PyModbusClient: *ONDULEUR* disconnect called
4886|[2023-09-06 07:23:12]DEBUG : Starting new HTTP connection (1): localhost:80
4887|[2023-09-06 07:23:12]DEBUG : jeemymodbus.php: $result *{"eqId":"23","values":{"113":38,"114":44}}* type: array
4888|[2023-09-06 07:23:12]DEBUG : jeemodbus.php: Mise à jour cmd Psortie onduleur -> new value: 38
4889|[2023-09-06 07:23:12]DEBUG : jeemodbus.php: Mise à jour cmd Batterie -> new value: 44
4890|[2023-09-06 07:23:12]INFO : jeemodbus.php: Mise à jour des commandes info : 'Psortie onduleur' 'Batterie'
4891|[2023-09-06 07:23:12]DEBUG : http://localhost:80 "POST /plugins/mymodbus/core/php

Pour ce qui est de la différence entre les adresses la 487 c’est la puissance apparente sortie d’onduleur
la 48A c’est la puissance du réseau (consomation-production)
enfin je pense j’aurais voulu avoir des données pour pouvoir les interpreter
Merci a tous pour votre aide.

pas de pb.

4639|[2023-09-06 07:22:49]DEBUG : send: 0x1 0x3 0x4 0x8a 0x0 0x1 0xa4 0xd0
4640|[2023-09-06 07:22:49]DEBUG : Adding transaction 1
4641|[2023-09-06 07:22:49]DEBUG : recv: 0x1 0x3 0x2 0x0 0x0 0xb8 0x44
4642|[2023-09-06 07:22:49]DEBUG : Getting Frame - 0x3 0x2 0x0 0x0
4643|[2023-09-06 07:22:49]DEBUG : Factory Response[ReadHoldingRegistersResponse': 3]
4644|[2023-09-06 07:22:49]DEBUG : Frame advanced, resetting header!!
4645|[2023-09-06 07:22:49]DEBUG : Getting transaction 1
4646|[2023-09-06 07:22:49]DEBUG : Frame - [b'\x01\x03\x02\x00\x00\xb8D'] not ready
4647|[2023-09-06 07:22:49]DEBUG : [0]

Je ne vois pas ce qui peut bloquer. On voit bien que ton onduleur répond « 0 » pour le registre x048A. Essaie avec modbus doctor avec la même adresse pour voir ce qu’il te répond. Si modbus doctor te donne la même réponse alors il te reste à contacter le SAV de sofar solar

hors sujet: moi j’ai un HYD 6000 ES, est ce que tu as essayé d’utiliser la télécommande dans l’application solarman?

La telecomande ? Je ne vois pas ce que cest donc je ne pense pas.