@pedder said in ZigBee Shutter Control not working - missing RaspBee Shutter Device:
@bertreb, found it now, thanks!
As I never did it that way before: Would I only have to exchange my current ‘device-config-schema.coffee’ (in the node-modules/pimatic-raspbee directory) by your new file? … and then for sure restart Pimatic.@theslashy, thats wondering. Here it worked definetly after learing it by the Phoscon App as a light - as written in my last post on Github, end of September.
@Both, as written, I will order another stick and then start testing. It’s listet at am…on as 1-Day-Delivery …
For the minimum change (without the rules actions) 2 files need to be replaces/changed:
- device-config-schema.coffee
- raspbee.coffee (thats where the extra shutter logic is)
- action.coffee
Steps:
- backup the 3 current files
- paste the new files in the pimatic-raspbee directory.
- check if the raspbee debug is enabled in the plugin settings
- restart Pimatic and watch the debug/error log
And if you look at the way the changes a made, you can even try yourself to test, debug and solve problems. After changing a file you can restart pimatic.
If you are using a test system, you can stop the daemon (sudo service pimatic stop) and run pimatic via a terminal window/commandline in the pimatic directory.
The command is: sudo node_module/pimatic/pimatic.js
In the commandline you can see directly if there are errors, debug/repair the problem and start-over. Its a faster cycle
UPDATE: added action.coffee as 3 file to be updated