<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Local MQTT — Glowmarkt Forum</title>
        <link>https://forum.glowmarkt.com/index.php?p=/</link>
        <pubDate>Sun, 19 Apr 2026 02:13:18 +0000</pubDate>
        <language>en</language>
            <description>Local MQTT — Glowmarkt Forum</description>
    <atom:link href="https://forum.glowmarkt.com/index.php?p=/categories/local-mqtt/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Duplicated MQTT Messages</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/563/duplicated-mqtt-messages</link>
        <pubDate>Tue, 10 Mar 2026 14:05:06 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>Spies</dc:creator>
        <guid isPermaLink="false">563@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>At least once per minute, the MQTT messages from my wired CAD are duplicated (as in the same data is repeated) so there are gaps of 20 seconds before the next update, the FAQ suggests this could happen occasionally, but once every minute seems a bit excessive, I&#39;m told my RSSI values are good, so its not a signal strength issue, is there anything I can do?</p>]]>
        </description>
    </item>
    <item>
        <title>Odd Situation - Glow CAD Local Export and Itron EM425-UK/EK410-UK Meter/Comms Hub</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/356/odd-situation-glow-cad-local-export-and-itron-em425-uk-ek410-uk-meter-comms-hub</link>
        <pubDate>Mon, 20 Mar 2023 18:22:31 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>robcollin</dc:creator>
        <guid isPermaLink="false">356@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Dear all,</p><p>I wonder if I could quiz the community to see if anyone is in a similar situation.</p><p>I have an Itron EM425-UK &amp; EK410-UK Meter and Communications Hub combination (SMETS1 but meter updated to allow transition between suppliers etc). The hardware is communicating via the O2 Telefonica 2g network on 900Mhz to the DCC and I can see up to date 30min usage values (with a 24 hour delay) on the octopus app.</p><p>My SMETS1 Glow CAD is displaying the current electricity usage correctly and broadcasting electricity usage (and standing charge/cost per unit) correctly locally via MQTT to home assistant. It is also sending this data correctly to Hildebrand so it can be seen in the bright app.</p><p>Unfortunately the Glow CAD is not displaying or broadcasting gas usage data locally on MQTT. It is correctly retrieving the standing order and cost per unit values (which have changed recently). I am told by Jane at Glow that it is however able to collect this data and send this to bright (30 minute updates) - again these values are visible in the app.</p><p>Does anyone have any similar experiences with the Glow SMETS1 CAD and this meter combination?</p><p>Any tips or advice?</p><p>Support ticket in with Glow.</p><p>Please see MQTT data below.</p><p>Many thanks,</p><p>Rob</p><p>General device info:</p><pre spellcheck="false">{
    &quot;software&quot;: &quot;v1.8.13&quot;,
    &quot;timestamp&quot;: &quot;2023-03-20T18:02:40Z&quot;,
    &quot;hardware&quot;: &quot;GLOW-IHD-01-1v4-SMETS1&quot;,
    &quot;wifistamac&quot;: &quot;REDACTED&quot;,
    &quot;ethmac&quot;: &quot;REDACTED&quot;,
    &quot;smetsversion&quot;: &quot;SMETS1&quot;,
    &quot;eui&quot;: &quot;REDACTED&quot;,
    &quot;zigbee&quot;: &quot;1.2.5&quot;,
    &quot;han&quot;: {
        &quot;rssi&quot;: -69,
        &quot;status&quot;: &quot;joined&quot;,
        &quot;lqi&quot;: 124
    }
</pre><p>Electricity:</p><pre spellcheck="false">{
    &quot;electricitymeter&quot;: {
        &quot;timestamp&quot;: &quot;2023-03-20T18:02:33Z&quot;,
        &quot;energy&quot;: {
            &quot;export&quot;: {
                &quot;cumulative&quot;: 0,
                &quot;units&quot;: &quot;kWh&quot;
            },
            &quot;import&quot;: {
                &quot;cumulative&quot;: 25939.449,
                &quot;day&quot;: 14.809,
                &quot;week&quot;: 14.809,
                &quot;month&quot;: 411.664,
                &quot;units&quot;: &quot;kWh&quot;,
                &quot;mpan&quot;: &quot;not available&quot;,
                &quot;supplier&quot;: &quot;---&quot;,
                &quot;price&quot;: {
                    &quot;unitrate&quot;: 0.3301,
                    &quot;standingcharge&quot;: 0.479
                }
            }
        },
        &quot;power&quot;: {
            &quot;value&quot;: 0.512,
            &quot;units&quot;: &quot;kW&quot;
        }
    }
}
</pre><p>Gas:</p><pre spellcheck="false">{
    &quot;gasmeter&quot;: {
        &quot;timestamp&quot;: &quot;2023-03-20T18:02:29Z&quot;,
        &quot;energy&quot;: {
            &quot;import&quot;: {
                &quot;cumulative&quot;: 0.125,
                &quot;day&quot;: 0,
                &quot;week&quot;: 0,
                &quot;month&quot;: 0,
                &quot;units&quot;: &quot;kWh&quot;,
                &quot;cumulativevol&quot;: 11138.7,
                &quot;cumulativevolunits&quot;: &quot;m3&quot;,
                &quot;dayvol&quot;: 0,
                &quot;weekvol&quot;: 0,
                &quot;monthvol&quot;: 0,
                &quot;dayweekmonthvolunits&quot;: &quot;m3&quot;,
                &quot;mprn&quot;: &quot;unsupported&quot;,
                &quot;supplier&quot;: &quot;---&quot;,
                &quot;price&quot;: {
                    &quot;unitrate&quot;: 0.1024,
                    &quot;standingcharge&quot;: 0.2684
                }
            }
        }
    }
}
</pre><p><br /></p>]]>
        </description>
    </item>
    <item>
        <title>Change of MQTT Broker [Wired CAD]</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/520/change-of-mqtt-broker-wired-cad</link>
        <pubDate>Sun, 05 Oct 2025 17:12:21 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>Antonio</dc:creator>
        <guid isPermaLink="false">520@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I&#39;ve had my Wired CAD for a number of years. Working well, but need to make an adjustment to the location of the MQTT on my network. When I first set it up, I believe I used this link: <a href="https://managecads." rel="nofollow">https://managecads.glowmarkt.com</a> to setup the MQTT information. The link does not work anymore. I can&#39;t see anyway to do this from the Bright iOS app.</p><p>I&#39;d be grateful if anyone can point me in the right direction.</p>]]>
        </description>
    </item>
    <item>
        <title>Calculating cost from MQTT</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/506/calculating-cost-from-mqtt</link>
        <pubDate>Sat, 26 Jul 2025 18:29:13 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>REBELinBLUE</dc:creator>
        <guid isPermaLink="false">506@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I am trying to calculate the Daily, Weekly and Monthly cost of electricity and gas and although electricity seems OK, gas doesn&#39;t line up with what the IHD says (although I have figured out how out to get the value but not why)</p><p>At the time the electricity meter showed</p><p>Today - 7.3 kWh &pound;2.33</p><p>This Week - 58.0 kWh &pound;17.40</p><p>This Month - 271.7 kWh &pound;80.29</p><p>The latest (approx) MQTT message <a href="https://gist.github.com/REBELinBLUE/c1f1d3bc9bf492a96d2ddbb04e28985e" rel="nofollow">https://gist.github.com/REBELinBLUE/c1f1d3bc9bf492a96d2ddbb04e28985e</a></p><p>Today = Standing Charge + (Unit Rate * Day) = 0.5783 + (0.24012 * 7.308) = 2.33309696</p><p>This Week = (Standing Charge * 6 for Saturday) + (Unit Rate * Week) = (0.5783 * 6) + (0.24012 * 58.026) = 17.40300312</p><p>This Month =  (Standing Charge * 26) + (Unit Rate * Month) = (0.5783 * 26) + (0.24012 * 271.758) = 80.29399976</p><p>This all lines up, but with gas it doesn&#39;t, the meter says</p><p>Today - 4.4 kWh &pound;0.57</p><p>This Week - 35.0 kWh &pound;3.63</p><p>This Month - 171.3 kWh &pound;17.92</p><p>The latest (approx) MQTT message <a href="https://gist.github.com/REBELinBLUE/fe4daacf0e91e65efdcccdc8278bfde6" rel="nofollow">https://gist.github.com/REBELinBLUE/fe4daacf0e91e65efdcccdc8278bfde6</a></p><p>Today = Standing Charge + (Unit Rate * Day) = 0.31392 + (0.0588 * 4.378) = 0.57399936</p><p>This Week = (Standing Charge * 6 for Saturday) + (Unit Rate * Week) = (0.31392 * 6) + (0.0588 * 35.028) = 3.9431664</p><p>This Month =  (Standing Charge * 26) + (Unit Rate * Month) = (0.31392 * 26) + (0.0588 * 171.319) = 18.2354772</p><p>Today is correct but this week and this month are not, however I have realised if I don&#39;t include the standing charge for the current day it is (i.e if I multiply by 5 and 25 instead)</p><p>I can&#39;t figure out the reason for this, does anyone have any idea?</p>]]>
        </description>
    </item>
    <item>
        <title>Software version</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/501/software-version</link>
        <pubDate>Wed, 04 Jun 2025 12:04:56 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>jbjb</dc:creator>
        <guid isPermaLink="false">501@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>What&#39;s are the current latest versions for CADs, please?  Mine are...</p><p>&quot;software&quot;: &quot;v1.9.1&quot;,</p><p>  &quot;hardware&quot;: &quot;GLOW-IHD-01-1v4-SMETS2&quot;</p><p>Is that up to date or should I be getting it updated somehow? Thanks.</p>]]>
        </description>
    </item>
    <item>
        <title>where do I find the Calorific Value</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/481/where-do-i-find-the-calorific-value</link>
        <pubDate>Mon, 18 Nov 2024 18:24:56 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>eerke</dc:creator>
        <guid isPermaLink="false">481@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hi,</p><p>the device I am using to display data does not have energy, but it does have volume (for watering plants). I was going to convert daily gas kwh from a SMETS1 meter to volume but I can&#39;t see a Calorific Value in my MQTT. Does the meter just assume a CV or not put it on MQTT. An alternative is to timestamp changes and calculate a power and use the electrical power capability to pretend gas is electricity.</p><p>thanks</p>]]>
        </description>
    </item>
    <item>
        <title>Retain Flag</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/485/retain-flag</link>
        <pubDate>Sun, 05 Jan 2025 13:34:36 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>davefi</dc:creator>
        <guid isPermaLink="false">485@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hi! Would it be possible to have the retain flag set on the MQTT publication messages, so that the broker keeps the last message each time it is sent?</p><p>When restarting Home Assistant, when the sensors are first set up, they end up defaulting to unknown/unavailable if it connects to the MQTT broker between messages. I realise that is typically only 10 seconds to wait before the value is populated, but it would be nice for it to simply populate with the last value immediately.</p><p>I started setting the flag on my own messages I publish and it works well, so would be a nice addition!</p><p>Thanks for consideration - and Happy New Year!</p>]]>
        </description>
    </item>
    <item>
        <title>Home Assistant integration will stop working after Home Assistant 2025.1</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/476/home-assistant-integration-will-stop-working-after-home-assistant-2025-1</link>
        <pubDate>Tue, 08 Oct 2024 01:44:47 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>Ygr1</dc:creator>
        <guid isPermaLink="false">476@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>This is also described in GitHub <a href="https://github.com/megakid/ha_hildebrand_glow_ihd_mqtt/issues/56" rel="nofollow">https://github.com/megakid/ha_hildebrand_glow_ihd_mqtt/issues/56</a> and <a href="https://github.com/megakid/ha_hildebrand_glow_ihd_mqtt/issues/54" rel="nofollow">https://github.com/megakid/ha_hildebrand_glow_ihd_mqtt/issues/54</a></p><p>There is an open Pull Request to address this, please can you merge this? <a href="https://github.com/megakid/ha_hildebrand_glow_ihd_mqtt/pull/55" rel="nofollow">https://github.com/megakid/ha_hildebrand_glow_ihd_mqtt/pull/55</a></p><p>Thanks</p>]]>
        </description>
    </item>
    <item>
        <title>Rate 1 and Rate 2 values</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/411/rate-1-and-rate-2-values</link>
        <pubDate>Tue, 05 Sep 2023 13:03:17 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>MarkLeman</dc:creator>
        <guid isPermaLink="false">411@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Is it possible for the day/night rate usage values to be exposed via the MQTT interface? </p><p>I guess this will depend on if this information is actually available to IHD over ZigBee.</p><p>Currently I have to  go to the meter and a sequence of buttons to access the &#39;TOUMaxtix&#39; to read my &#39;Rate 1&#39; and &#39;Rate 2&#39; usage values.</p><p>Being able to log these even if just at the end of each day would be very helpful.</p><p>Thanks,</p><p>Mark</p>]]>
        </description>
    </item>
    <item>
        <title>Dual / Multi Tariff Reporting</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/459/dual-multi-tariff-reporting</link>
        <pubDate>Thu, 09 May 2024 11:03:31 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>npmp</dc:creator>
        <guid isPermaLink="false">459@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Are there any plans to support reporting for Multiple Tariffs?</p><p>I currently am on a Economy&nbsp;7 tariff but am considering changing to a supplier that has 3 rates over the day to support heat pumps.  </p><p>At the moment the data has cumulative import values (IE Rate 1 + Rate 2 + Rate n), for the Meter, Day, Week, and Month and also shows the unit cost and the standing charge, The unit cost value changes at night time.</p><p>My problem is I cannot multiply the unit price by the Day Reading as some of the units are at the night rate and the rest at the day rate.</p><p>Can the MQTT Data please be extended to ADD </p><p>      1) an array of Current, Day, Week, Month, and Rate values for each of the import charging rate is enabled on the meter?  IE for my meter I would have 2 values in the array</p><p>      2) an Index to indicate which rate is import charging rate is currently active (IE for my case Overnight rate index 0 and for day time 1.</p><p>The above would make a massive difference to the functionality.</p>]]>
        </description>
    </item>
    <item>
        <title>IHD not same as MQTT received values</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/320/ihd-not-same-as-mqtt-received-values</link>
        <pubDate>Thu, 05 Jan 2023 19:46:22 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>tedted22</dc:creator>
        <guid isPermaLink="false">320@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I recently purchased and setup the IHD and also integrated it using the Home Assistant MQTT tutorial.</p><p>For some reason the figures are not always matching. What&#39;s strange though is that the mqtt received values are higher than the actual display, which I thought would be the other way round if anything/delay.</p><p>It seems to be the Gas that&#39;s wrong. I understand the gas is only updated once every 30 mins however the value on the display should be able to report the same as the unit is sending to Home Assistant via MQTT surely?</p><p>Example: https://photos.app.goo.gl/ooejnw5h8vJnPcPs7</p><p>Thanks,</p><p>James</p>]]>
        </description>
    </item>
    <item>
        <title>Paid Not To Use Periods</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/460/paid-not-to-use-periods</link>
        <pubDate>Thu, 09 May 2024 11:20:05 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>npmp</dc:creator>
        <guid isPermaLink="false">460@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>We are occasionally offered to be paid at a very tempting rate to reduce our power at specific times of the day. I have batteries and multiple very high consumption devices like Fridges, Freezers, air conditioning, heat pumps, and water pumps.  </p><p>I already control most of these devices to optimize use of cheep overnight and free solar power, but I am very interested in extending that to make these devices use ZERO power when I am being paid  to reduce consumption and many times the import unit rate.</p><p>Can ideally the local MQTT api (if not then the web API) include data that indicates that a &quot;deal&quot; period has started and what the payment rate for reducing power is?  </p><p><br /></p><p>I am not sure that the energy companies publish these data values but if they do please expose them to home automation users.</p>]]>
        </description>
    </item>
    <item>
        <title>Last Will and Testament</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/432/last-will-and-testament</link>
        <pubDate>Tue, 09 Jan 2024 11:49:06 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>David1</dc:creator>
        <guid isPermaLink="false">432@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Are there any plans for the Glow/CAD to publish a LWT topic?</p><p>It would be really useful for the (rare) times the CAD loses comms.</p><p>I&#39;m using openHAB with my MQTT broker, so it would be possible to create some rule to handle it, but  I&#39;m just wondering if I&#39;m missing something. How do other people handle this?</p><p>Suggestions welcome.</p>]]>
        </description>
    </item>
    <item>
        <title>Standard rate instead of Agile</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/438/standard-rate-instead-of-agile</link>
        <pubDate>Sat, 20 Jan 2024 19:14:02 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>Giz</dc:creator>
        <guid isPermaLink="false">438@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hey all, I&#39;m on Octopus Agile, and whist I can see the Agile rates on my device, my MQTT data is using a standard rate:</p><pre spellcheck="false">{
    &quot;electricitymeter&quot;: {
        &quot;timestamp&quot;: &quot;2024-01-20T19:08:06Z&quot;,
        &quot;energy&quot;: {
            &quot;export&quot;: {
                &quot;cumulative&quot;: 0,
                &quot;units&quot;: &quot;kWh&quot;
            },
            &quot;import&quot;: {
                &quot;cumulative&quot;: 8923.032,
                &quot;day&quot;: 9.088,
                &quot;week&quot;: 75.893,
                &quot;month&quot;: 317.976,
                &quot;units&quot;: &quot;kWh&quot;,
                &quot;mpan&quot;: &quot;redacted&quot;,
                &quot;supplier&quot;: &quot;Octopus Energy&quot;,
                &quot;price&quot;: {
                    &quot;unitrate&quot;: 0.3308,
                    &quot;standingcharge&quot;: 0.4277
                }
            }
        },
        &quot;power&quot;: {
            &quot;value&quot;: 0.453,
            &quot;units&quot;: &quot;kW&quot;
        }
    }
}
</pre><p>Can anyone tell me what I need to do?</p>]]>
        </description>
    </item>
    <item>
        <title>'Cost today' to Home Assistant via local MQTT</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/418/cost-today-to-home-assistant-via-local-mqtt</link>
        <pubDate>Mon, 09 Oct 2023 19:07:07 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>haydnw</dc:creator>
        <guid isPermaLink="false">418@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>HI,</p><p>I have Home Assistant pulling in info from our Glow IHD/CAD on a SMETS2 meter. This all works nicely - I can see our daily, weekly, monthly and total import values (kWh), along with daily standing charge and unit rate. However, I&#39;ve never been able to pull today&#39;s actual financial cost across. When on a fixed tariff this would just be a simple calculation, but we are on Octopus Agile so I&#39;m foxed as to how to calculate daily cost across each half-hourly tariff. It appears the simplest option would be to import &#39;Cost so far today&#39; from the Glow, but it doesn&#39;t seem to be exposed as a sensor on MQTT/Home Assistant.</p><p>Is there some clever way to do this, that I&#39;m just not familiar with, or does it all boil down to half-hourly calculations in Home Assistant every day?</p><p>Thanks!</p>]]>
        </description>
    </item>
    <item>
        <title>MQTT CAD Ports</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/426/mqtt-cad-ports</link>
        <pubDate>Fri, 03 Nov 2023 13:02:14 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>0weavern</dc:creator>
        <guid isPermaLink="false">426@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hi </p><p>I&#39;ve got this setup and working really well however; I&#39;d like to put the CAD on a separate network (I use this for most IoT devices). A firewall rule prevents communication between the normal and IoT LAN however; when I open up the two MQTT ports (1833 &amp; 8883) the CAD cannot connect.</p><p>Looking at the logs, the CAD tries to call my MQTT broker but on some off ports (49500+).  </p><p>Does anyone know if the CAD communicates on any other port to send the MQTT data beyond the standard MQTT ones?</p>]]>
        </description>
    </item>
    <item>
        <title>Bright app kWh for gas differ from local MQTT received values in Home Assistant</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/394/bright-app-kwh-for-gas-differ-from-local-mqtt-received-values-in-home-assistant</link>
        <pubDate>Sun, 25 Jun 2023 11:14:30 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>rydercowan</dc:creator>
        <guid isPermaLink="false">394@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I&#39;ve noticed that gas kWh reported by the Bright app are always very slightly greater than the local MQTT values received by Home Assistant. The numbers differ by roughly 2%. </p><p>I don&#39;t think this is a timing issue. I&#39;ve just checked the total gas kWh for yesterday, as an example. Bright reports 10.8755 kWh. Home Assistant reports 10.66 kWh.</p><p>Can anyone suggest why this might be happening? I&#39;m a novice in all this. Does Bright receive kWh from the smart meter, or is it converting to kWh from cu.m.? Might any conversion be the root cause of the differences?</p>]]>
        </description>
    </item>
    <item>
        <title>Help a dim user with Temp/Hum sensor &amp; HA</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/386/help-a-dim-user-with-temp-hum-sensor-ha</link>
        <pubDate>Wed, 10 May 2023 20:10:03 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>hunnymonster</dc:creator>
        <guid isPermaLink="false">386@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hi all</p><p>I&#39;ve received my T&amp;H sensor, it&#39;s joined/bonded successfully. Hurrah!</p><p>I&#39;ve added the config suggested by <a href="https://forum.glowmarkt.com/index.php?p=/discussion/345/mqtt-glow-cad-hildebrand-temperature-sensor#latest" rel="nofollow">https://forum.glowmarkt.com/index.php?p=/discussion/345/mqtt-glow-cad-hildebrand-temperature-sensor</a> using my Glow IHD MAC (as in use already for the Elec/Gas metering) &amp; TH Sensor MAC (as displayed in the bonding screen on the IHD)</p><p>Can&#39;t see an obvious way to either check that the data is being transferred - or to display it... any help gratefully received.</p>]]>
        </description>
    </item>
    <item>
        <title>MQTT Export Data</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/234/mqtt-export-data</link>
        <pubDate>Wed, 07 Sep 2022 15:48:11 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>gedger</dc:creator>
        <guid isPermaLink="false">234@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I have just connected IHD to local MQTT and has also connected to my SMETS2 meter via the HAN.</p><p>I&#39;m  getting an MQTT feed but the Export data is 0. Is there anything special I need to do to get the Export figures? I&#39;m on Octopus Agile Outgoing if that makes a difference.</p><p>Thanks</p>]]>
        </description>
    </item>
    <item>
        <title>Money day/week/month cumulative total data via Local MQTT?</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/385/money-day-week-month-cumulative-total-data-via-local-mqtt</link>
        <pubDate>Mon, 08 May 2023 19:15:24 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>alexhk90</dc:creator>
        <guid isPermaLink="false">385@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I notice that the Glow Display in &quot;money&quot; mode can show figures for &quot;&pound; today&quot;, &quot;&pound; this week&quot; and &quot;&pound; this month&quot; (as well as &quot;&pound; per hour&quot;) - can these be added to one of the Local MQTT sensor topics? </p><p>For example, taking the example from the announcement blog (<a href="https://medium.com/@joshua.cooper/glow-local-mqtt-f69b776b7af4" rel="nofollow">https://medium.com/@joshua.cooper/glow-local-mqtt-f69b776b7af4</a>), perhaps there could be a new sub-section for &quot;money&quot; under &quot;import&quot;?</p><pre spellcheck="false">glow/F1A8D1ED18E7/SENSOR/electricitymeter{
&quot;electricitymeter&quot;: {
   &quot;timestamp&quot;: &quot;2022&ndash;06&ndash;01T16:32:16Z&quot;,
   &quot;energy&quot;: {
     &quot;export&quot;: {
       &quot;cumulative&quot;: 0,
       &quot;units&quot;: &quot;kWh&quot;
     },
     &quot;import&quot;: {
       &quot;cumulative&quot;: 201.95,
       &quot;day&quot;: 1.05,
       &quot;week&quot;: 0,
       &quot;month&quot;: 0,
       &quot;units&quot;: &quot;kWh&quot;,
       &quot;mpan&quot;: &quot;9012224001407&quot;,
       &quot;supplier&quot;: &quot;&mdash; -&quot;,
       &quot;price&quot;: {
         &quot;unitrate&quot;: 0.20862,
         &quot;standingcharge&quot;: 0.28403
       }
       &quot;money&quot;: {
         &quot;day&quot;: 0.50,
         &quot;week&quot;: 1.22,
         &quot;month&quot;: 10.83,
         &quot;perhour&quot;: 0.07,
﻿         &quot;units&quot;: &quot;GBP&quot;
       }
     }
  },
  &quot;power&quot;: {
    &quot;value&quot;: 0.063,
    &quot;units&quot;: &quot;kW&quot;
  } 
 }
}
</pre><p>It&#39;s more of a &quot;nice-to-have&quot; as the current data is sufficient to calculate these numbers downstream (as long as they have been recorded for the whole time period), but given that the Display/CAD is already calculating them it probably wouldn&#39;t take much to read them and add them to the Local MQTT message?</p>]]>
        </description>
    </item>
    <item>
        <title>Local MQTT into InfluxDB v2.6</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/383/local-mqtt-into-influxdb-v2-6</link>
        <pubDate>Wed, 03 May 2023 18:00:59 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>cliver</dc:creator>
        <guid isPermaLink="false">383@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hi, I recently recieved a glow smart meter. I have it set up and feeding into Home Assistant successfully via a local MQTT broker.</p><p>However, I&#39;d like to take the MQTT feed directly into InfluxDB via Telegraf. I know I can feed it from HA into InfluxDB but I&#39;d like to cut out HA from the loop if possible.</p><p>I can subscribe to the feed from the CLI but I can&#39;t make sense of how to parse the feed in Telegraf for input to Influxdb.</p><p>Has anyone done this and able to help?</p>]]>
        </description>
    </item>
    <item>
        <title>Cloud MQTT and Home Assistant</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/375/cloud-mqtt-and-home-assistant</link>
        <pubDate>Thu, 13 Apr 2023 15:04:02 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>philm142</dc:creator>
        <guid isPermaLink="false">375@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hi, I&#39;m trying to use the cloud base MQTT and integrate it into home assistant using  Mosquitto broker.  I don&#39;t have a CAD so can&#39;t use the local MQTT function, so I have asked Glow to enable MQTT on my account via the cloud, but I cannot get the data into HA. Does anyone have an idiots guide to the process. I&#39;ve got a custom folder set up in HA and got Mosquitto reading it, but I&#39;m not sure of the conf file details I need to add to receive the data. I don&#39;t have any errors showing in Mosquitto, but the data is not being pulled. </p><p>I have been using the Glow API to get half hourly readings, but that has now failed and the data  sits at 0.02 kWh all the time. I have a glow stick and can read the data live via the glow app on my phone so I now its getting the data from my meter.</p>]]>
        </description>
    </item>
    <item>
        <title>Home Assistant - Glow CAD</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/281/home-assistant-glow-cad</link>
        <pubDate>Sat, 05 Nov 2022 11:44:13 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>Med956</dc:creator>
        <guid isPermaLink="false">281@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hi, received my Glow Smart Meter Display &amp; CAD last week and have been trying to set-up Home Assistant with it. I&rsquo;ve followed various guides on this &ndash; robertalexa, megakid, speek-to-the-geek, etc &ndash; and no matter what I&rsquo;ve done I still get the same issue that connection between the Mosquitto broker and the Hildebrand broker is closed before any data is transmitted. See today&rsquo;s log:</p><pre spellcheck="false">2022-11-05 11:38:12: mosquitto version 2.0.11 starting
