Jump to content

Kajtek

Members
  • Posts

    21
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Kajtek's Achievements

Newbie

Newbie (1/6)

2

Reputation

1

Community Answers

  1. Problem resolved. I entered wrong port number
  2. When I had a polisy with PG2 (MTI license), I made modifications to day.py, month.py, and year.py to change the units. The reason day, month, and year nodes displayed only in Fahrenheit was because 'us' was "hardwired" and would not change to metric even if metric was chosen. This was the code that forced it to 'us' units: class DayNode(polyinterface.Node): id = 'day' hint = [1,11,4,0] units = 'us' Now I have eisy and bought the Nodeserver for PG3 and the hardwired imperial seems to be inherited. I am including the modified files for PG2; therefore, to work in PG3, polyinterface needs to be replaced with udi-interface in each file." @bpwwer Is there any chance to add this modification to have metric and imperial in all nodes. I do not pretend to be a good programmer and I am sure you can do it better, but if my modifications are to your standards you can use them. day.py month.py year.py
  3. I had an older version installed under the MIT license from my local store for testing and making some custom small modifications. It worked well, showing the ElkController Node and Nodes for all zones. Then, I received a notification about new upgrades for iOX, so I clicked on 'Upgrade packages,' and the system went through the upgrading process. After that, I rebooted Eisy. All the other nodes continued to work as before, with the exception of ELK. I reinstalled ELK from my local store, but the problem remained. Now, only the controller node shows up in ISY. and I keep getting the same error message: 'ERROR: 07/30/2023 13:09:36 See log for: ELK Controller: Timeout sending message VN!!!'. Additionally, I noticed in ISY that often I see a red exclamation sign in front of 'ELK controlled' and 'NodeServer online,' as well as the 'Remote Programming' status showing 'Disconnected.' After I query the Elk Controller, sometimes both statuses will change to 'Connected' briefly, only to lose connection again. More often, it stays disconnected. The 'M1EXP' status also changes frequently from 'Connected' to 'Disconnected.' It appears that there is a problem after the iOX upgrade. Since my planned modifications are not that important, I decided to purchase the full copy. I deleted the node installed from the local store, and installed the latest version from the production store. Unfortunately, this did not fix the problem. Only the controller node is recognized and it behaves as described above with the same error and disconnecting M1EXP status and disconnected Nodeserver ,I have attached the log file for reference. PG3x Version 3.1.36 Status: Connected Frontend Version: 3.1.36 IoX Version: 5.6.3 Connected Log ELK_7-30-2023_125628_PM.zip
  4. It does not work for me. I not only did what you did. I also reset my eisy to factory settings and started from scratch. I even do not remember how many times I rebooted, removed power. I also found that after any rebooting for whatever reason I needed to remove power and connect again otherwise connection with portal did not always work.
  5. Thank you. I used it a lot but I migrated to Eisy when my Polisy failed and now it does not work.
  6. @Asbril Where do you see the authentication code? When I click continue it will not show any code, just go back to polyglot
  7. Firestone I am on Eisy IOX ver 5.5.9, Polyglot ver 3.1.23. My Authentication does not work. After I click Authentication it will go through the process and when I click Continue it will go back to Polyglot but still will display Not Authenticated or invalid authentication.
  8. Kajtek

    Polisy?

    I found an answer First create folder. then CD to new folder and then the command is git clone https://github.com/..... This will transfer all the files from github repository to new folder
  9. Kajtek

    Polisy?

    I use Filezilla for ftp. How do I access Policy. I tried to polisy IP as host but got message "Could not connect to server
  10. Kajtek

    Polisy?

    Thank you. The problem I have is that I do not know how to put my nodeserver there. I knew how to see the installed nodeservers. Could you to tell me how to send the code form my computer, or for github repository to polisy to see it in polisy?
  11. Kajtek

    Polisy?

    I want to test a nodeserver code but I do not know how to upload it to Polisy. I searched forums, Google and could not find out. It is probably something very obvious so nobody is even mentioning it. In Polyglot Documentation I found this info "Once all of this has been coded and all the appropriate files (documented in the last section) have been created, the node server directory can be placed in the configuration directory in a subfolder called node_servers. Polyglot should then be restarted to trigger the discovery of new node server types. If there is an issue with your node server, it will appear in the log." My question is. How to place it in configuration directory. When I ssh to Polisy I can see the folder nodeservers with subfolders of the nodes that I installed form nodeserver store but How do I place my codes into Polisy? I have GitHub Desktop . I can fork a node, make a branch, modify the code and push to github as a private node but it will not show in the nodeserver store, which is obvious and I even would not want to. I want to test it first. How can I install it in my Polisy and test before I will make it available to others? Maybe it is as easy and similar as pushing from GitHub Desktop to to Github repository. Can I push form Github Desktop directly to my Polisy? Andrzej
  12. I have finally successfully installed sense energy node and all seems to work. There is one problem and I do not know if this is because the installation is not complete or this is just a limitation and this option is not available at all I cannot use the status of sense devise in my programs. It just does not show up in programing. Other node servers like for example DarkSky allows me to use Darksky For example I can use Dark Sky Temp to write If DarkSky Temperature >21.0 C then.... Sense does not show in programming at all Andrzej
  13. Hi again I was able to SSH with different client than Putty. I executed sudo pkg update sudo pkg upgrade and I could see downloading, upkacking and isnstalling procedures Then I executed sudo reboot and my polisy rebotted beeping few times I created three custom keys email, password and update_realtime I still however and cannot connect and the message in my log shows 2020-02-07 17:03:51,343 [MainThread] [INFO ] UDI Polyglot v2 Interface 2.0.34 Starting... 2020-02-07 17:03:51,348 [MainThread] [ERROR] Traceback (most recent call last): 2020-02-07 17:03:51,349 [MainThread] [ERROR] File "./sense_poly.py", line 13, in <module> 2020-02-07 17:03:51,351 [MainThread] [ERROR] from sense_energy import Senseable 2020-02-07 17:03:51,352 [MainThread] [ERROR] ModuleNotFoundError 2020-02-07 17:03:51,353 [MainThread] [ERROR] : 2020-02-07 17:03:51,353 [MainThread] [ERROR] No module named 'sense_energy' Andrzej
  14. Thank you but the problem I have is that I am not able to SSH polisy. When I use PuTTY I am presented with Login: I can type my user name or as you suggest admin it will display: Using keyboard-interactive authentication. Password for admin@polisy: When I try to type password :admin or anything it does not respond at all. It does not accept any entry The only keystroke it will accept is Enter and after that it will display Access Denied
  15. Hi I see you have sensemonitoring. I installed the nodeserver created custom parameters for email, password, and update_realtime. but it does not connect My log files shows 2020-02-06 20:29:51,477 [MainThread] [INFO ] Received Config from STDIN. 2020-02-06 20:29:51,480 [MainThread] [INFO ] UDI Polyglot v2 Interface 2.0.34 Starting... 2020-02-06 20:29:51,484 [MainThread] [ERROR] Traceback (most recent call last): 2020-02-06 20:29:51,484 [MainThread] [ERROR] File "./sense_poly.py", line 13, in <module> 2020-02-06 20:29:51,486 [MainThread] [ERROR] from sense_energy import Senseable 2020-02-06 20:29:51,486 [MainThread] [ERROR] ModuleNotFoundError 2020-02-06 20:29:51,487 [MainThread] [ERROR] : 2020-02-06 20:29:51,487 [MainThread] [ERROR] No module named 'sense_energy' I tried ssh but using putty and entering ip of polisy I am presented with Login as: I enter username that I use in polisy and then next line is Using keyboard-interactive authentication. Password for username@polisy: The problem is that I cannot eneter my passwordf. It does not accept any entry. I can only press Enter, and it will say: Access denied Could you help me and tell me what should I do Andrzej
×
×
  • Create New...