Monitor the solar power that’s generated, control your EV chargepoint and more with the Maxem Home for Homey App.
The Maxem Home for Homey App is your energy pro for at home. Every significant energy flow at home can be monitored; your grid connection, home energy use, electrical vehicle charging station as well as your electrical heating (heatpump). It is a complete monitoring system for your home – with added benefit of dynamic load balancing. You do not own a Maxem yet? Checkout this website.
The app is available for alpha testing, depending on the responses I get I will decide if I continue with this project. Those who are interested in alpha testing please send me a PM.
Hi I’m not Edwin but for reference if you’re getting that error in your Homey app on Android/iOS then this is the onPair() function (or similar functionality) in the driver.js file for the product not populating the array properly - basically (most likely) a programming bug.
The correct format of the array is [{name: ‘whatever’, data:{attribute: ‘value’}}], so note that the data: key in each object corresponding to each device is an object so it can hold multiple items of data used in your device.js.