Help needed please.
I'm almost at the final stages but not quit there.. I have configured an 8266 to speak to my HE using the ST_Anything/Hubduino drivers etc. I have followed the instruction as best I can.. Am using the ST_Anything_Multiples_ESP8266WIFI sketch for 1 contact sensor.. I dont, in any way, claim to understand this sketch however the logs show that I can toggle my Contact switch High & Low, The 8266 is definitely on the wifi Lan as I see it (plus the Arduino IDE logs say it). I have created the HE Virtual Device using the Hubduino Parent Ethernet device handler..
My issue is that the Parent device does NOT create a Child and every 5 mins it gives the following a null point exception on line 414 of Hubduino Parent Ethernet device handler in the section that checks for Hubduino presence :
if (now() >= state.parseLastRanAt + (tmr * 1000)) {
I'm assuming that my state data in null ????
I'm at a loss but feel that I'm so close (but so far) from success..
can anyone help steer me ?