First compliments, really fancy, create job to all of you, who developed this..
I Am trying to get the MLX90614 active
On Hardware of the EasyESP menu i enabled the SCL => GPi05 => d1 and SDA => GPI04 => D2
On device of the EasyESP i enabled the mlx90614 i expected in the value in the green the read out temperature
but its still 0.00
how ever running the code
of http://www.esp8266.com/viewtopic.php?f=29&t=2865
with the fix in the void setup where wire.pins(4,5) must be wire.begin(4,5) which results in temperature value 23 in the serial display
Question do i mis something that i don't seem a value?
Second question is it possible to draw graphs on the ESP itself, or is the EasyESP only used for move data to domestic systems.
If not does some one have example sketch how to do this
last on which pins to connect the DB18B20 temp sensor en does some have example sketch
Hope some can help me

Chris