Swiftnesses

Results 85 comments of Swiftnesses

Thought I had it, but adding a new device, I see the server (the local address), and I'm presented with the HA login, clicking login just says "login aborted" and...

Same issue here. I can read sensors etc, but cannot take action (no error is shown) - it just continues to ask questions!

I use mock chat (https://github.com/RayBytes/ChatMock) to enable a local api using my openai account. it works for everything else, just trying to work out why is can access sensors, but...

Can someone confirm if the action works, but perhaps takes some time? Wondering if I need to manually make a script or not... Thanks :)

I currently get the value of the sensor via a function like ``` // Get last price from Home Assistant var oil_price_last = global.get('homeassistant.homeAssistant.states["' + config.sensor_entity + '"].state'); oil_price_last =...

Unknown always shows (I have waited, no change) - the only time it goes away is if I trigger the sensor node, i.e. to update it with a new state....

Debug output ``` 14/10/2025, 08:58:33Oil Price register : msg : object type: "nodered/discovery" server_id: "2c9c693.ea39396" node_id: "f8dd77bb02be94c8" config: object name: "Oil Price" icon: "mdi:fuel" device_class: "monetary" unit_of_measurement: "GBP" state_class: "measurement"...