Good afternoon
I wonder if anyone could help please.
I am integrating my Heatmiser neo underfloor heating into HA.
I can successfully communicate and get and set temps etc but wanted to know the current state of each room ie is the room being heated or is it off. I have scoured the linked pdf which shows commands without success. Thank you in anticipation.
At the first sight, the API works by devices, which are attached to rooms/zones.
{"GET_LIVE_DATA":0} seems to return the status of all devices, including which “zones” they are attached to.
Of interest is also {"GET_DEVICE_LIST":"room name"} which returns the devices by room.
Hi Many thanks for the prompt reply, Unfortunately the ‘’‘GET_LIVE_DATA’’’ seems to return global setting and not room specific data. Once again thank you for taking the time to respond.
Hi Chris
Well you certainly sorted the first part of this so thank you, I was sending the request via node-red using TCP and received that data in a debug node. What I didn’t realise was the debug node will only display around 1000 characters and by a bit of coding realised that the string was over 10000. Therefore the individual date for heating zones was actually there.
After quite a lot of splitting and parsing I was greeting the required values but the realised that the final zone (8) the data was missing.
I am presuming that either the Heatmiser has an issue or I am doing something wrong.