Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Space disk usage #46

Open
r0m1CH opened this issue Apr 29, 2023 · 1 comment
Open

Space disk usage #46

r0m1CH opened this issue Apr 29, 2023 · 1 comment

Comments

@r0m1CH
Copy link

r0m1CH commented Apr 29, 2023

Hi,

Thanks for your great work here.

I upgraded to the latest version last week and now I have a strange behavior with my t2m container.
It fills my entire disk in one day.

I'm running this new image: fmartinou/tydom2mqtt:3.0.2

The container took 128GB in one day.

My container logs is filled with one message (5 or 6 every milliseconds ?) :

2023-04-28 12:28:56,705 - main - WARNING - Unable to handle message: received 1000 (OK); then sent 1000 (OK)
2023-04-28 12:28:56,705 - main - WARNING - Unable to handle message: received 1000 (OK); then sent 1000 (OK)
2023-04-28 12:28:56,705 - main - WARNING - Unable to handle message: received 1000 (OK); then sent 1000 (OK)
2023-04-28 12:28:56,706 - main - WARNING - Unable to handle message: received 1000 (OK); then sent 1000 (OK)
2023-04-28 12:28:56,706 - main - WARNING - Unable to handle message: received 1000 (OK); then sent 1000 (OK)
2023-04-28 12:28:56,706 - main - WARNING - Unable to handle message: received 1000 (OK); then sent 1000 (OK)
2023-04-28 12:28:56,706 - main - WARNING - Unable to handle message: received 1000 (OK); then sent 1000 (OK)
2023-04-28 12:28:56,706 - main - WARNING - Unable to handle message: received 1000 (OK); then sent 1000 (OK)
2023-04-28 12:28:56,706 - main - WARNING - Unable to handle message: received 1000 (OK); then sent 1000 (OK)
2023-04-28 12:28:56,706 - main - WARNING - Unable to handle message: received 1000 (OK); then sent 1000 (OK)
2023-04-28 12:28:56,706 - main - WARNING - Unable to handle message: received 1000 (OK); then sent 1000 (OK)
2023-04-28 12:28:56,706 - main - WARNING - Unable to handle message: received 1000 (OK); then sent 1000 (OK)
2023-04-28 12:28:56,707 - main - WARNING - Unable to handle message: received 1000 (OK); then sent 1000 (OK)
2023-04-28 12:28:56,707 - main - WARNING - Unable to handle message: received 1000 (OK); then sent 1000 (OK)
2023-04-28 12:28:56,707 - main - WARNING - Unable to handle message: received 1000 (OK); then sent 1000 (OK)
2023-04-28 12:28:56,707 - main - WARNING - Unable to handle message: received 1000 (OK); then sent 1000 (OK)
2023-04-28 12:28:56,707 - main - WARNING - Unable to handle message: received 1000 (OK); then sent 1000 (OK)
2023-04-28 12:28:56,707 - main - WARNING - Unable to handle message: received 1000 (OK); then sent 1000 (OK)
2023-04-28 12:28:56,707 - main - WARNING - Unable to handle message: received 1000 (OK); then sent 1000 (OK)
2023-04-28 12:28:56,707 - main - WARNING - Unable to handle message: received 1000 (OK); then sent 1000 (OK)
2023-04-28 12:28:56,707 - main - WARNING - Unable to handle message: received 1000 (OK); then sent 1000 (OK)

here my environment variables:

  - PUID=$PUID
  - PGID=$PGID
  - TZ=$TZ
  - TYDOM_MAC=00***
  - TYDOM_PASSWORD=****
  - TYDOM_IP=192.168.8.25
  - MQTT_HOST=mosquitto-z2m
  - MQTT_PORT=1883
  - MQTT_USER=mqtt-user
  - MQTT_PASSWORD=***

What is happening here ?

I remain available if your need more information or need to test.

Best
Romain

@r0m1CH
Copy link
Author

r0m1CH commented Apr 29, 2023

Si jamais le log du démarrage du container (une fois supprimé et recréé):

2023-04-29 09:29:06,490 - Starting tydom2mqtt
2023-04-29 09:29:06,490 - Validating configuration ({
"log_level": "INFO",
"mqtt_host": "mosquitto-z2m",
"mqtt_password": "Z***Y",
"mqtt_port": "1883",
"mqtt_ssl": false,
"mqtt_user": "mqtt-user",
"tydom_alarm_home_zone": 1,
"tydom_alarm_night_zone": 2,
"tydom_alarm_pin": "",
"tydom_ip": "192.168.8.25",
"tydom_mac": "001A
",
"tydom_password": "1*******l"
}
2023-04-29 09:29:06,490 - The configuration is valid
2023-04-29 09:29:06,491 - tydom.TydomClient - INFO - Configure local mode (192.168.8.25)
2023-04-29 09:29:06,495 - mqtt.MqttClient - INFO - Connecting to mqtt broker (host=mosquitto-z2m, port=1883, user=mqtt-user, ssl=False)
2023-04-29 09:29:06,501 - tydom.TydomClient - INFO - Connecting to tydom
2023-04-29 09:29:09,076 - mqtt.MqttClient - INFO - Connected to mqtt broker
2023-04-29 09:29:11,552 - tydom.TydomClient - INFO - Connected to tydom
2023-04-29 09:29:11,552 - tydom.TydomClient - INFO - Setup tydom client
2023-04-29 09:29:11,694 - tydom.MessageHandler - INFO - Device update (id=1677870954, endpoint=1677870954, name=Chauffage 1, type=boiler)
2023-04-29 09:29:11,695 - tydom.MessageHandler - INFO - Device update (id=1677870954, endpoint=1677870955, name=Chauffage 2, type=boiler)
2023-04-29 09:29:11,725 - tydom.MessageHandler - INFO - Device update (id=1677870954, endpoint=1677870954, name=Chauffage 1, type=boiler)
2023-04-29 09:29:11,935 - tydom.MessageHandler - INFO - Device update (id=1677870954, endpoint=1677870955, name=Chauffage 2, type=boiler)
2023-04-29 09:29:12,150 - tydom.MessageHandler - INFO - Device update (id=1677870954, endpoint=1677870954, name=Chauffage 1, type=boiler)
2023-04-29 09:29:12,355 - tydom.MessageHandler - INFO - Device update (id=1677870954, endpoint=1677870954, name=Chauffage 1, type=boiler)
2023-04-29 09:29:12,570 - tydom.MessageHandler - INFO - Device update (id=1677870954, endpoint=1677870955, name=Chauffage 2, type=boiler)
2023-04-29 09:29:12,776 - tydom.MessageHandler - INFO - Device update (id=1677870954, endpoint=1677870955, name=Chauffage 2, type=boiler)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant