Hallo Zusammen, ich klinke mich hier mal mit ein. Ich habe das MMM-irobroker modul installiert und auch in die Config geschrieben. Ich habe einen Zigbee stick udn dort habe ich ein lumi weather sensor erfolgreich gepairt.
Leider bin ich mir nun nicht schlüssig was in die Config mit reinkommt damit die humidity und die temoeratur angezeigt wird. Könnt ihr mir den Code bitte mitteilen…jetzt sieht der Code so aus:
{
module: 'MMM-ioBroker',
position: 'bottom_right',
config: {
host: '192.168.200.120',
port: '8081',
https: false,
devices: [
{ name: 'lumi.weather',
deviceStates: [
{ id: 'mqtt.0.sensorX.temperature', icon: 'wi wi-thermometer', suffix: '°' },
{ id: 'mqtt.0.sensorX.humidity', icon: 'wi wi-humidity', suffix: '%' }
]
},
]
}
},
Das mqtt passt natürlich nicht. Ich weiss es aber nicht wie ich es einfügen muss.
Hier noch die Infos aus iobroker für den Weather adapter:
00158d0002fb4915
lumi.weather
device
battery
Battery percent
state battery.percent
humidity state
Humidity
state value.humidity 50.3 %
link_quality state
Link quality
state state 70
pressure state
Pressure
state value.pressure 1009 hPa
temperature state
Temperature
state value.temperature 20.31 °C
voltage
Battery voltage
state battery.voltage
Über ne Info wie der Code aussehen muss herzichen Dank.
Gruss
(Hello everyone, I’m going to hook myself in here. I installed the MMM-irobroker module and also wrote it in the config. I have a Zigbee stick and there I successfully paired a lumi weather sensor.
Unfortunately I am not conclusive now what comes into the config so that the humidity and the temperature is displayed. Can you tell me the code please … now the code looks like this:)
Das Webinterface von iobroker erreiche ich mit 192.168.200.120:8081
Die ID habe ich gelesen ist wichtig…nur finde ich diese auch nicht…ist halt immer schwer wenn man sowas zum ersten mal macht! Ist mit ID die API gemeint?