a529987659852 / openwbmqtt

Custom component for home assistant supporting openWB wallbox
35 stars 16 forks source link

Sensors are all not provided #19

Closed Nesie closed 2 years ago

Nesie commented 2 years ago

Installed and configured everything like described, but got only >unknown< for the sensor values. Have double checked the Enty in config/.storage/core.config_enties:

    {
        "entry_id": "7c5ef5fa3fa3b69a3c36350f0b4a832e",
        "version": 1,
        "domain": "openwbmqtt",
        "title": "openWB/",
        "data": {
            "mqttroot": "openWB/",
            "chargepoints": 1,
            "host": "192.168.178.52"
        },
        "options": {},
        "pref_disable_new_entities": false,
        "pref_disable_polling": false,
        "source": "user",
        "unique_id": "openWB/",
        "disabled_by": null
    }

which should be correct.

And I got all the MQTT values if I use an client (MQTT Fx) and subscribe to openWB/# but not in the integraten !??

I’m a little bit lost now. Maybe you have a hint for me that can help.

a529987659852 commented 2 years ago

Try the mqttroot without / at the end (openWB only)

Nesie @.***> schrieb am Fr., 11. März 2022, 18:14:

Installed and configured everything like described, but got only >unknown< for the sensor values. Have double checked the Enty in config/.storage/core.config_enties:

{

    "entry_id": "7c5ef5fa3fa3b69a3c36350f0b4a832e",

    "version": 1,

    "domain": "openwbmqtt",

    "title": "openWB/",

    "data": {

        "mqttroot": "openWB/",

        "chargepoints": 1,

        "host": "192.168.178.52"

    },

    "options": {},

    "pref_disable_new_entities": false,

    "pref_disable_polling": false,

    "source": "user",

    "unique_id": "openWB/",

    "disabled_by": null

}

which should be correct.

And I got all the MQTT values if I use an client (MQTT Fx) and subscribe to openWB/# but not in the integraten !??

I’m a little bit lost now. Maybe you have a hint for me that can help.

— Reply to this email directly, view it on GitHub https://github.com/a529987659852/openwbmqtt/issues/19, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQTMJREQKA4O6OFVPUM3KNLU7N5PNANCNFSM5QQGFAGA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

Nesie commented 2 years ago

Thanks a lot, yes the / was to much. Sometimes you have to have a second pair of eyes.