@jkandasa thank you so much, it's working.
Posts made by Fraid
-
RE: TV Status or generic devices with ip address as gateway
-
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.
-
RE: Settings and Preferences for Eclipse IDE for JAVA Developers (Luna)
@jkandasa I have a some issue installing the project.
I’m using mac os 10.10.5, eclipse neon , lombok 1.16.12 and java 8.I can build from maven without issue, but eclipse still show me error about :
*APPLICATION_JSON cannot be resolved to a variable AuthenticationHandler.java /mycontroller/modules/core/src/main/java/org/mycontroller/standalone/api/jaxrs line 48 Java Problem
ALLOW_ANONYMOUS_PROPERTY_NAME cannot be resolved to a variable BrokerConfiguration.java /mycontroller/modules/core/src/main/java/org/mycontroller/standalone/mqttbroker line 67 Java Problem
ClientResponse cannot be resolved to a type PushbulletUtils.java /mycontroller/modules/core/src/main/java/org/mycontroller/standalone/operation line 110 Java Problem
ConnectionSource cannot be resolved to a type DataBaseUtils.java /mycontroller/modules/core/src/main/java/org/mycontroller/standalone/db line 63 Java Problem*
Annotation @Slf4j also show in red. I thought at first it’s because of lombok but it’s actually installed (I can see it from about eclipse). But I created a simple test project, I can use lombok with annotation « @data » and @Slf4j without red warning.
I also switch to lombok 1.16.10 and eclipse luna but no luck.
Any idea what I missing, what is your project configuration eclipse, lombok version ?
-
Philips Hue support help
Hi @jkandasa,
I have some hue (Smart light from philips) and I would like to control them from MyController. Is there any plan to support this third party?
If not, I'd like to help adding this feature. I’m actually a java developper (but more a back-end one).
Basically I would like to :
- Command the light using the « Sensor custom buttons » widget.
- Turn off the light if the room is empty since 1 hour.In fact, I already start to take a look at MyController project, I just miss the web/html part but soon. I also found the HUE sdk, so if nobody on it yet, I can search more .
Thanks,
Fraid -
RE: 0.0.3.Final pre-release - volunteers required to test
I don't know what happen but this morning I try from my phone and it was working. And now it's working on computer with both chrome and safari.
-
RE: 0.0.3.Final pre-release - volunteers required to test
Just try the new version and I got an issue, when trying to add a widget on the dashboard, the "Sensor variable" is empty (Does the same for all widget type ).
The same issue in "Ressources->Operations" with :
type=send playload
Sensor variable = empty list.Rollback to the old version, the list appear.