Jump to content

MClarke

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

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

MClarke's Achievements

Newbie

Newbie (1/6)

0

Reputation

1

Community Answers

  1. I've got a weird problem with my polyglot v2 that is running on a raspberry pi. If I try to configure a node server (doesn't matter which one) it's like the page refreshes and wipes out any configuration changes if I don't do it fast enough. I've managed to get around this issue for a long time if I do it really quickly using copy and paste. I'm now trying to configure the notification server and I haven't been quick enough to add a pushover service node. It wipes everything out before I can save it. The polyglot is version 2.2.1. I've not been able to update it to 2.2.11 as others have noted. The ISY is 5.3.0. I've tried changing the config both in Chrome and Edge. I know my hardware is outdated but for the most part, it does the job and I'd really rather not upgrade. Anyone have any thoughts on this weird issue?
  2. And just when I was trying to debug Tasker. I found my error and then getting a 500. I'm like wait... WHAT?
  3. I set up AmbientPoly on a Raspberry Pi and everything seems to work initially. After some period of time (24 to 48 hours) it stops reporting data. The node server still shows "connected" during that time and restarting the node server will fix the problem. The error log is below: 2022-11-27 00:56:04,656 Controller polyinterface ERROR polyinterface:write: Exception in thread Controller: Traceback (most recent call last): File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner self.run() File "/usr/lib/python3.7/threading.py", line 865, in run self._target(*self._args, **self._kwargs) File "/home/pi/.local/lib/python3.7/site-packages/polyinterface/polyinterface.py", line 854, in _parseInput self.longPoll() File "./ambient-poly.py", line 184, in longPoll self.set_driver(node, 'GV1', d, 'windgustmph') File "./ambient-poly.py", line 206, in set_driver report = True, force = self.first_poll) File "/home/pi/.local/lib/python3.7/site-packages/polyinterface/polyinterface.py", line 683, in setDriver self.reportDriver(d, report, force) File "/home/pi/.local/lib/python3.7/site-packages/polyinterface/polyinterface.py", line 704, in reportDriver self.controller.poly.send(message) File "/home/pi/.local/lib/python3.7/site-packages/polyinterface/polyinterface.py", line 385, in send self._mqttc.publish(self.topicInput, json.dumps(message), retain=False) File "/home/pi/.local/lib/python3.7/site-packages/paho/mqtt/client.py", line 1258, in publish local_mid, topic, local_payload, qos, retain, False, info, properties) File "/home/pi/.local/lib/python3.7/site-packages/paho/mqtt/client.py", line 2693, in _send_publish return self._packet_queue(PUBLISH, packet, mid, qos, info) File "/home/pi/.local/lib/python3.7/site-packages/paho/mqtt/client.py", line 3016, in _packet_queue return self.loop_write() File "/home/pi/.local/lib/python3.7/site-packages/paho/mqtt/client.py", line 1577, in loop_write rc = self._packet_write() File "/home/pi/.local/lib/python3.7/site-packages/paho/mqtt/client.py", line 2465, in _packet_write packet['packet'][packet['pos']:]) File "/home/pi/.local/lib/python3.7/site-packages/paho/mqtt/client.py", line 649, in _sock_send return self._sock.send(buf) File "/usr/lib/python3.7/ssl.py", line 984, in send return self._sslobj.write(data) ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:2341) Any thoughts?
  4. It seems that the message body can't be blank. I only had it in the subject. It's working now that I added to the body of the customized content.
  5. I just figured out that the program will send the notification if I send it to Default. It's the customized content that fails.
  6. I have an ISY running version 5.3.0 and using gmail to send notifications to my phone @tmomail.net. The test function works just fine. When a notification is triggered by a program, the notification is never sent and the error log shows -50001 -19 which I believe is smtp_write_failed. Any ideas?
×
×
  • Create New...