Gerade gesehen. Vergesst die Anfrage.
https://github.com/Zefau/ioBroker.jarvis/discussions/605
NEWS
Latest posts made by JCB
- 
    RE: jarvis v2.2.0 - just another remarkable visposted in Tester
 - 
    RE: jarvis v2.2.0 - just another remarkable visposted in Tester
Hallo,
kann ich im Icon (JSON Format) eigentlich auch auf einen Datenpunkt zeigen lassen, der eine URL auf ein Bild enthält?
Ich wollte ein neues CustomHtml umgehen

Danke für einen Tipp.
 - 
    RE: jarvis v2.2.0 - just another remarkable visposted in Tester
@mcu
Danke für deine Hilfe. Das hat super geklappt. - 
    RE: jarvis v2.2.0 - just another remarkable visposted in Tester
@mcu
Thank you for your quick help. Then I need to have a try with blocky. I thought I can access it directly.Cheers,
Jens
 - 
    RE: jarvis v2.2.0 - just another remarkable visposted in Tester
Hello,
I'm trying to add sensor measurements, which are posted by tasmota devices via MQTT.
in ioBroker they do not appear as separated values (like temperature and humidity) but as json in the mqtt.0.tele.DVES_F5C6DC.SENSOR value:{"Time":"2021-02-15T17:09:43","BME280":{"Temperature":20.6,"Humidity":26.9,"DewPoint":0.9,"Pressure":1009.7},"PressureUnit":"hPa","TempUnit":"C"}I have to say, that currently ioBroker's MQTT instance is installed as client for fhem (I'm still in a testing stage). How can I access these values in the jarvis UI? I've tried "mqtt.0.tele.DVES_F5C6DC.SENSOR.BME280.Temperature" as "Datenpunkt" but it does not work. Any hints?
Thanks