homebridge/homebridge-config-ui-x

Widget don’t show graph

testpaul999 opened this issue · 1 comments

Current Situation

Have setup a new rpi4 with the Homebridge image and manually add plugins.
Don’t use old backup.
IMG_4498

Logs

None
See screenshot

Config

{
    "bridge": {
        "name": "Homebridge",
        "username": "0E:46:9C:13:2C:23",
        "port": 51042,
        "pin": "138-98-667",
        "advertiser": "avahi",
        "bind": [
            "eth0"
        ]
    },
    "accessories": [
        {
            "name": "Wäsche-ist-fertig",
            "delay": 2000,
            "delayUnit": "ms",
            "sensorType": "motion",
            "flipSensorState": false,
            "startOnReboot": false,
            "debug": false,
            "accessory": "DelaySwitch"
        },
        {
            "name": "Wäsche-Start",
            "delay": 2000,
            "sensorType": "motion",
            "flipSensorState": false,
            "startOnReboot": false,
            "accessory": "DelaySwitch"
        }
    ],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "auth": "form",
            "theme": "orange",
            "tempUnits": "c",
            "lang": "de",
            "scheduledBackupPath": "/home/juf/FritzNAS/BackupHomebridge/",
            "disableServerMetricsMonitoring": true,
            "platform": "config"
        },
        {
            "name": "deCONZ",
            "hosts": [
                "192.168.2.248:4530"
            ],
            "platform": "deCONZ"
        },
        {
            "name": "WMPow",
            "debug": false,
            "devices": [
                {
                    "name": "Waschmaschine",
                    "ip": "192.168.2.228",
                    "port": 1883,
                    "username": "mqtt",
                    "password": "mqtt1",
                    "manufacturer": "Gosund",
                    "model": "SP1v24",
                    "onValue": "ON",
                    "offValue": "OFF",
                    "startValue": 3,
                    "motionSensor": true,
                    "topics": {
                        "stateGet": "tele/Waschmaschine/STATE",
                        "statusGet": "stat/Waschmaschine/POWER",
                        "energyGet": "tele/Waschmaschine/SENSOR",
                        "statusSet": "cmnd/Waschmaschine/power",
                        "resetSet": [
                            "cmnd/Waschmaschine/EnergyReset1",
                            "cmnd/Waschmaschine/EnergyReset2",
                            "cmnd/Waschmaschine/EnergyReset3"
                        ]
                    }
                }
            ],
            "telegram": {
                "active": false
            },
            "platform": "WMPow"
        },
        {
            "name": "CameraUI",
            "port": 8082,
            "atHomeSwitch": false,
            "logLevel": "warn",
            "mqtt": {
                "active": false,
                "tls": false,
                "port": 1883
            },
            "http": {
                "active": false,
                "port": 7272,
                "localhttp": false
            },
            "smtp": {
                "active": false,
                "port": 2727,
                "space_replace": "+"
            },
            "ftp": {
                "active": false,
                "useFile": false,
                "port": 5050
            },
            "ssl": {
                "active": false
            },
            "options": {
                "videoProcessor": "ffmpeg"
            },
            "cameras": [
                {
                    "name": "Garten",
                    "manufacturer": "Reolink",
                    "motion": false,
                    "motionTimeout": 15,
                    "unbridge": true,
                    "hsv": true,
                    "prebuffering": false,
                    "prebufferLength": 4,
                    "videoConfig": {
                        "source": "-rtsp_transport tcp -re -i rtsp://aaaaaaa:1111111111@192.168.2.151:554/h264Preview_01_sub",
                        "subSource": "-rtsp_transport tcp -re -i rtsp://aaaaaa:11111111@192.168.2.151:554/h264Preview_01_sub",
                        "stillImageSource": "-i http://192.168.2.151/cgi-bin/api.cgi?cmd=Snap&channel=0&rs=95270000FXDIKAUR&user=aaaaaaa&password=!!!!!",
                        "maxStreams": 2,
                        "maxWidth": 640,
                        "maxHeight": 320,
                        "maxFPS": 15,
                        "maxBitrate": 512,
                        "vcodec": "copy",
                        "acodec": "libfdk_aac",
                        "audio": true
                    },
                    "smtp": {
                        "email": "Garten"
                    },
                    "videoanalysis": {
                        "active": false
                    },
                    "mqtt": {}
                }
            ],
            "platform": "CameraUI"
        },
        {
            "name": "Video Doorbell",
            "cameras": [
                {
                    "name": "Haustuer",
                    "button": true,
                    "motion": false,
                    "throttle": 10000,
                    "videoConfig": {
                        "source": "-i rtsp://aaaaaaaa:11111111@192.168.2.153:554/h264Preview_01_sub",
                        "stillImageSource": "-i http://192.168.2.153/cgi-bin/api.cgi?cmd=Snap&channel=0&rs=95270000FXDIKAUR&user=aaaaaaaa&password=!!!!!",
                        "maxStreams": 2,
                        "maxWidth": 640,
                        "maxHeight": 360,
                        "nativeWidth": 640,
                        "nativeHeight": 360,
                        "maxFPS": 15,
                        "maxBitrate": 300,
                        "vcodec": "libx264",
                        "packetSize": 1316,
                        "mapvideo": "0:0",
                        "mapaudio": "0:1",
                        "vflip": false,
                        "hflip": false,
                        "audio": "true",
                        "debug": false
                    },
                    "manufacturer": "Reolink",
                    "model": "810A",
                    "firmwareRevision": "3.2"
                }
            ],
            "platform": "Video-doorbell"
        }
    ]
}

Homebridge UI Version

4.55.1

Homebridge Version

1.7.0

Node.js Version

20.11.1

Operating System

Official Homebridge Raspberry Pi Image

Environment Info

{"label"=>"Using hb-service?"}

Raspberry Pi Model

Raspberry Pi 4 B

My fault