You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After flashing and connecting to WiFi and setting up the MQTT-connection, openHAB discovered the device, but showed no available channels. After looking through the openhab.log, I discovered that the HA-config could not be adopted, cause the "name" in the config-topic was "null". So I edited the config and changed the name from nullptr to something else, the channels were successfully created.
That's the part, that needs to be adjusted.: haConfig["name"] = nullptr;
Also the swing-modes are not detected by openHAB. I have to find a solution to this problem as well.
The text was updated successfully, but these errors were encountered:
After flashing and connecting to WiFi and setting up the MQTT-connection, openHAB discovered the device, but showed no available channels. After looking through the openhab.log, I discovered that the HA-config could not be adopted, cause the "name" in the config-topic was "null". So I edited the config and changed the name from nullptr to something else, the channels were successfully created.
That's the part, that needs to be adjusted.:
haConfig["name"] = nullptr;
Also the swing-modes are not detected by openHAB. I have to find a solution to this problem as well.
The text was updated successfully, but these errors were encountered: