Help with Scrape and pv inverter

i want scrape data from pv inverter.

 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                +                  Real time data                           +
                +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                -->
                <div id="contentRight">
                    <div id="performanceDataBox" class="greyBox">
                        <h3 id="lblValueState"></h3>
                        <div id="nowValueState"></div>
                        <hr id="hr1"/>
                        <h3 id="lblLiveValues"></h3>
                        <table class="ertragswerte">
                            <tr>
                                <th id="lblValueGen"></th>
                                <td id="nowValueGen"></td>
                            </tr>
                            <tr>
                                <th id="lblValueIn"></th>
                                <td id="nowValueIn"></td>
                            </tr>

I setup scrape

  • platform: scrape
    resource: http://192.168.1.11
    name: 1234
    select: ‘nowValueIn
    value_template: ‘{{ value.split(":")[1] }}’
    but not work