42 lines
1.1 KiB
Markdown
42 lines
1.1 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: needs analysis
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
#### Description
|
|
<!-- A clear and concise description of what the bug is.
|
|
Anything related to actual message definitions in ebusd-configuration, serial bridge in ebusd-esp, or adapter v3/v2 do not belong here! Use the appropriate repository for those. -->
|
|
|
|
#### Actual behavior
|
|
<!-- A clear and concise description of what you expected to happen. -->
|
|
|
|
#### Expected behavior
|
|
<!-- A clear and concise description of what you expected to happen. -->
|
|
|
|
#### Environment
|
|
- OS: <!-- e.g. Ubuntu 20.04 -->
|
|
- Architecture: <!-- e.g. x64, arm, i386 -->
|
|
- ebusd version: <!-- e.g. 21.3 -->
|
|
- ebusd start arguments: <!-- e.g. copy the EBUSD_OPTS line from /etc/default/ebusd -->
|
|
- Integration:
|
|
- [ ] TCP <!-- cmdline client like ebusctl or netcat -->
|
|
- [ ] HTTP
|
|
- [ ] MQTT
|
|
- [ ] other
|
|
- Hardware interface:
|
|
- [ ] adapter 3
|
|
- [ ] adapter 2
|
|
- [ ] Esera
|
|
- [ ] other
|
|
|
|
#### Logs
|
|
<!-- Add some logging e.g. relevent lines found in /var/log/ebusd.log and ensure to wrap it with:
|
|
```txt
|
|
your log lines
|
|
```
|
|
-->
|