Hello everyone, I need your help. I already spent two days trying and reading, reading and trying and I don’t know what to do anymore. My problem is that everything seems to work, but I can’t get any further with OH2.4 integration.
After some problems now run in the Docker container: Zigbee2Mqtt (koenkk) und MQTT (eclipse) on Port 1883).
The following two devices are connected to the Zigbee2mqtt and seem to report the data.
0x00158d00025d8703 is the Aqara Temp Sensor
0x00158d00025d8703 is the Osram Plug
In OH2.4 both the binding is installed, and connected to the MQTT
Now I’m trying to add a new THING, but I don’t know where to add what.
I would like to read the temperature from the sensor on the one hand and switch the Smart Plug on/off on the other hand. I am very grateful for help!
Hi Jürgen,
thanks but from the command lines of sonoff (which are mostly described) I don’t get smart. I would need someone to look at my configuration above and tell me where to put what. Sorry, but I’ve gone through all the variations of sonoff in the meantime.
In short for a switch create an On/Off Type channel, for the temperature a number channel.
For both to report their respective state back the state topic has to be set, for the On/Off you need to set the commandtopic as well.
You do have the needed settings in your MQTTfx.
In short for a switch create an On/Off Type channel, for the temperature a number channel.
It’s not these settings. I had already read this out in the instructions.
For both to report their respective state back the state topic has to be set, for the On/Off you need to set the commandtopic as well.
You do have the needed settings in your MQTTfx.
Sorry, but I do not have an Osram switch device from which I could copy the command. However you have one and you most probably do have some documentation on that. You need to find the command take initiates the switch to be operated. If you have that, someone could help.
If you can send such a command from “somewhere” your MQTT would show it.