emonHub Integration for Grant HP290 (EcoNet300)

Thanks to @dconlon it’s now possible to read data from Grant HP290 heat pump (econet300) locally via HTTP using just emonHub :partying_face:

After updating to master branch of emonHub, just add the following emonhub config to read data locally from Econet300:

[[Econet300HTTP]]
    Type = EmonHubEconet300Interfacer

    [[[init_settings]]]
        # Hostname or IP address of the ecoNET 300 bridge, if hostname doesnt work use local IP
        host = econet300.local
        # HTTP basic auth credentials for the ecoNET 300 bridge
        username = admin
        password = admin
        # Poll interval in seconds (time between successful polls)
        pollinterval = 60
    [[[runtimesettings]]]
        pubchannels = ToEmonCMS,

Example Inputs:


There are multiple ways to read and control the Grant HP290, the various methods are documented on this thread:

3 Likes