Read the statement by Michael Teeuw here.
MMM-MyHomeWizard
-
@htilburgs Api is working. Actually i am using an older version of mmm.homewizard wich is working. I see that your version can provide more data including the watermeter. When i use config file below is see the data from mmm.homewizard but mmm.myhomewizard gives Header plus Loading…
I changed the position to bottom_right but that doesn’t have effect. For the older version i use only right wich works in my config ., { module: "MMM-HomeWizard", position: "right", header: "Electricity & Gas", config: { url: "http://192.168.178.152/api/v1/data", updateInterval: 2000 } }, { module: 'MMM-MyHomeWizard', position: 'bottom_right', header: 'HomeWizard', disabled: false, config: { P1_IP: "192.168.178.152", // IP Address HomeWizard P1 meter WM_IP: "192.168.101.14", // IP Address HomeWizrd Water meter - Remove when not used extraInfo: true, // Show extra information from P1 meter currentPower: true, // Show the current Power Consumption currentWater: true, // Show the current Water Consumption showGas: true, // Show the Gas option showFooter: true, // Show footer (name Power Meter) updateInterval: 5000, // Update every 5 seconds maxWidth: "500px", // Max Module width showLastUpdate: true, // Show the last update for the History Data in the footer showDeltaPower: true, // Show Delta between History and Current data (Power) showDeltaGas: true, // Show Delta between History and Current data (Gas) showDeltaWater: true // Show Delta between History and Current data (Water) } }, {I tried also 192.168.178.152/api/v1/data but that doesn’t work also.
-
@vansman
In the Homewizard app on your phone, you have to activatie the use of local api. What I think is strange is that when you go tohttp://192.168.178.152/api/v1/datathat you don’t get any data. This mechanisme is the same as in MMM-Homewizard (see the config for your first app)
Activating Local API
Go to Settings > Meters > ‘‘Your meter’’, and enable Local API for the P1 Meter and/or the Water Meter at the botom of the page.The same for the Watermeter. If they are off, they don’t work.
