Grouped sensors graph
- 
 @jkandasa No error on browser console, I use Google Chrome too 
 I supposed it's because the values of the 2 temperature sensor are always nears...
 In graph point overlay, I have this : But with more difference, 
  No Orange graph  
- 
 @Tetnobic I guess it is because of the name. Can you change any one sensor name on MC GUI? 
- 
 @jkandasa oh oh indeed when I change Sensor Name (from "Temperature" to "Temperature2") : 
  
 it works !!!!
 But a bit annoying because all my node use exactly the same code ("sketch")...., so the same :
 ....
 present(NODE_CHILD_ID_TEMP, S_TEMP, "Temperature", false);
 .....
- 
 @Tetnobic Fine, I will address this by adding some unique id.Kindly create ticket for this on https://github.com/mycontroller-org/mycontroller/issues Thank you! 
- 
 @jkandasa Ticket created ! 
 Many thanks to you for spend time on our problems 
- 
 @Tetnobic This ticket resolved. You can check this on our latest SNAPSHOT version. 
- 
 @Tetnobic Changed this feature bit different. You have to enable Enable unique namecheckbox to get unique chart name.
  
- 
 @jkandasa Unfortunately, I just tried the latest build with this feature, and it does not work for me, 
 my sensors and nodes have exactly the same name (It's the same source code)..... 
  
- 
 @Tetnobic Thanks to reporting this issue. This is fixed and pushed changes on SNAPSHOT version. Kindly clear your cache and test with latest SNAPSHOT version. Thank you! 
- 
 @jkandasa I test the latest SNAPSHOT and it works like a charm !!! 
 Thanks a lot