NEWS
Is there problem with Blockly after last update?
-
@apollon77 said in Is there problem with Blockly after last update?:
Can you please show the Javascript the blockly has generated?
// Living Room Light
schedule({astro: "goldenHour", shift: 0}, function () {
setState("zwave.0.NODE12.SWITCH_MULTILEVEL.Level_1"/Level/, 99);
sendTo("telegram.0", "send", {
text: 'Light is ON'
});
console.debug("telegram: " + 'Light is ON');
});
schedule("30 23 * * *", function () {
setState("zwave.0.NODE12.SWITCH_MULTILEVEL.Level_1"/Level/, 0);
sendTo("telegram.0", "send", {
text: 'Light is OFF'
});
console.debug("telegram: " + 'Light is OFF');
}); -
@ap2017: I see you are using node: v6.14.3
Have you tried to make an update to latest stable version of node? I think you should try at min 8.x, but 10.x should be better. There have been many significant changes between the major versions.
However, give it a try and please post your result.chefkoch009
@chefkoch009 said in Is there problem with Blockly after last update?:
@ap2017: I see you are using node: v6.14.3
Have you tried to make an update to latest stable version of node? I think you should try at min 8.x, but 10.x should be better. There have been many significant changes between the major versions.
However, give it a try and please post your result.chefkoch009
What is the procedure to update node? I see so many different ones on the forum.
-
@chefkoch009 said in Is there problem with Blockly after last update?:
@ap2017: I see you are using node: v6.14.3
Have you tried to make an update to latest stable version of node? I think you should try at min 8.x, but 10.x should be better. There have been many significant changes between the major versions.
However, give it a try and please post your result.chefkoch009
What is the procedure to update node? I see so many different ones on the forum.
@chefkoch009 received node update procedure https://forum.iobroker.net/topic/21802/node-js-update will try and let you know
-
@ap2017 sagte in Is there problem with Blockly after last update?:
I hate when it fixes by itself..
I do too!
But it works. So have fun with it.
@Homoran said in Is there problem with Blockly after last update?:
@ap2017 sagte in Is there problem with Blockly after last update?:
I hate when it fixes by itself..
paris airports transfers
I do too!But it works. So have fun with it.
It really works