hoobs-org / HOOBS

Build your Smart Home with HOOBS. Connect over 2,000 Accessories to your favorite Ecosystem.
https://hoobs.org
GNU General Public License v3.0
552 stars 51 forks source link

Dietpi Cpu temperature #492

Closed bubez81 closed 4 years ago

bubez81 commented 4 years ago

Description In Dietpi i can't see the cpu temperature in the graph

Version Current Version: 3.1.20

Did you upgrade Please let us know if you upgraded from a previous version.

Did you orginally upgrade to HOOBS 3 from HOOBS 2.1.1? Did you perform an upgrade from HOOBS 2.1.1? Some things are different.

What device are you using? Please let us know the device you are running HOOBS on.

If this is a custom install, what's your operating system? DietPi v6.29.0 (dev)

List your plugins Google Home Camera FFMPEG Harmony Lolo Mqttthing Neato Tplink Smarthome

Post your config

{
    "server": {
        "port": 8080,
        "origin": "*",
        "autostart": 0,
        "home_setup_id": "X-HM://0023ISYWYGBBO",
        "polling_seconds": 5
    },
    "client": {
        "default_route": "status",
        "inactive_logoff": 30,
        "theme": "hoobs-light",
        "locale": "it",
        "temp_units": "celsius",
        "country_code": "xx",
        "postal_code": "xxx",
        "latitude": "xxxx",
        "longitude": "xxxx"
    },
    "bridge": {
        "name": "HOOBS",
        "port": xxxx,
        "pin": "xxxx",
        "username": "xxxx"
    },
    "description": "",
    "ports": {},
    "accessories": [
        {
            "accessory": "mqttthing",
            "type": "lightbulb",
            "name": "Luci Cantina",
            "url": "mqtt://xxxx",
            "username": "xxxx",
            "password": "xxxx",
            "topics": {
                "setOn": "cmnd/lcantina/power",
                "getOn": "cmnd/lcantina/POWER",
                "getOnline": {
                    "topic": "tele/lcantina/LWT",
                    "apply": "return message == 'Online' ? 'ON' : 'OFF';"
                }
            },
            "integerValue": false,
            "onValue": "ON",
            "offValue": "OFF",
            "logMqtt": true,
            "plugin_map": {
                "plugin_name": "homebridge-mqttthing",
                "index": 0
            }
        }
    ],
    "platforms": [
        {
            "platform": "NeatoVacuumRobot",
            "plugin_map": {
                "plugin_name": "homebridge-neato"
            },
            "email": "xxxx",
            "password": "xxxx"
        },
        {
            "platform": "Camera-ffmpeg",
            "plugin_map": {
                "plugin_name": "homebridge-camera-ffmpeg"
            },
            "name": "Camera ffmpeg",
            "cameras": [
                {
                    "name": "Camera Garage",
                    "motion": true,
                    "manufacturer": "Reolink",
                    "model": "RLC-410W",
                    "serialNumber": "xxxx",
                    "firmwareRevision": "2.0.0.0.448_19061404",
                    "videoConfig": {
                        "source": "-re -i xxxx",
                        "stillImageSource": "-i xxxx",
                        "maxStreams": 2,
                        "maxWidth": 1280,
                        "maxHeight": 720,
                        "maxFPS": 30
                    }
                }
            ]
        },
        {
            "platform": "LegrandMyHome",
            "ipaddress": "xxxx",
            "port": "xxxx",
            "ownpassword": "xxxx",
            "setclock": true,
            "devices": [
                {
                    "accessory": "MHBlindAdvanced",
                    "name": "Tapparella Sinistra Cucina",
                    "address": "0/1/1"
                },
                {
                    "accessory": "MHBlindAdvanced",
                    "name": "Tapparella Destra Cucina",
                    "address": "0/1/4"
                },
                {
                    "accessory": "MHBlindAdvanced",
                    "name": "Tapparella Sinistra Camera Bambini",
                    "address": "0/1/3"
                },
                {
                    "accessory": "MHBlindAdvanced",
                    "name": "Tapparella Destra Camera Bambini",
                    "address": "0/1/2"
                },
                {
                    "accessory": "MHBlindAdvanced",
                    "name": "Tapparella Sinistra Soggiorno",
                    "address": "0/1/6"
                },
                {
                    "accessory": "MHBlindAdvanced",
                    "name": "Tapparella Destra Soggiorno",
                    "address": "0/3/5"
                },
                {
                    "accessory": "MHBlindAdvanced",
                    "name": "Tapparella Camera da Letto",
                    "address": "0/1/5"
                },
                {
                    "accessory": "MHRelay",
                    "name": "Luce Ufficio",
                    "address": "0/0/3"
                }
            ],
            "plugin_map": {
                "plugin_name": "homebridge-lolo"
            }
        },
        {
            "platform": "TplinkSmarthome",
            "plugin_map": {
                "plugin_name": "homebridge-tplink-smarthome"
            }
        },
        {
            "platform": "MyHome2",
            "name": "MyHome2",
            "host": "xxx",
            "port": "xxxx",
            "password": "xxxx",
            "url": "xxxx",
            "log": "0",
            "accessories": [
                {
                    "type": "Lightbulb",
                    "name": "Led Soggiorno",
                    "address": "0010",
                    "can_dim": false
                },
                {
                    "type": "Lightbulb",
                    "name": "Dimmer Floss",
                    "address": "05",
                    "can_dim": true
                },
                {
                    "type": "Lightbulb",
                    "name": "Luce Sinistra Camera Bambini",
                    "address": "19",
                    "can_dim": false
                },
                {
                    "type": "Lightbulb",
                    "name": "Luce Destra Camera Bambini",
                    "address": "18",
                    "can_dim": false
                },
                {
                    "type": "Lightbulb",
                    "name": "Luce Nicchia",
                    "address": "28",
                    "can_dim": true
                },
                {
                    "type": "Lightbulb",
                    "name": "Luce Camera da Letto",
                    "address": "07",
                    "can_dim": false
                },
                {
                    "type": "Lightbulb",
                    "name": "Luce Specchio Bagno Piccolo",
                    "address": "0015",
                    "can_dim": false
                },
                {
                    "type": "Lightbulb",
                    "name": "Luce Bagno Piccolo",
                    "address": "29",
                    "can_dim": true
                },
                {
                    "type": "Lightbulb",
                    "name": "Luce Balcone",
                    "address": "0113",
                    "can_dim": false
                },
                {
                    "type": "Lightbulb",
                    "name": "Luce Bagno Grande",
                    "address": "0012",
                    "can_dim": false
                },
                {
                    "type": "Lightbulb",
                    "name": "Luce Specchio Bagno Grande",
                    "address": "0013",
                    "can_dim": false
                },
                {
                    "type": "Lightbulb",
                    "name": "Luce Vasca Bagno Grande",
                    "address": "27",
                    "can_dim": true
                },
                {
                    "type": "Lightbulb",
                    "name": "Luce Corridoio",
                    "address": "0111",
                    "can_dim": false
                },
                {
                    "type": "Lightbulb",
                    "name": "Luce Penisola Cucina",
                    "address": "09",
                    "can_dim": false
                },
                {
                    "type": "Lightbulb",
                    "name": "Luce Ufficio",
                    "address": "03",
                    "can_dim": false
                },
                {
                    "type": "Lightbulb",
                    "name": "Luce Tavolo Cucina",
                    "address": "02",
                    "can_dim": false
                },
                {
                    "type": "Lightbulb",
                    "name": "Luce Finestra Cucina",
                    "address": "01",
                    "can_dim": false
                },
                {
                    "type": "Lightbulb",
                    "name": "Luce Ingresso",
                    "address": "0210",
                    "can_dim": true
                },
                {
                    "type": "Cen",
                    "name": "Accendi tutte le Luci",
                    "frame": "*1*1*0##"
                },
                {
                    "type": "Cen",
                    "name": "Spegni tutte le Luci",
                    "frame": "*1*0*0##"
                },
                {
                    "type": "SAThermoH",
                    "name": "Riscaldamento Soggiorno",
                    "address": 2
                },
                {
                    "type": "SAThermoH",
                    "name": "Riscaldamento Cucina",
                    "address": 1
                },
                {
                    "type": "SAThermoH",
                    "name": "Riscaldamento Camera Bambini",
                    "address": 3
                },
                {
                    "type": "SAThermoH",
                    "name": "Riscaldamento Camera da Letto",
                    "address": 4
                },
                {
                    "type": "Cen",
                    "name": "Alza tutte le Tapparelle",
                    "frame": "*2*1*0##"
                },
                {
                    "type": "Cen",
                    "name": "Abbassa tutte le Tapparelle",
                    "frame": "*2*2*0##"
                },
                {
                    "type": "Cen",
                    "name": "Ferma tutte le Tapparelle",
                    "frame": "*2*0*0##"
                },
                {
                    "type": "Switch",
                    "name": "Ventola Bagno Piccolo",
                    "address": "08"
                },
                {
                    "type": "Switch",
                    "name": "Ventola Bagno Grande",
                    "address": "0011"
                },
                {
                    "type": "Energy",
                    "name": "Consumo Generale",
                    "address": "1"
                }
            ],
            "plugin_map": {
                "plugin_name": "homebridge-BticinoLegrand2"
            }
        },
        {
            "platform": "HarmonyHubWebSocket",
            "plugin_map": {
                "plugin_name": "homebridge-harmony"
            },
            "name": "Harmony Soggiorno",
            "hubIP": "192.168.1.24",
            "cleanCache": true,
            "mainActivity": "Cinema",
            "playPauseBehavior": true,
            "publishAllTVAsExternalAccessory": false
        },
        {
            "platform": "google-home",
            "plugin_map": {
                "plugin_name": "google-home"
            },
            "name": "Google Home",
            "debug": false,
            "accessoryFilter": [
                "Lavastoviglie",
                "Asciugatrice",
                "Lavatrice",
                "Frigorifero",
                "Jarvis Clean",
                "Jarvis Clean Spot",
                "Jarvis Go to Dock",
                "Jarvis Eco Mode",
                "Jarvis NoGo Lines",
                "Jarvis Extra Care",
                "Jarvis Schedule",
                "Jarvis Find Me",
                "Clean the Cucina",
                "Clean the Stanza Bambini",
                "Clean the Camera da Letto",
                "Clean the Bagno Grande",
                "Clean the Soggiorno",
                "Clean the Corridoio",
                "Clean the Ingresso",
                "Clean the Ufficio"
            ],
            "token": xxx
        }
    ]
}

Post your log You can get the log from the intercafe. This is in the Log section.

[2/24/2020, 4:49:43 PM] HOOBS listning on port 8080.
[Homebridge] [2/24/2020, 4:49:44 PM] Loaded config.json with 1 accessories and 7 platforms.
[Homebridge] [2/24/2020, 4:49:45 PM] Loaded plugin: "homebridge-BticinoLegrand2"
[Homebridge] [2/24/2020, 4:49:45 PM] Registering accessory "homebridge-BticinoLegrand2.MyHome2"
[Homebridge] [2/24/2020, 4:49:45 PM] Registering platform "homebridge-BticinoLegrand2.MyHome2"
[Homebridge] [2/24/2020, 4:49:47 PM] Loaded plugin: "homebridge-camera-ffmpeg"
[Homebridge] [2/24/2020, 4:49:47 PM] Registering platform "homebridge-camera-ffmpeg.Camera-ffmpeg"
[Homebridge] [2/24/2020, 4:49:48 PM] Loaded plugin: "homebridge-creskit"
[Homebridge] [2/24/2020, 4:49:48 PM] Registering platform "homebridge-creskit.CresKit"
[Homebridge] [2/24/2020, 4:49:48 PM] Loaded plugin: "homebridge-harmony"
[Homebridge] [2/24/2020, 4:49:48 PM] Registering platform "homebridge-harmonyHub.HarmonyHubWebSocket"
[Homebridge] [2/24/2020, 4:49:48 PM] Loaded plugin: "homebridge-lolo"
[Homebridge] [2/24/2020, 4:49:48 PM] Registering platform "homebridge-lolo.LegrandMyHome"
[Homebridge] [2/24/2020, 4:49:48 PM] Loaded plugin: "homebridge-mqttthing"
[Homebridge] [2/24/2020, 4:49:48 PM] Registering accessory "homebridge-mqttthing.mqttthing"
[Homebridge] [2/24/2020, 4:49:48 PM] Loaded plugin: "homebridge-neato"
[Homebridge] [2/24/2020, 4:49:49 PM] Registering platform "homebridge-neato.NeatoVacuumRobot"
[Homebridge] [2/24/2020, 4:49:49 PM] Loaded plugin: "homebridge-tplink-smarthome"
[Homebridge] [2/24/2020, 4:49:49 PM] Registering platform "homebridge-tplink-smarthome.TplinkSmarthome"
[Homebridge] [2/24/2020, 4:49:49 PM] Loaded plugin: "google-home"
[Homebridge] [2/24/2020, 4:49:49 PM] Registering platform "google-home.google-home"
[Homebridge] [2/24/2020, 4:49:49 PM] Loading 7 platforms...
[Homebridge] [2/24/2020, 4:49:49 PM] [NeatoVacuumRobot] Initializing NeatoVacuumRobot platform...
[Homebridge] [2/24/2020, 4:49:49 PM] [NeatoVacuumRobot] Refresh is set to: auto
[Homebridge] [2/24/2020, 4:49:49 PM] [Camera ffmpeg] Initializing Camera-ffmpeg platform...
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] Initializing LegrandMyHome platform...
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] LegrandMyHome: adds accessory
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] LegrandMyHome::MHBlindAdvanced create object: 0/1/1
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] LegrandMyHome: adds accessory
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] LegrandMyHome::MHBlindAdvanced create object: 0/1/4
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] LegrandMyHome: adds accessory
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] LegrandMyHome::MHBlindAdvanced create object: 0/1/3
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] LegrandMyHome: adds accessory
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] LegrandMyHome::MHBlindAdvanced create object: 0/1/2
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] LegrandMyHome: adds accessory
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] LegrandMyHome::MHBlindAdvanced create object: 0/1/6
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] LegrandMyHome: adds accessory
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] LegrandMyHome::MHBlindAdvanced create object: 0/3/5
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] LegrandMyHome: adds accessory
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] LegrandMyHome::MHBlindAdvanced create object: 0/1/5
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] LegrandMyHome: adds accessory
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] LegrandMyHome::MHRelay create object: 0/0/3
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] LegrandMyHome for MyHome Gateway at 192.168.1.17:20000
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] Initializing platform accessory "Tapparella Sinistra Cucina".
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] Initializing platform accessory "Tapparella Destra Cucina".
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] Initializing platform accessory "Tapparella Sinistra Camera Bambini".
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] Initializing platform accessory "Tapparella Destra Camera Bambini".
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] Initializing platform accessory "Tapparella Sinistra Soggiorno".
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] Initializing platform accessory "Tapparella Destra Soggiorno".
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] Initializing platform accessory "Tapparella Camera da Letto".
[Homebridge] [2/24/2020, 4:49:49 PM] [LegrandMyHome] Initializing platform accessory "Luce Ufficio".
[Homebridge] [2/24/2020, 4:49:49 PM] [TplinkSmarthome] Initializing TplinkSmarthome platform...
[Homebridge] [2/24/2020, 4:49:49 PM] [TplinkSmarthome] homebridge-tplink-smarthome v4.0.1, node v11.6.0, homebridge v0.4.50
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing MyHome2 platform...
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Starting Bticino Legrand Config
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Success MyHome Config
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Led Soggiorno".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Dimmer Floss".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Luce Sinistra Camera Bambini".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Luce Destra Camera Bambini".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Luce Nicchia".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Luce Camera da Letto".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Luce Specchio Bagno Piccolo".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Luce Bagno Piccolo".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Luce Balcone".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Luce Bagno Grande".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Luce Specchio Bagno Grande".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Luce Vasca Bagno Grande".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Luce Corridoio".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Luce Penisola Cucina".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Luce Ufficio".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Luce Tavolo Cucina".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Luce Finestra Cucina".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Luce Ingresso".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Accendi tutte le Luci".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Spegni tutte le Luci".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Riscaldamento Soggiorno".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Riscaldamento Cucina".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Riscaldamento Camera Bambini".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Riscaldamento Camera da Letto".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Alza tutte le Tapparelle".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Abbassa tutte le Tapparelle".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Ferma tutte le Tapparelle".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Ventola Bagno Piccolo".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Ventola Bagno Grande".
[Homebridge] [2/24/2020, 4:49:49 PM] [MyHome2] Initializing platform accessory "Consumo Generale".
[Homebridge] [2/24/2020, 4:49:49 PM] [Harmony Soggiorno] Initializing HarmonyHubWebSocket platform...
[Homebridge] [2/24/2020, 4:49:49 PM] [Harmony Soggiorno] HarmonyPlatform Init
[Homebridge] [2/24/2020, 4:49:49 PM] [Google Home] Initializing google-home platform...
[Homebridge] [2/24/2020, 4:49:49 PM] Loading 1 accessories...
[Homebridge] [2/24/2020, 4:49:49 PM] [Luci Cantina] Initializing mqttthing accessory...
[Homebridge] [2/24/2020, 4:49:49 PM] [Luci Cantina] MQTT options: {"keepalive":10,"clientId":"mqttthing_Luci Cantina_6892a195","protocolId":"MQTT","protocolVersion":4,"clean":true,"reconnectPeriod":1000,"connectTimeout":30000,"will":{"topic":"WillMsg","payload":"Connection Closed abnormally..!","qos":0,"retain":false},"username":"sdomotica","rejectUnauthorized":false}
[Homebridge] [2/24/2020, 4:49:49 PM] [TplinkSmarthome] Configuring cached accessory: [Asciugatrice] 8006A8B7E686F1E5E6F28EE93A7871FB1B611FAA 2b512446-4aaa-4834-aa30-682920043e8c
[Homebridge] [2/24/2020, 4:49:49 PM] [TplinkSmarthome] Configuring cached accessory: [Frigorifero] 80060E4D4DEC4B3FDA8B8AB4430E0FEC1B61AFEF a6c13ea0-af19-496b-9abd-36a04a37e09b
[Homebridge] [2/24/2020, 4:49:49 PM] [TplinkSmarthome] Configuring cached accessory: [Microonde] 80061150A277BBF9C0EAC524D7DE00E31B1ACE69 37af22af-14cd-42ac-8ad1-5d3b1f26fdf2
[Homebridge] [2/24/2020, 4:49:49 PM] [TplinkSmarthome] Configuring cached accessory: [Lavastoviglie] 8006BD7709EA263E4DBB1D9BE11F88B51B19B8C0 02a2fd96-771c-4578-9b57-b057fda34587
[Homebridge] [2/24/2020, 4:49:49 PM] [TplinkSmarthome] Configuring cached accessory: [Lavatrice] 8006404CA7BE28A73B1172A83F7AA0BE1B1970C5 5a1c974e-fdd0-4b79-8161-50f176ab15b9
[Homebridge] [2/24/2020, 4:49:49 PM] [Harmony Soggiorno] DidFinishLaunching
[Homebridge] [2/24/2020, 4:49:49 PM] [Harmony Soggiorno] WARNING - Removing Accessories
[Homebridge] [2/24/2020, 4:49:49 PM] [Harmony Soggiorno] INFO - Loading activities...
[Homebridge] [2/24/2020, 4:49:49 PM] API launched
[Homebridge] [2/24/2020, 4:49:49 PM] [Camera Garage] is running on port 37919.
[Homebridge] [2/24/2020, 4:49:51 PM] [MyHome2] Connected to Bticino Legrand Machine
[Homebridge] [2/24/2020, 4:49:51 PM] [TplinkSmarthome] New Device Online: [Frigorifero] plug [80060E4D4DEC4B3FDA8B8AB4430E0FEC1B61AFEF] 192.168.1.7 9999
[Homebridge] [2/24/2020, 4:49:51 PM] [TplinkSmarthome] Adding: [Frigorifero] plug [80060E4D4DEC4B3FDA8B8AB4430E0FEC1B61AFEF]
[Homebridge] [2/24/2020, 4:49:51 PM] [TplinkSmarthome] New Device Online: [Asciugatrice] plug [8006A8B7E686F1E5E6F28EE93A7871FB1B611FAA] 192.168.1.8 9999
[Homebridge] [2/24/2020, 4:49:51 PM] [TplinkSmarthome] Adding: [Asciugatrice] plug [8006A8B7E686F1E5E6F28EE93A7871FB1B611FAA]
[Homebridge] [2/24/2020, 4:49:51 PM] [TplinkSmarthome] New Device Online: [Microonde] plug [80061150A277BBF9C0EAC524D7DE00E31B1ACE69] 192.168.1.5 9999
[Homebridge] [2/24/2020, 4:49:51 PM] [TplinkSmarthome] Adding: [Microonde] plug [80061150A277BBF9C0EAC524D7DE00E31B1ACE69]
[Homebridge] [2/24/2020, 4:49:51 PM] [TplinkSmarthome] New Device Online: [Lavastoviglie] plug [8006BD7709EA263E4DBB1D9BE11F88B51B19B8C0] 192.168.1.9 9999
[Homebridge] [2/24/2020, 4:49:51 PM] [TplinkSmarthome] Adding: [Lavastoviglie] plug [8006BD7709EA263E4DBB1D9BE11F88B51B19B8C0]
[Homebridge] [2/24/2020, 4:49:51 PM] [Luci Cantina] Received MQTT: tele/lcantina/LWT = Online
[Homebridge] [2/24/2020, 4:49:51 PM] [LegrandMyHome] getPositionState 0/1/1 = 2
[Homebridge] [2/24/2020, 4:49:52 PM] [Google Home] Connected (1) - wss://homebridge-gsh.iot.oz.nu
[Homebridge] [2/24/2020, 4:49:52 PM] [LegrandMyHome] getPositionState 0/1/2 = 2
[Homebridge] [2/24/2020, 4:49:52 PM] [LegrandMyHome] getPositionState 0/1/3 = 2
[Homebridge] [2/24/2020, 4:49:52 PM] [Harmony Soggiorno] INFO - Adding Accessory : Harmony Soggiorno-TV
[Homebridge] [2/24/2020, 4:49:52 PM] [Harmony Soggiorno] (Harmony Soggiorno)INFO - configuring Main TV Service
[Homebridge] [2/24/2020, 4:49:52 PM] [Harmony Soggiorno] (Harmony Soggiorno)INFO - Creating TV Service
[Homebridge] [2/24/2020, 4:49:52 PM] [Harmony Soggiorno] (Harmony Soggiorno)INFO - Creating Input Service - Playstation 4
[Homebridge] [2/24/2020, 4:49:52 PM] [Harmony Soggiorno] (Harmony Soggiorno)INFO - Creating Input Service - Televisione
[Homebridge] [2/24/2020, 4:49:52 PM] [Harmony Soggiorno] (Harmony Soggiorno)INFO - Creating Input Service - Musica
[Homebridge] [2/24/2020, 4:49:52 PM] [Harmony Soggiorno] (Harmony Soggiorno)INFO - Creating Input Service - Xbox 360
[Homebridge] [2/24/2020, 4:49:52 PM] [Harmony Soggiorno] (Harmony Soggiorno)INFO - Configuring Main Activity Cinema
[Homebridge] [2/24/2020, 4:49:52 PM] [Harmony Soggiorno] (Harmony Soggiorno)INFO - Creating TV Speaker Service
[Homebridge] [2/24/2020, 4:49:52 PM] [Harmony Soggiorno] (Harmony Soggiorno)INFO - Creating Input Service - Cinema
[Homebridge] [2/24/2020, 4:49:52 PM] [Harmony Soggiorno] WARNING - setupFoundAccessories - TV accessory added in your bridge, if another plugin is exposing a TV accessory this one might not be visible in your remote widget
[Homebridge] [2/24/2020, 4:49:53 PM] [LegrandMyHome] getPositionState 0/1/4 = 2
[Homebridge] [2/24/2020, 4:49:53 PM] [LegrandMyHome] getPositionState 0/1/5 = 2
[Homebridge] [2/24/2020, 4:49:53 PM] [LegrandMyHome] getPositionState 0/3/5 = 2
[Homebridge] [2/24/2020, 4:49:53 PM] [LegrandMyHome] getPositionState 0/1/6 = 2
[Homebridge] [2/24/2020, 4:49:55 PM] [NeatoVacuumRobot] Found robot #1 named "Jarvis" with serial "OPS35218-XXXXXXXXXXXX"
[Homebridge] [2/24/2020, 4:49:55 PM] [NeatoVacuumRobot] Added cleaning device named: Jarvis
[Homebridge] [2/24/2020, 4:49:55 PM] [NeatoVacuumRobot] Added cleaning device named: Jarvis - Cucina
[Homebridge] [2/24/2020, 4:49:55 PM] [NeatoVacuumRobot] Added cleaning device named: Jarvis - Stanza Bambini
[Homebridge] [2/24/2020, 4:49:55 PM] [NeatoVacuumRobot] Added cleaning device named: Jarvis - Camera da Letto
[Homebridge] [2/24/2020, 4:49:55 PM] [NeatoVacuumRobot] Added cleaning device named: Jarvis - Soggiorno
[Homebridge] [2/24/2020, 4:49:55 PM] [NeatoVacuumRobot] Added cleaning device named: Jarvis - Bagno Grande
[Homebridge] [2/24/2020, 4:49:55 PM] [NeatoVacuumRobot] Added cleaning device named: Jarvis - Corridoio
[Homebridge] [2/24/2020, 4:49:55 PM] [NeatoVacuumRobot] Added cleaning device named: Jarvis - Ingresso
[Homebridge] [2/24/2020, 4:49:55 PM] [NeatoVacuumRobot] Added cleaning device named: Jarvis - Ufficio
[Homebridge] [2/24/2020, 4:49:55 PM] [NeatoVacuumRobot] Initializing platform accessory "Jarvis".
[Homebridge] [2/24/2020, 4:49:55 PM] [NeatoVacuumRobot] Initializing platform accessory "Jarvis - Cucina".
[Homebridge] [2/24/2020, 4:49:55 PM] [NeatoVacuumRobot] Initializing platform accessory "Jarvis - Stanza Bambini".
[Homebridge] [2/24/2020, 4:49:55 PM] [NeatoVacuumRobot] Initializing platform accessory "Jarvis - Camera da Letto".
[Homebridge] [2/24/2020, 4:49:55 PM] [NeatoVacuumRobot] Initializing platform accessory "Jarvis - Soggiorno".
[Homebridge] [2/24/2020, 4:49:55 PM] [NeatoVacuumRobot] Initializing platform accessory "Jarvis - Bagno Grande".
[Homebridge] [2/24/2020, 4:49:55 PM] [NeatoVacuumRobot] Initializing platform accessory "Jarvis - Corridoio".
[Homebridge] [2/24/2020, 4:49:55 PM] [NeatoVacuumRobot] Initializing platform accessory "Jarvis - Ingresso".
[Homebridge] [2/24/2020, 4:49:55 PM] [NeatoVacuumRobot] Initializing platform accessory "Jarvis - Ufficio".
[Homebridge] [2/24/2020, 4:49:55 PM] Service is running on port 51826.
[Homebridge] [2/24/2020, 4:49:56 PM] [LegrandMyHome] getPositionState 0/1/1 = 2
[Homebridge] [2/24/2020, 4:49:58 PM] [LegrandMyHome] getPositionState 0/1/4 = 2
[Homebridge] [2/24/2020, 4:49:58 PM] [LegrandMyHome] getPositionState 0/1/3 = 2
[Homebridge] [2/24/2020, 4:49:58 PM] [LegrandMyHome] getPositionState 0/1/2 = 2
[Homebridge] [2/24/2020, 4:49:58 PM] [LegrandMyHome] getPositionState 0/1/6 = 2
[Homebridge] [2/24/2020, 4:49:58 PM] [LegrandMyHome] getPositionState 0/3/5 = 2
[Homebridge] [2/24/2020, 4:49:59 PM] [LegrandMyHome] getPositionState 0/1/5 = 2
[Homebridge] [2/24/2020, 4:50:16 PM] [Google Home] Finished instance discovery
[Homebridge] [2/24/2020, 4:50:31 PM] [Google Home] Sending Sync Request
[Homebridge] [2/24/2020, 4:50:32 PM] [Google Home] Received SYNC intent
[Homebridge] [2/24/2020, 4:50:39 PM] [TplinkSmarthome] New Device Online: [Lavatrice] plug [8006404CA7BE28A73B1172A83F7AA0BE1B1970C5] 192.168.1.10 9999
[Homebridge] [2/24/2020, 4:50:39 PM] [TplinkSmarthome] Adding: [Lavatrice] plug [8006404CA7BE28A73B1172A83F7AA0BE1B1970C5]

Additional context So the problem is that i can't see the cpu temp anywhere :)

mkellsy commented 4 years ago

Unfortunately we don't support Diet Pi, we support these OS

We use "sensors" to get this information. You can try to installing "sensors" and see if that works.

bubez81 commented 4 years ago

ok thank you do you mean lm-sensors?

mkellsy commented 4 years ago

It uses a command called "sensors", I think it is lm-sensors, but I am not sure.

bubez81 commented 4 years ago

mmm strange, I have a raspberry pi4 with the hoobs image installed but in terminal I can't find the command "sensors"

mkellsy commented 4 years ago

Here it is in the code https://github.com/hoobs-org/systeminfo/blob/c58bf10b1b37781fff1634951bb8e24145d3bbbd/lib/cpu.js#L611