domotruc / jMQTT

Jeedom plugin to interface as a client with an MQTT broker.
16 stars 8 forks source link

Historisation de plusieurs valeurs d’une commande info dans la même seconde #98

Closed Jeandhom closed 4 years ago

Jeandhom commented 4 years ago

Sur les douze valeurs, je n’ai que la dernière valeur qui est historisée. Le problème doit probablement venir que ces valeurs remontent dans la même seconde. Cela peut-il être résolu dans le plugin ou dans le core ?

[2020-02-02 16:53:55][INFO] : -> Shellies Annonces|Annonce {"id":"shelly1-000004","mac":"B4E62D000004","ip":"192.168.1.231","new_fw":false, "fw_ver":"20200122-090220/v1.5.9@4b657c90"} [2020-02-02 16:53:55][INFO] : -> Shellies Annonces|Annonce {"id":"shelly1pm-000007","mac":"840D8E000007","ip":"192.168.1.240","new_fw":false, "fw_ver":"20200122-090726/v1.5.9@4b657c90"} [2020-02-02 16:53:55][INFO] : -> Shellies Annonces|Annonce {"id":"shelly1pm-000008","mac":"840D8E000008","ip":"192.168.1.241","new_fw":false, "fw_ver":"20200122-090726/v1.5.9@4b657c90"} [2020-02-02 16:53:55][INFO] : -> Shellies Annonces|Annonce {"id":"shelly1pm-000012","mac":"840D8E000012","ip":"192.168.1.239","new_fw":false, "fw_ver":"20200122-090726/v1.5.9@4b657c90"} [2020-02-02 16:53:55][INFO] : -> Shellies Annonces|Annonce {"id":"shelly1pm-000001","mac":"840D8E000001","ip":"192.168.1.242","new_fw":false, "fw_ver":"20200122-090726/v1.5.9@4b657c90"} [2020-02-02 16:53:55][INFO] : -> Shellies Annonces|Annonce {"id":"shelly1pm-000010","mac":"840D8E000010","ip":"192.168.1.246","new_fw":false, "fw_ver":"20200122-090726/v1.5.9@4b657c90"} [2020-02-02 16:53:55][INFO] : -> Shellies Annonces|Annonce {"id":"shelly1-000011","mac":"B4E62D000011","ip":"192.168.1.232","new_fw":false, "fw_ver":"20200122-090220/v1.5.9@4b657c90"} [2020-02-02 16:53:55][INFO] : -> Shellies Annonces|Annonce {"id":"shelly1pm-000002","mac":"840D8E000002","ip":"192.168.1.243","new_fw":false, "fw_ver":"20200122-090726/v1.5.9@4b657c90"} [2020-02-02 16:53:55][INFO] : -> Shellies Annonces|Annonce {"id":"shelly1-000006","mac":"B4E62D000006","ip":"192.168.1.234","new_fw":false, "fw_ver":"20200122-090220/v1.5.9@4b657c90"} [2020-02-02 16:53:55][INFO] : -> Shellies Annonces|Annonce {"id":"shelly1pm-000009","mac":"840D8E000009","ip":"192.168.1.237","new_fw":false, "fw_ver":"20200122-090726/v1.5.9@4b657c90"} [2020-02-02 16:53:55][INFO] : -> Shellies Annonces|Annonce {"id":"shelly1pm-000003","mac":"840D8E000003","ip":"192.168.1.238","new_fw":false, "fw_ver":"20200122-090726/v1.5.9@4b657c90"} [2020-02-02 16:53:55][INFO] : -> Shellies Annonces|Annonce {"id":"shelly1pm-000005","mac":"840D8E000005","ip":"192.168.1.245","new_fw":false, "fw_ver":"20200122-090726/v1.5.9@4b657c90"}

Jeandhom commented 4 years ago

Résolu avec le core de Jeedom.