MindrustUK

Results 106 comments of MindrustUK

Thanks for responding, the model of the NVR is: DS-7608NXI-I2 Log as attached: [nvr-debug.log](https://github.com/CornerBit/HikSink/files/8928574/nvr-debug.log

As per attached screenshot, the notable event appears to be related to: "Remote: Alarm Disarming/ Remote: Alarm Arming", any thoughts? ![Screenshot from 2022-06-20 10-24-58](https://user-images.githubusercontent.com/5654912/174570818-1570f932-5cd6-4cdc-aca4-5116080ccf8c.png)

I've just made sure to update to the latest firmware (V4.61.010 build 220606 ) still seeing the problem with the associated armed / disarmed messages. I'll see if I can...

I made some changes to the https://gitlab.com/neohubapi/neohubapi which are now live which could cause this. However I've not been able to replicate the issue myself. Can you confirm what version...

Just run up a fresh install and installed the Heat-miser component without issue.

Hmmm very odd, what firmware version are you running?

Can you enable debug logging, then from settings, logs, paste the output for the Heatmiser plugin here. I'm expecting something like: ```2023-05-15 10:57:29.562 DEBUG (MainThread) [custom_components.heatmiserneo] devices_data: {'thermostats': [NeoStat(_logger=

A thought and question to both, do you have any thermostats / devices attached to your hubs? And if so how many?

Can you provide me the output of: (Replace NEO_HUB_IP with your hubs IP address). `printf '{"GET_LIVE_DATA": 0}\0' | nc NEO_HUB_IP 4242` `printf '{"GET_ENGINEERS": 0}\0' | nc NEO_HUB_IP 4242` You can...