Hello to all,
since yesterday I installed a new instance of pimatic. In the past my pimatic run on a raspberry 3 with old node.js and old version 0.9.48.
As i said, now its running on a raspi4 with version 0.8.54, node.js 10.20.0 and Openssl version 1.1.1e.
After installation I copied my old config.json to the new system and started. Like a miracle, it seemed to work.
As i looked into the pimatic-daemon.log I saw the following mssages, everytime the mqtt information from my shelly dimmer was send:
[pimatic-mqtt] error: value: NaN is out of range
the configuration (which works very well on the older system) looks like these:
{
“brokerId”: “myBroker”,
“topic”: “shellies/shellydimmer-Raimond/light/0/set”,
“resolution”: 101,
“message”: “{“turn”: “on”, “brightness”: value}”,
“stateTopic”: “shellies/shellydimmer-Raimond/light/0”,
“id”: “shellydimmer-Raimond”,
“name”: “Raimond”,
“class”: “MqttDimmer”
},
In the forum I found an older discussion with a similar problem, but that solved the problem by just a reboot. And, of course, i tried these also. But the error is still there.
Is there any idea where is the fault in the configuration?
There is also a second shellydimmer, excact the same problem.
Hope someone has some helpfull hints about these.
Untill now I only tested some mqtt devices (dimmer switches, sensors etc) and all other of them worked very succesfull in the new enviroment. And next days i am going on to switch over the homeduino devices. But I think, this will work without any complications.
best regards
Manfred