---
name: Bug report
about: Something is not working as it should
title: '[widget name]: [short description]'
labels: ''
---

**Describe the bug**  
A clear and concise description of what the bug is.

**To Reproduce**  
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '...'
3. Scroll down to '....'
4. See error

**Expected behavior**  
A clear and concise description of what you expected to happen.

**Browser Consolen log File**  
add the browser consolen log file from the vis runtime. 
[How to get the consolen log file](https://support.shortpoint.com/support/solutions/articles/1000222881-save-browser-s-console-file)

**Widget, View or Project Export**
Export the widget, view or project and paste it here

```
Widget Export
```

**JSON Data**
If the Widget is using json data, export the json data and paste it here

```
JSON Data
```

**Screenshots**
provide some screenshots or animated images of the issue. For example you can create this with [ScreenToGif](https://www.screentogif.com/)

**Versions:**  
 - Adapter version: <adapter-version>
 - JS-Controller version: <js-controller-version> <!-- determine this with `iobroker -v` on the console -->
 - Node version: <node-version> <!-- determine this with `node -v` on the console -->
 - VIS Adapter version: <vis-adapter-version>

**Additional context**  
Add any other context about the problem here.
