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

Addon not working after update to 1.4.0 #30

Closed
janneho opened this issue Aug 28, 2023 · 7 comments · Fixed by #32
Closed

Addon not working after update to 1.4.0 #30

janneho opened this issue Aug 28, 2023 · 7 comments · Fixed by #32
Labels
bug Something isn't working

Comments

@janneho
Copy link

janneho commented Aug 28, 2023

Was ok before update.

Logs:

s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
[14:54:19] INFO: MQTT service found, using service config
2023-08-28T11:54:23.245Z [main] info: Setting log level to debug
2023-08-28T11:54:23.251Z [main] info: Opening serial connection to /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_AB0LZ14G-if00-port0, slave ID 1
/app/entrypoint.sh: line 7:   146 Segmentation fault      (core dumped) node --unhandled-rejections=warn /app/eda-modbus-bridge/eda-modbus-bridge.mjs ${CMD_OPTIONS}
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
@Jalle19
Copy link
Owner

Jalle19 commented Aug 29, 2023

Strange, this doesn't happen to me. What hardware do you run Home Assistant on?

@Jalle19 Jalle19 added the bug Something isn't working label Aug 29, 2023
Jalle19 added a commit to Jalle19/eda-modbus-bridge that referenced this issue Aug 29, 2023
Jalle19 added a commit to Jalle19/eda-modbus-bridge that referenced this issue Aug 29, 2023
@Jalle19
Copy link
Owner

Jalle19 commented Aug 29, 2023

I think I have a solution in the works

@janneho
Copy link
Author

janneho commented Aug 29, 2023

Raspberry pi 4 hassos, and this.

Config as here:

modbus:
  device: /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_AB0LZ14G-if00-port0
  slave: 1
mqtt:
  host: ""
  ssl: false
  port: 1883
  username: ""
  password: ""
  publish_interval: 30
http:
  enabled: false
  listen_address: 0.0.0.0
  listen_port: 8080
logging:
  debug: true

@Jalle19
Copy link
Owner

Jalle19 commented Aug 29, 2023

I'll make a new version sometime tomorrow that should hopefully fix the issue. I don't have a Raspberry Pi 4 to test with unfortunately.

@Jalle19
Copy link
Owner

Jalle19 commented Aug 31, 2023

Try updating to version 1.5.0 of the addon 🤞

@janneho
Copy link
Author

janneho commented Aug 31, 2023

Try updating to version 1.5.0 of the addon 🤞

Evertyhing seems to be working again. Thanks for quick fix.

@Jalle19
Copy link
Owner

Jalle19 commented Aug 31, 2023

Good to hear!

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

Successfully merging a pull request may close this issue.

2 participants