@Techgeek201 Thank you for your support!
Just I am listing areas to contribute,
documentation
locale
MyController-development(Java)
RPI Agent development(Java)
ESP8266 direct support (c++)
it may be a more universal solution for the node/switch to use the request(uint8_t childSensorId, uint8_t variableType) function and resend the command to the node/relayActuator after a timeout. This is what @jkandasa mentioned in his post earlier. Still if the node/switch receives the request() it does not know what sensor sent it. If this was contained in the message variable we could implement a fairly robust solution to this.
@jkandasa nice. I see support for standalone esp8266 sensors to use mqtt to communicate with mycontroller soon. Looking forward to some Arduino examples to use mycontroller-device library
@DaTTcz Hi, Thank you so much for your interest with MyController. Try disable serial gateway on MyController and unplug. I hope nothing will happen. If you see any errors on mycontroller/log/mycontroller.log please report. Thank you for your support!!
@jkandasa
True!, use mycontroller on my Huawei cell phone, if the mobile version of the page is not sufficient, you can also request the desktop version from the browser menu.
Have to admit, works pretty good in chrome on a 4 inch cell phone
Tag.
@ojkaas can you check mycontroller/log/mycontroller.log file. You can see actual error there. Or in the browser for this query response.
If you want to try url outside to access any resource on MyController, you should pass basic auth along with it.
@jkandasa
Well, now using a mixed environment!, a Mysensors 2.0 gateway and 1 Mysensors 2.0 node. Rest is still Mysensors 1.5 and will be moved to 2.0 over time.
Mycontroller still works like a charm and recognised the library version in the node information so it is possible to have a mixed environment.
Again many thanks for this link! https://forum.mysensors.org/topic/4276/converting-a-sketch-from-1-5-x-to-2-0-x
I used it to rewrite my sketch from 1.5 to 2.0.
Keep up the good work!!
Tag
@stefaanv https://github.com/mycontroller-org/mycontroller/issues/236#issuecomment-238017945
Have a look if your adblocker is interfering. Press F12 in your browser and look at the "console"-output.
An example of adblocker interfering:
[image: 1470481806189-upload-c774db81-e0d5-48d7-abc7-98a05c8d3a94]
This can be solved by whitelisting the mycontroller.org site.
@hoegaarden_bier Yes, It is possible to migrate across platforms (but I never tested across platforms). It should work. Can you list complete error trace?
What is your previous version and new version?