Closed HA-TB303 closed 3 months ago
mosquitto_sub -h 192.168.207.101 -u magicmirror -P xxxxxxxxxx -t '#'
From the MM system to the broker also works fine.
This works again. Turns out the new MM version does not support position: "left: of position: "right" anymore, without this being mentioned in breaking changes.
Closed
Hi,
Might not really be a bug, I'm not sure, but since probably the last MM update I no longer see MMM-MQTT connecting to my broker.
PORT STATE SERVICE 1883/tcp open mqtt
{ module: 'MMM-MQTT', position: 'right', header: 'Energie', config: { mqttServers: [ { address: '192.168.207.101', // Server address or IP address port: '1883', // Port number if other than default user: 'magicmirror', password: 'xxxxxxxxxxxx', subscriptions: [ { topic: 'zonnepanelen/productie', // Topic to look for label: 'Zonnepanelen nu', // Displayed in front of value maxAgeSeconds: 30, // Reduce intensity if value is older suffix: 'W' }, { topic: 'zonnepanelen/consumptie', // Topic to look for label: 'Consumptie nu', // Displayed in front of value maxAgeSeconds: 30, // Reduce intensity if value is older suffix: 'W' }, { topic: 'zonnepanelen/nettoverbruik', // Topic to look for label: 'Netto verbruik nu', // Displayed in front of value maxAgeSeconds: 30, // Reduce intensity if value is older suffix: 'kW' }, { topic: 'energie/electriciteitsverbruik/dagelijks', // Topic to look for label: 'Electriciteit vandaag', // Displayed in front of value maxAgeSeconds: 30, // Reduce intensity if value is older suffix: 'kWh' }, { topic: 'energie/zonnepanelen/dagelijks', // Topic to look for label: 'Zonnepanelen vandaag', // Displayed in front of value maxAgeSeconds: 30, // Reduce intensity if value is older suffix: 'kWh' }, { topic: 'energie/waterverbruik/dagelijks', // Topic to look for label: 'Water vandaag', // Displayed in front of value maxAgeSeconds: 30, // Reduce intensity if value is older suffix: 'm3' }, { topic: 'energie/gasverbruik/dagelijks', // Topic to look for label: 'Gas vandaag', // Displayed in front of value maxAgeSeconds: 30, // Reduce intensity if value is older suffix: 'm3' }, ] } ], } },