Then click on your inverter in the left pane and after that on the settings tab. Click on the external communications menu item and click on edit. Now enable the option ‘Modbus TCP Server’ and if available and not already enabled the option ‘Webconnect’.
Perhaps your inverter is in some sort of sleep mode because there is no sun atm, try again during daytime when you are sure your inverter is busy inverting.
Then click on your inverter in the left pane and after that on the settings tab. Click on the external communications menu item and click on edit. Now enable the option ‘Modbus TCP Server’ and if available and not already enabled the option ‘Webconnect’.
I dont see this option: Click on the external communications menu item and click on edit
Can someone sent me the right screenshot where to click?
Hi, I think it is because you are not logged in as installer, I had the same problem this week, got my homey last monday, treid to log in with 1111 first and could not find the Modbus TCP Server settings.
Below is a shortend list of supported inverters including the available connection types for each inverter. View the complete list of supported inverters in the second tab of this Google sheets document .
Maybe I quoted the wromg piece of text from the description …
Unfortunately the configuration for reading out the data of each of these converters seems to differ. I have only tested it with an older Sunny Boy 2500TL. Support for other inverters may need to be added seperately and might require some research. If you connect your inverter and you do not see correct values appear in the Homey device, please use the support topic to ask for support for your type of inverter.
The app works like a charm!
I now also get a message when there is a lot of excitement, but I get a lot too many messages.
How can I make this flow the best way to get only 1 notification if the power generated exceeds 1000 watts and preferably if this takes more than 10 minutes.
if energy > 1000 set variable to true
if energy < 1000 set variable to false
if variable is set to true start countdown timer for 10 minutes
if variable is set to false and countdown timer is runnin than stop countdown timer
if countdown timer has counted down sent notification.