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

Docker image 7.0.0 casse le mode historique sur Raspberry #26

Closed
rtorrente opened this issue Jun 8, 2022 · 4 comments
Closed

Docker image 7.0.0 casse le mode historique sur Raspberry #26

rtorrente opened this issue Jun 8, 2022 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@rtorrente
Copy link
Contributor

Je remonte un bug qui semble être apparu sur la version 7.0.0 publiée récemment.

Après upgrade du container docker sous la dernière latest (sha256:7627dd25d7dac7214b3add0479b42d0a1b6f26fa51614e533a47c6b5270ccb15) et le container est en bootloop sur une erreur de segmentation

22:11:19.787  INFO teleinfo-mqtt:
    Starting teleinfo-mqtt with configuration = {
      emitInterval: '5',
      hassDiscovery: true,
      hassDiscoveryPrefix: 'homeassistant',
      logLevel: 'info',
      mqttBaseTopic: 'teleinfo',
      mqttUrl: 'mqtt://mqtt',
      mqttUser: undefined,
      mqttPassword: '<hidden>',
      serial: '/dev/ttyAMA0',
      ticMode: 'history'
    }
22:11:19.813  INFO teleinfo-mqtt: Connecting to port [/dev/ttyAMA0] with history TIC mode
Segmentation fault (core dumped)

En repassant sur l'image de tag 6.1.0, tout fonctionne immédiatement

@fmartinou
Copy link
Owner

It's likely an issue with the node-serialport package in it's latest version (10+).

serialport/node-serialport#2438

I'm gonna take a look and downgrade it if so.

@fmartinou fmartinou self-assigned this Jun 8, 2022
@fmartinou fmartinou added the bug Something isn't working label Jun 8, 2022
@fmartinou
Copy link
Owner

@rtorrente @Bobdugrand8

I've downgraded the serialport from v10 to v9 as the others also did (zigbee2mqtt, zwave2mqtt, node-red...).
Can you give a try to the latest 7.0.1?
Thanks

@rtorrente
Copy link
Contributor Author

@fmartinou I confirm it's ok on my rpi with 7.0.1

Thankks !

@ripp2003
Copy link

ripp2003 commented Jun 9, 2022

@martinou : Thanks for the fix, it's ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants