MyController 1.2.0-SNAPSHOT version with major provider changes and supports for ack
-
@jkandasa
Thanx! I'll try. -
I noticed that when I reboot a node, the sensors names are overwritten with the sketch version (and since I didn't change the sketch and it was not happening in 1.1.0, so I guess this is not an error in the sketch):
-
@daniele version 1.1.0 also designed the same.
When it receives node/sensor name will be replaced with the local(MyController database) one. -
I'm not sure I understood.
I had sensor name set up in mycontroller, and not in the Arduino sketch (btw, I don't know a way to set it up in the sketch).
But the name in mycontroller has been overwritten with "1.2", which is the sketch version. -
@daniele Via sketch you can assign as follows,
void presentation() { sendSketchInfo("NODE_NAME", "NODE_VERSION"); present(SEN_ID, S_CUSTOM, "SENSOR_NAME"); }
-
I tested with the ack, it seems to work okay, however i ran into 1 issue.
Once ack is enabled on the serial gateway, the gateway is connected okay, but...
if i disable ack, the serial gateway refuses to connect...Serial gateway is used, with the mysgw software, radio connected to the gpio header
-
@tag Thank you, I will check this issue and fix it. Have to try to reload the gateway to this issue?
UPDATE: Added some changes to avoid this issue. Changes available on SNAPSHOT version.
https://github.com/mycontroller-org/mycontroller/commit/f557310e831d54cdaa76be62bff62a9ce6788a67
-
Cool!, Thx! will give it a try on the snapshot version.
:thumbs_up: