Fixed for me too, I was having the wrong time on Chrome browser, while on Safari was correct.
With logout and login.
Best posts made by Fraid
-
RE: Setting Time Zone
-
RE: Settings and Preferences for Eclipse IDE for JAVA Developers (Luna)
Not sure what happen, I previously has other project on maven, maybe there was some conflict.
I make it work now, by reinstalling/downloading everything from scratch (workspace deleted, m2 repo was also removed) then I run "mvn eclipse:eclipse", open eclipse.
Import maven project and worked now.
Latest posts made by Fraid
-
RE: TV Status or generic devices with ip address as gateway
@jkandasa thank you so much, it's working.
-
RE: TV Status or generic devices with ip address as gateway
@jkandasa Thank you it's perfectly working !
I even dimmed the light when TV is turned on, awesome!Just to make sure I added a timer like following:
*** Simple, Repeat[Interval:20 Seconds, Count:999999999], Executed count:75***
If I set 0 he doesn't execute, so how can set infinite count ? -
TV Status or generic devices with ip address as gateway
Hi @jkandasa ,
I'd like to be able to know when my TV is on. Thank to my friend, give me the idea to ping the chromecast. It's little hard to do with MySensor using gateway, because of space and old library. So I'd like to do it on MyController side.
So, can we create a new Network type "Devices" with only IP address as property. And I'll be able to say turn off TV on no motion, and if TV is already off do nothing ?
Or is their other way to handle than?
-
RE: Setting Time Zone
Fixed for me too, I was having the wrong time on Chrome browser, while on Safari was correct.
With logout and login. -
RE: Firebase?
Same thing would be cool to have firebase, here some additional information about it.
I use firebase on different projects, mainly for the push notification feature.
When data is pushed to firebase he will automatically sync data between all devices.
Devices can subscribe to a channel like "sensors/doors_1/stats", and any change done to that stats variable, could fire a notification from MyController. -
RE: Settings and Preferences for Eclipse IDE for JAVA Developers (Luna)
@jkandasa Yes I did over four time. Formatter and CleanUp section as for profile "MyController.org".
I'm using mac with Eclipse Helios. -
RE: Settings and Preferences for Eclipse IDE for JAVA Developers (Luna)
I think there is an issue with the Copyright settings.
When you create a new class, select "generate comments", the generated copyright will start like :
" Copyright 2016 Jeeva Kandasamy (jkandasa@gma...."while maven license will check for header starting with:
"Copyright 2015-2016 Jeeva Kandasamy (jkandasa@gma...".
The build will failed.Also formating code doesn't work as expected.
In GatewayUtils.java class for exemple, formating goes from the following :
SERIAL("Serial"), ETHERNET("Ethernet"), MQTT("MQTT"), PHANT_IO("Sparkfun [phant.io]"), PHILIPS_HUE("Philips Hue");
to this:
SERIAL("Serial"), ETHERNET("Ethernet"), MQTT("MQTT"), PHANT_IO("Sparkfun [phant.io]"), PHILIPS_HUE("Philips Hue");
-
RE: Settings and Preferences for Eclipse IDE for JAVA Developers (Luna)
Not sure what happen, I previously has other project on maven, maybe there was some conflict.
I make it work now, by reinstalling/downloading everything from scratch (workspace deleted, m2 repo was also removed) then I run "mvn eclipse:eclipse", open eclipse.
Import maven project and worked now. -
RE: Settings and Preferences for Eclipse IDE for JAVA Developers (Luna)
Same issue, Build SUCCESS, no warning either but eclipse still showing red warning.