Thanks for this module it is a great thing, unfortunately it seems to be not working with modbus values.
{
module: 'MMM-ioBroker',
position: 'bottom_bar',
config: {
host: '192.168.178.xx',
port: '8087',
https: false,
devices: [
{ name: 'Pufferspeicher',
deviceStates: [
{ id: 'modbus.0.inputRegisters.12288_puffer_füllung', icon: 'wi wi-thermometer', suffix: '%' },
{ id: 'modbus.0.inputRegisters.78_Pufferspeicher_Druck', icon: 'wi wi-barometer', suffix: 'bar'}
]
},
{ name: 'Druckluft',
deviceStates: [
{ id: 'modbus.0.inputRegisters.42_Druckluft_Dachboden1', icon: 'wi wi-barometer', suffix: 'bar' }
]
}
]
}
},
do you see any failure in the code?
Everything i see on the mirror is e.g. “— %”.
Br Chris