Trying to get Device Updates:
Receiving Device updates
Every time the device value or status changes in HomeSeer the node will send a message containing the new state of the device in msg.payload the new value of the device msg.payload.status the new status text of the device
I have checked within HS4 and the webhook is defined correctly. Node Red and HS4 are on the same RPI4 no firewall. Webhook URL is:
http://127.0.0.1:1880/homeseer/webhook Have also tried using the ip address or http://10.1.2.9:1880/homeseer/webhook
When I open a browser and connect to that url or its ip address instead of the 127.0.0.1 it prompts me with a userid/password box as Node Red is attempting to authenticate. I am using Node Red v1.2.9 which does require authentication. If I enter the correct credentials, Node Red service responds with "Cannot get /homeseer/webhook".
HS4 is currently set to not require authentication
Has anyone used to latest Node Red 1.2.9 or later to interact with HomeSeer?
Thank you.
Receiving Device updates
Every time the device value or status changes in HomeSeer the node will send a message containing the new state of the device in msg.payload the new value of the device msg.payload.status the new status text of the device
I have checked within HS4 and the webhook is defined correctly. Node Red and HS4 are on the same RPI4 no firewall. Webhook URL is:
http://127.0.0.1:1880/homeseer/webhook Have also tried using the ip address or http://10.1.2.9:1880/homeseer/webhook
When I open a browser and connect to that url or its ip address instead of the 127.0.0.1 it prompts me with a userid/password box as Node Red is attempting to authenticate. I am using Node Red v1.2.9 which does require authentication. If I enter the correct credentials, Node Red service responds with "Cannot get /homeseer/webhook".
HS4 is currently set to not require authentication
Has anyone used to latest Node Red 1.2.9 or later to interact with HomeSeer?
Thank you.
Comment