Firebase?
-
Any idea connecting Mycontroller to Mysensors through Firebase? or through Cloud service?
-
I'm looking for the same feature, and they provide "External Servers" feature (on utilities)
unfortunately, they haven't implement it yet
as mycontroller log :
2016-09-24 17:06:23,349 WARN [Thread-1156] [org.mycontroller.standalone.message.McMessageEngine:408] Internal Message[type:I_PING,payload:1], This type may not be supported (or) not implemented yet
-
Please create a feature request on MyControllers issue page.
Any idea connecting Mycontroller to Mysensors through Firebase? or through Cloud service?
I'm working to create MyController cloud service. It might take some time.
-
@jkandasa
just to make sure, is the External Servers feature already implemented or not?or is it something wrong with my installation ?
-
@hqm It should work. I saw the 'External Servers' working on demo version of MyController.org site -- http://demo.mycontroller.org/#/utilities/externalserver/addedit/1 -- with Sparkfun [phant.io]. I will try it out. It works with retrieving data from public key to show on Dashboard.
-
@jkandasa Thanks for the info on MyController cloud service.
-
thanks @duocyber , I'll check my installation and my internet connection .. may be there's something wrong with my inet ..
-
@hqm For now External server support implemented only for
Sparkfun
,Emoncms.org
,InfluxDB
andGeneric MQTT
. IfFirebase
is different than available servers, we have to implement it. -
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. -
@Fraid Please open a request on https://github.com/mycontroller-org/mycontroller/issues
-