Webostv notifications in Node-Red quit working

Can’t get webostv notifications (OLED65B7A) workng with Node-Red. I had this working a while back but not sure exactly when it quit. Deleted the webostv.conf file, rebooted and re-paired twice to no avail. Made sure the TV was on and restarted HA. Tried lots of different properties in the call service node.

I found that the Node-Red notify.family_room_lg object exists, but has no fields defined which explains the “no fields documented” and “extra keys not allowed” errors. Why is that happening (just to me)?


This works from Dev Tools and is what I send when the TV is on and door is open.
Webostv-NodeRed3






SOLUTION: This works for me in Node-Red but not in Dev Tools:

{
	"data": {
		"message": "Front Door is Open",
		"data": {
			"icon": "/config/www/door-open.png"
		}
	}
}

The fields issue was a red herring.

Forgot to mention, never found the correct Entity ID but leaving it blank worked. Don’t know why.