I would like to have selected values (only actual values, temperatures , humidity or pressures) from sensors on my own web page.
With controller will be better to storage all values and share to my web page?
pawel
@pawel
0
				Reputation
			4
				Posts
			324
				Profile views
			0
				Followers
			0
				Following
			Best posts made by pawel
This user hasn't posted anything yet.
				
				Latest posts made by pawel
- 
    valuses form mysensors to own web page.posted in General Discussion
 - 
    Eeprom usageposted in General Discussion
Hi.
How mySensors usage eeprom memory?
How many bytes and with addresses?
I would like use eeprom memory to own application but I don't know with address will be free.Thx.
Pawel - 
    RE: repeater and sensor in one node.posted in General Discussion
I should change:
- in setup():
gw.begin() --> gw.begin(NULL, AUTO, true); - in loop();
gw.sleep(SLEEP_TIME); --> gw.process(); 
this will be enough?
when i use node as repeater with sensor . this will be work all time without sleep mode?
And I should us timer (not delay) send sensors value.
What else? - in setup():
 - 
    repeater and sensor in one node.posted in General Discussion
It is possible in one node is repeater and sensor?
Thanx
Pawel