Code: Select all
"MQTTsignal": {
"topic": "eas/easee/power",
"type": "243", "subtype": "29", "switchtype": "0",
"mapping": {"item": "value","multiplier": 1000}
}
Moderator: leecollings
Code: Select all
"MQTTsignal": {
"topic": "eas/easee/power",
"type": "243", "subtype": "29", "switchtype": "0",
"mapping": {"item": "value","multiplier": 1000}
}
Code: Select all
{"value": 1.52300000190735
Code: Select all
1.52300000190735
Code: Select all
"MQTTsignal": {
"topic": "eas/easee/power",
"type": "243", "subtype": "29", "switchtype": "0",
"mapping": {"item": "","multiplier": 1000}
}
If you made any (LUA or dzVents) script modifying any MqttMapper involved devices, it could be a good idea to deactivate/delete them.
Code: Select all
"MQTTsignal": {
"topic": "homeassistant/easee/power",
"type": "243", "subtype": "29", "switchtype": "0",
"mapping": {"item": "~*;~0","multiplier": 1000}
Code: Select all
enum _eMeterType
{
MTYPE_ENERGY = 0, //0
MTYPE_GAS, //1
MTYPE_WATER, //2
MTYPE_COUNTER, //3
MTYPE_ENERGY_GENERATED, //4
MTYPE_TIME, //5
MTYPE_END
};
Code: Select all
"options": {"EnergyMeterMode": "1" }
Users browsing this forum: Amazon [Bot] and 1 guest