2022-11-05 11:38:12: Config loaded from /etc/mosquitto/mosquitto.conf.
2022-11-05 11:38:12: Loading plugin: /usr/share/mosquitto/go-auth.so
2022-11-05 11:38:12:  ├── Username/password checking enabled.
2022-11-05 11:38:12:  ├── TLS-PSK checking enabled.
2022-11-05 11:38:12:  └── Extended authentication not enabled.
2022-11-05 11:38:12: Opening ipv4 listen socket on port 1883.
2022-11-05 11:38:12: Opening ipv6 listen socket on port 1883.
2022-11-05 11:38:12: Opening websockets listen socket on port 1884.
2022-11-05 11:38:12: Connecting bridge (step 1) glowmqtt1 (glowmqtt.energyhive.com:8883)
2022-11-05 11:38:12: mosquitto version 2.0.11 running
2022-11-05 11:38:12: New connection from 127.0.0.1:43990 on port 1883.
2022-11-05 11:38:12: Client &lt;unknown&gt; closed its connection.
2022-11-05 11:38:12: Connecting bridge (step 2) glowmqtt1 (glowmqtt.energyhive.com:8883)
2022-11-05 11:38:12: Connection Refused: not authorised
2022-11-05 11:38:12: Client local.core-mosquitto.glowmqtt1 closed its connection.
</pre><p>I have added a Username and Password to Users in Home Assistant&rsquo;s Settings -&gt; People. The MQTT section of the CAD is set-up with my Bright App credentials, as I don&rsquo;t have any others that I could put in those fields. The password is long at 20 characters but only contains upper case, lower names and numbers &ndash; no special characters. These credentials are also listed in my glow.conf file. The IP address is Home Assistant&rsquo;s.</p><p>It is probably something simple I&rsquo;ve missed but I feel I&rsquo;m going round and round in circles. All help and comments appreciated.</p>]]>
        </description>
    </item>
    <item>
        <title>Missing/Duplicated MQTT Messages</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/272/missing-duplicated-mqtt-messages</link>
        <pubDate>Sat, 29 Oct 2022 14:19:47 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>S2D2</dc:creator>
        <guid isPermaLink="false">272@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I&#39;m having some issues with the local MQTT, mostly the feed works fine, supplying an electricity reading every 10s which is great. When I switched to parsing the timestamp data though I noticed gaps in the feed, this is demonstrated in the following sample of 10s readings (some data deleted to make it a bit more readable):</p><p>{&quot;electricitymeter&quot;:{&quot;timestamp&quot;:&quot;2022-10-28T11:08:05Z&quot;,&quot;energy&quot;:{&lt;...&gt;,&quot;import&quot;:{&quot;cumulative&quot;:14803.247,&lt;...&gt;,&quot;power&quot;:{&quot;value&quot;:0.080,&quot;units&quot;:&quot;kW&quot;}}}</p><p>{&quot;electricitymeter&quot;:{&quot;timestamp&quot;:&quot;2022-10-28T11:08:15Z&quot;,&quot;energy&quot;:{&lt;...&gt;,&quot;import&quot;:{&quot;cumulative&quot;:14803.247,&lt;...&gt;,&quot;power&quot;:{&quot;value&quot;:0.088,&quot;units&quot;:&quot;kW&quot;}}}</p><p>{&quot;electricitymeter&quot;:{&quot;timestamp&quot;:&quot;2022-10-28T11:08:15Z&quot;,&quot;energy&quot;:{&lt;...&gt;,&quot;import&quot;:{&quot;cumulative&quot;:14803.247,&lt;...&gt;,&quot;power&quot;:{&quot;value&quot;:0.088,&quot;units&quot;:&quot;kW&quot;}}}</p><p>{&quot;electricitymeter&quot;:{&quot;timestamp&quot;:&quot;2022-10-28T11:08:35Z&quot;,&quot;energy&quot;:{&lt;...&gt;,&quot;import&quot;:{&quot;cumulative&quot;:14803.248,&lt;...&gt;,&quot;power&quot;:{&quot;value&quot;:0.079,&quot;units&quot;:&quot;kW&quot;}}}</p><p>Notice that instead of a new message being sent at 11:08:25, the 11:08:15 message is resent a second time at 11:08:25. Does anyone else have this issue? Note that if you don&#39;t parse the timestamp and just use the message arrival time this will hide the error, but you&#39;re using an invalid power reading for that duplicated timestamp.</p><p>I&#39;m using mosquitto_sub to output these messages, so there&#39;s really nothing between the CAD and the printout that could be causing this error, seems to be a bug in the meter or CAD, depending on which one generates the timestamp?</p>]]>
        </description>
    </item>
    <item>
        <title>MQTT Electric meter readings - British Gas</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/251/mqtt-electric-meter-readings-british-gas</link>
        <pubDate>Thu, 06 Oct 2022 16:36:30 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>grimbouk</dc:creator>
        <guid isPermaLink="false">251@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hi all, </p><p>I came across a post from Jane on one of the Home Assistant forums...</p><p><br /></p><p>&quot;do you all have L&amp;G electricity meters? From speaking to L&amp;G and Igloo we learnt there is a known bug on this meter which results in extremely low day/week/month consumption values, this is what you are seeing. The values are 1000 times lower than they should be which is why they seem to not appear at all.</p><p>L&amp;G have advised that this is fixed in firmware version 38040202 or later - you can check your version in the Bright App (no idea if it is in the MQTT feed). You will need to ask your supplier to have your meter firmware updated; we recommend that you contact the Smart Meter Technical team.</p><p>We&rsquo;ve had a few BG customers get very inaccurate replies from BG Customer Service - and are seeing if we can pursue this on your behalf via the DCC BG Account manager.&quot;</p><p><br /></p><p>I seem to have this exact issue. Has anyone managed to contact British Gas and get their meter firmware updated? I&#39;m sceptical about getting through to someone that will help and not sure I&#39;ll have the patience to resolve this :D</p><p>How is the firmware updated anyway, is it pushed down or does someone need to come out to my meter? I guess I&#39;m asking if British Gas would eventually update the meter themselves, or if it is something I have to ask for.</p><p>One last question, why does the &#39;combined Glow in home display (IHD)&#39; and Mobile App appear to show the correct data, but the MQTT values are wrong? are they using different data?</p><p>thanks</p><p>Tim</p>]]>
        </description>
    </item>
    <item>
        <title>MQTT Glow Cad Hildebrand Temperature Sensor</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/345/mqtt-glow-cad-hildebrand-temperature-sensor</link>
        <pubDate>Fri, 24 Feb 2023 12:37:50 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>gstutch</dc:creator>
        <guid isPermaLink="false">345@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I recently received a temperature sensor to integrate with Home Assistant and I came across an issue with one of the fields having a numeric label and Home Assistant does not like it.  I debugged the feed to Home Assistant and created two new MQTT sensor entries in the mqtt.yaml file on my system. </p><p>I am posting it below as it was not as easy to get working as the electricity and gas and it may help someone .</p><p>Message 0 received on glow/441793525A64/SENSOR/glowsensorth1/040D84282535 at 10:46:</p><p>{</p><p>&nbsp;&nbsp;&nbsp;&quot;glowsensorth1&quot;: {</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;040D84282535&quot;: {</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;timestamp&quot;: &quot;2023-02-24T10:46:18Z&quot;,</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;temperature&quot;: {</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;value&quot;: 20.061,</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;units&quot;: &quot;&deg;C&quot;</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;humidity&quot;: {</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;value&quot;: 58,</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;units&quot;: &quot;%&quot;</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;battery&quot;: {</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;value&quot;: 100,</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;units&quot;: &quot;%&quot;</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;rssi&quot;: {</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;value&quot;: -79,</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;units&quot;: &quot;dBm&quot;</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</p><p>&nbsp;&nbsp;&nbsp;}</p><p>}</p><p><br /></p><p>Note the use of double and single quotes !!!!</p><p>mqtt.yaml</p><p>&nbsp;&nbsp;-&nbsp;name: &quot;Kitchen Humidity&quot;</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;state_topic: &quot;glow/441793525A64/SENSOR/glowsensorth1/040D84282535&quot;</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;state_class: measurement</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;unit_of_measurement: &quot;%&quot;</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;unique_id: a11674d8abfe42a885b0d80b0f2de03b</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;value_template: &quot;{{ value_json[&#39;glowsensorth1&#39;][&#39;040D84282535&#39;][&#39;humidity&#39;][&#39;value&#39;] }}&quot;</p><p><br /></p><p>&nbsp;&nbsp;-&nbsp;name: &quot;Kitchen Temperature&quot;</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;state_topic: &quot;glow/441793525A64/SENSOR/glowsensorth1/040D84282535&quot;</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;state_class: measurement</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;unit_of_measurement: &quot;C&quot;</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;unique_id: 36743e3ac47f49808606cdb2685a4b91</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;value_template: &quot;{{ value_json[&#39;glowsensorth1&#39;][&#39;040D84282535&#39;][&#39;temperature&#39;][&#39;value&#39;] }}&quot;</p>]]>
        </description>
    </item>
    <item>
        <title>Local MQTT feed missing CO2 data</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/322/local-mqtt-feed-missing-co2-data</link>
        <pubDate>Sat, 07 Jan 2023 22:48:57 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>crickes</dc:creator>
        <guid isPermaLink="false">322@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Firstly, hello. I discovered Hildebrand/Glow/Bright just yesterday and I&#39;ve quickly disappeared down a rabbit hole. My Glow CAD arrived this morning and I&#39;ve been looking at the data sent out using the local MQTT publisher. Very impressed so far. I have noticed something, that is by no means a deal breaker, just a curiosity.</p><p>On the CAD display, on the electricity pages, I can scroll through today&#39;s cost, today&#39;s usage and today&#39;s kgCO2 figure, but in the MQTT messages being output, the kgCO2 figure is missing. Is this being calculated internally, if so is there a formula? If it is being picked up directly from my meter, is it possible to have this value added to the MQTT feed?</p>]]>
        </description>
    </item>
    <item>
        <title>Odd repetitive peaks on Smart Meter Power</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/318/odd-repetitive-peaks-on-smart-meter-power</link>
        <pubDate>Tue, 27 Dec 2022 22:20:34 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>ChuckMountain</dc:creator>
        <guid isPermaLink="false">318@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I have got MQTT working using the various instructions and all appears to be working ok.  I however these strange one times peaks of around 1,800W at regular roughly 32 (ish) minute interval that I see in HomeAssistant.  Wondered if anybody had seen these before.  I don&#39;t think they correspond to any usage patterns but that something I will explore separately.</p>]]>
        </description>
    </item>
    <item>
        <title>Consistency of data across Local MQTT / API / Glow MQTT / Bright App</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/217/consistency-of-data-across-local-mqtt-api-glow-mqtt-bright-app</link>
        <pubDate>Wed, 27 Jul 2022 11:39:05 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>pete_o</dc:creator>
        <guid isPermaLink="false">217@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hi</p><p>I&#39;ve been looking at getting glow data (via the API and MQT) into influxb. In order to make sure I understood the data properly, I started to compare data received via API vs. that received by MQTT vs. data shown on the Bright App. </p><p>I thought it would be useful to summarise some of the conclusions (apologies if I&#39;m restating parts of other posts):-</p><ol><li>I have found it MUCH easier to do everything in UTC, displaying in local time as required. If not, a very large rabbit hole awaits... All the comments below are based on the data being in UTC</li><li>Read the API docs carefully three times. Then read again. Then read again.</li><li>API data for different aggregation periods (daily, hourly, half-hourly, minute) is only self-consistent if the time stamp relates to the START of the relevant period. [ I think I noticed another post confirming this] ==&gt; GOOD</li><li>Glow MQTT data (electricity consumption today) is consistent with API data:- e.g. I have P1D data for a given day == 17.326kWh vs last Glow MQTT reading for the day == 17.328 kWh ==&gt; GOOD</li><li>I had a look at local MQ data last night - this was identical to Glow MQTT data for my sample ==&gt; GOOD</li><li>The local MQTT timestamps and Glow MQTTs timestamp (for the same data) are not quite the same - for me there is a difference of 8s (glow = local + ~ 8s). Looks like either DCC or Glow are not using original timestamps on the Glow MQTT flow? ==&gt; ODD..</li><li>The Bright App 30min / hour / day data is shown in LOCAL time (BST). The data for half hour / hour data is identical to the API data (after adjusting for timezone offset). Note that the &quot;day&quot; data will NOT be identical as the API summation is from midnight UTC to midnight UTC, whereas the App summation is from 23:00 UTC to 23:00 UTC . ==&gt; GOOD - Expected Behaviour.</li><li>&quot;Current Day&quot; data on the App does NOT agree with Local MQTT / Glow MQTT &quot;Consumption Today. I was expecting App (current Day) to be [MQTT (current day)  + MQTT(last reading yesterday) - MQTT (23:00 yesterday)]. Not investigated this properly, but it looks like the App totals start aggregating at around 23:30 UTC, not 23:00 UTC. ==&gt; BAD</li></ol><p>Has  anyone found anything that conflicts with the above?</p><p>Any idea what is happening re: point (8) in particular? I&#39;d be interested to know what is going on re: (7) also [technical interest, really]</p><p>One last point: I like the new Local MQTT feed. It removes a few dependencies, makes it a whole lot simpler, plus makes pricing data available via MQTT. I&#39;ll probably continue with a mix of local MQTT + API as (i) I want historical data also.</p><p>Pete.</p>]]>
        </description>
    </item>
    <item>
        <title>Very large negative power values received a few of times a day</title>
        <link>https://forum.glowmarkt.com/index.php?p=/discussion/255/very-large-negative-power-values-received-a-few-of-times-a-day</link>
        <pubDate>Sun, 09 Oct 2022 11:22:09 +0000</pubDate>
        <category>Local MQTT</category>
        <dc:creator>af7567</dc:creator>
        <guid isPermaLink="false">255@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I have local MQTT working fine, but occasionally get an electricity power value of -8388.608 kW. Is anyone else seeing something similar?</p><p>This happens a few times a day and messes up my graphs. It also breaks the graphs in the Bright app. I can just ignore these values so they don&#39;t get added to my local database, but was wondering what causes it.</p><p>Whenever one of these bad readings comes in, the cumulative import and export values are null when they are normally a number (even if it is 0.000). The signal from the meter seems ok, LQI is always between 240 and 248 and RSSI -38 or -39.</p><p><br /></p><p>bad:</p><pre spellcheck="false">{&quot;electricitymeter&quot;:{&quot;timestamp&quot;:&quot;2022-10-09T01:00:38Z&quot;,&quot;energy&quot;:{&quot;export&quot;:{&quot;cumulative&quot;:null,&quot;units&quot;:&quot;kWh&quot;},&quot;import&quot;:{&quot;cumulative&quot;:null,&quot;day&quot;:0.446,&quot;week&quot;:31.237,&quot;month&quot;:39.994,&quot;units&quot;:&quot;kWh&quot;,&quot;mpan&quot;:&quot;MPAN SSWG&quot;,&quot;supplier&quot;:&quot;---&quot;,&quot;price&quot;:{&quot;unitrate&quot;:0.33020,&quot;standingcharge&quot;:0.44120}}},&quot;power&quot;:{&quot;value&quot;:-8388.608,&quot;units&quot;:&quot;kW&quot;}}}` from `glow/1234935253D4/SENSOR/electricitymeter
</pre><p>normal:</p><pre spellcheck="false">{&quot;electricitymeter&quot;:{&quot;timestamp&quot;:&quot;2022-10-09T01:00:48Z&quot;,&quot;energy&quot;:{&quot;export&quot;:{&quot;cumulative&quot;:0.000,&quot;units&quot;:&quot;kWh&quot;},&quot;import&quot;:{&quot;cumulative&quot;:8999.761,&quot;day&quot;:0.450,&quot;week&quot;:31.241,&quot;month&quot;:39.998,&quot;units&quot;:&quot;kWh&quot;,&quot;mpan&quot;:&quot;MPAN SSWG&quot;,&quot;supplier&quot;:&quot;---&quot;,&quot;price&quot;:{&quot;unitrate&quot;:0.33020,&quot;standingcharge&quot;:0.44120}}},&quot;power&quot;:{&quot;value&quot;:0.194,&quot;units&quot;:&quot;kW&quot;}}}` from `glow/1234935253D4/SENSOR/electricitymeter
</pre><p><br /></p>]]>
        </description>
    </item>
   </channel>
</rss>
