I’m waiting for the new plugin … thanks for the implementation
-
New plugin pimatic-assistant
-
I released the first version of pimatic-smartnora (0.3.9). This release supports switch, dimmer and button devices. This release id to test the setup with some device types.
The working is about the same as in pimatic-assistant. Some differences in the plugin config and new registration in the smartnora site.
More info on installation and configuration -> pimatic-smartnoraThis plugin requires the a recent version of Node 10 ! (v10.20+)
-
Smartnora works very well. Thank you for your work.
-
Hello!
I encounter a problem when installing the smartnora plugin and I don’t know how to solve it ( I use a rpi 4 ). After installing the plugin and restarting, I can’t find smartnora in the add Devices section. I installed node 10.24.1 because it is mentioned in github “The minimum node requirement for this plugin is node v10.24.1”16:16:24.706 2021-12-19 Sunday
16:16:26.455 [pimatic] info: Starting pimatic version 0.9.54
16:16:26.458 [pimatic] info: Node.js version 10.24.1
16:16:26.459 [pimatic] info: OpenSSL version 1.1.1k
16:16:27.369 [pimatic, ppm] info: 2.15.12
16:16:27.384 [pimatic] info: Loading plugin: “pimatic-cron” (0.8.8)
16:16:27.617 [pimatic] info: Loading plugin: “pimatic-mobile-frontend” (0.9.16)
16:16:27.900 [pimatic] info: Loading plugin: “pimatic-smartnora” (0.3.9)
16:16:28.277 [pimatic] error: Cannot find module '…/node_modules/node-red-contrib-smartnora/build/firebase/connection.js’
16:16:28.280 [pimatic] info: Loading plugin: “pimatic-stats” (0.1.14)
16:16:28.343 [pimatic-cron] info: the time is: Sun Dec 19 2021 16:16:28 GMT+0000 (Greenwich Mean Time)
16:16:28.503 [pimatic] info: New device “Status”…
16:16:28.826 [pimatic-mobile-frontend] info: packing static assets
16:16:29.034 [pimatic-mobile-frontend] info: packing static assets finished
16:16:29.037 [pimatic-mobile-frontend] info: rendering html
16:16:31.291 [pimatic-mobile-frontend] info: rendering html finished
16:16:31.332 [pimatic] info: Listening for HTTP-request on port 80…
16:16:31.379 [pimatic, ppm] info: 2.15.12 -
exacly the same problem !
Node 10.24.1
[pimatic] error: Cannot find module ‘…/node_modules/node-red-contrib-smartnora/build/firebase/connection.js’ -
I looked at the problem. It seems that versions are not matching anymore. This is due to evolving functionality / versions (like node is now on 17.x) and lacking support.
I made an update with a frozen version of node-red-contrib-smartnora. This will probably solve the problem for now -> pimatic-smartnora version 0.3.10 -
Perfect - That’s the solution - Thanks for the fast work!
-
Thank you very much. It works!